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.

link|improve this question

feedback

1 Answer

up vote 0 down vote accepted

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.