UIMapView iPad - 地址查找
我们的应用程序具有诸如“123 Main St, Perth, Wa, 6554, Australia”之类的地址,
我们需要显示包含该地址的地图。有没有办法让UIMap视图查找地址并显示?
通常我们会有纬度/经度,然后将其与引脚注释一起放入。
Our app has addresses like "123 Main St, Perth, Wa, 6554, Australia"
We need to display a map with that address. Is there a way to get the UIMap view to lookup the address and display?
Normally we'd have the Lat/Long and would just put that in with a pin annotation.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 Google 地理编码 Api 首先获取地址的纬度/经度,然后将其加载到 UIMapView 中。
You can use Google's Geocoding Api to first get Lat/Long for the address, and then load that in UIMapView.