开发者

how to get Region using Specified string in GoogleMaps in Iphone?

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


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

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜