Android 定位器从纬度和经度
我们如何从android中的纬度和经度获取地址或位置名称在我的应用程序中,我设置了纬度和经度,但我需要一个API来返回与纬度和经度相对应的位置名称。 谢谢。
How can we get address or location name from latitude and longitude in android In my application I have set of latitude and longitude, But I need an API which will return me the location name corresponding to the latitude and longitude.
thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
通过 Geocoder 我们可以根据经纬度获取位置名称
Through Geocoder we can get the location name according to lattitude and longitude
GPS 无法在模拟器上工作...您必须在设备上进行测试。
Gps will not work on emulator... u have to test this on device.