开发者

UIMapView iPad - Address look up

开发者 https://www.devze.com 2023-03-14 03:09 出处:网络
Our app has addresses like \"123 Main S开发者_开发百科t, 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 displa

Our app has addresses like "123 Main S开发者_开发百科t, 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.


You can use Google's Geocoding Api to first get Lat/Long for the address, and then load that in UIMapView.

0

精彩评论

暂无评论...
验证码 换一张
取 消