在 iPhone 中使用 MapKit 显示带有字符串的地址
我正在构建一个 iPhone 应用程序,其中我只是将用户地址作为字符串,但我没有获得任何纬度或经度,我想在地图视图中显示这个地址,所以他们有任何适当的解决方案吗?帮帮我
I am building an iPhone app in which i am just having the users address as a string and i am not getting any latitude or longitude for this, i want to show this address in the map view so is their any appropriate solution for doing this please help me out
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您应该使用用户地址显示地图视图。
从地址获取纬度/经度
http://blog.sallarp.com/ipad-iphone-forward-geocoding -api-google/
获取纬度/经度对的街道地址< /a>
https://github.com/tylerhall/CoreGeoLocation
You should show the map view using user's address.
Get latitude/longitude from address
http://blog.sallarp.com/ipad-iphone-forward-geocoding-api-google/
Get street address at lat/long pair
https://github.com/tylerhall/CoreGeoLocation