【问题标题】:Display Address with strings using MapKit in iPhone在 iPhone 中使用 MapKit 显示带有字符串的地址 【发布时间】:2011-04-08 07:01:58 【问题描述】: 我正在构建一个 iPhone 应用程序,在该应用程序中,我只是将用户地址作为字符串,我没有得到任何纬度或经度,我想在地图视图中显示这个地址,所以他们的任何合适的解决方案这样做请帮帮我 【问题讨论】: 标签: iphone xcode mkmapview 【解决方案1】: 您应该使用用户地址显示地图视图。 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 【讨论】: