将地址转换为 iPhone 中 Google 地图的纬度和经度
如何在 Objective C 中将地址转换为纬度和经度? 我想在 iPhone 上使用 Google 地图。
How to convert the Address into Latitude and Longitude in Objective C?
I want to use Google Maps over there i iPhone.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这称为地理编码。如果您使用 Google 地图,他们会提供自己的地理编码服务。
有关在 iPhone 上执行此操作的详细说明以及代码示例,请参阅 Björn Sållarp 的博客文章:
This is called Geocoding. If you are using Google Maps, they provide their own geocoding service.
For a detailed explanation of doing this on the iPhone, with code examples, see this blog post by Björn Sållarp: