使用地理编码器类通过给出地名或地址来获取纬度和经度的另一种方法
我在获取某个地点的纬度和经度时遇到了 FWD 地理编码器问题“未找到服务”,请您以其他方式帮助我如何使用或不使用地理编码器获取某个地点的纬度和经度。so我可以使用纬度和经度在地图上标记位置。
i struck up with the FWD geocoder issue "service not found"in getting the lat and long of a place ,can u please help me the other way how can i get the lat and long of a place with or without using the geocoder.so that i can mark a location on the map using lat and long.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您不想使用Android GeoCoder对象,Google还提供了Geocoding Web Service,它提供了可以以JSON和XML格式响应的REST接口。请参阅 http://code.google.com/intl/ nl/apis/maps/documentation/geocoding/index.html 了解更多信息。
If you don't want to use the Android GeoCoder object, Google also provides a Geocoding Web Service, which offers a REST interface that can respond in JSON and XML formats. See http://code.google.com/intl/nl/apis/maps/documentation/geocoding/index.html for more info.