简体   繁体   English

如何使用经度和纬度值获取位置名称

[英]How to get location name by using latitude and longitude values

In my application i have to get the location name using latitude and longitude values, I think we can get them through reverse geocoding is there any method that we can use and get the location value 在我的应用程序中,我必须使用经度和纬度值来获取位置名称,我认为我们可以通过反向地理编码来获取它们,是否有任何可以使用的方法来获取位置值

Thank You 谢谢

You may also want to take a look at Geonames.org for placenames lookup. 您可能还需要查看Geonames.org以查找地名。 It provides acess to a database with more than 8 million geolocations through a JSON or XML api . 它通过JSON或XML api为数据库提供了超过800万个地理位置的访问权限。 An objective-c wrapper of the web services can be found at ILGeoNames 3 . Web服务的Objective-C包装器可以在ILGeoNames 3上找到。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 从 iOS 中的纬度和经度获取位置名称 - Get location name from Latitude & Longitude in iOS 使用纬度和经度的位置名称的 Web 服务 - Web service for Location name using Latitude & Longitude 使用经度和纬度获取地址和地名 - Get address and place name using latitude and longitude 使用经度和纬度可以获取其中包含位置的图块图像,但是如何确定该位置呢? - Using the latitude and longitude gets the tile image with the location in it, But how to pinpoint that location? 如何使用当前位置和半径获得最小和最大纬度和经度? - How can i get minimum and maximum latitude and longitude using current location and radius? 如何获得目标c中纬度和经度的当前位置 - how to get the current location in latitude and longitude in objective c 如何从iPhone中的UIWebView获取触摸位置的纬度和经度值? - How to get touch location latitude and longitude value from UIWebView in iPhone? 如果应用程序在后台运行,如何获取当前位置的经纬度? - How to get current location latitude and longitude if application running in Background? 如何在iOS 4.0 / 4.2中获取当前位置的经度和纬度? - How to get current location's longitude and latitude in iOS 4.0/4.2? 从用户给定位置获取经度和纬度 - To get latitude and longitude from user given location
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM