views:

94

answers:

1

Hi,

In my iphone application i am using MKMapView to display any region(i.e Australia) and it is working fine using coordinates(latitude and longitude).But i want to display the region based on the string (i.e Australia) instead of the coordinates. Lets say i click on the TableView with named string as "Australia" and in the next view it should display Australia with some pinpoints on that.

how to display any region based on the String instead of the given coordinates?

provide any solution with any code snippet or any useful link or any other ,which would be appreciated.

Thanks,

Mishal Shah

+1  A: 

You need Geocoding. Querying the server for "Australia" should return the coordinates you need.

RC