I am using the following URl to get Address for my app
http://maps.google.com/maps/geo?q=43.655958,-79.598459&output=csv
But i am getting response as "610,0,0,0"
Can any one suggest correct URL to get the data
I am using the following URl to get Address for my app
http://maps.google.com/maps/geo?q=43.655958,-79.598459&output=csv
But i am getting response as "610,0,0,0"
Can any one suggest correct URL to get the data
You can see an example of such reverse geocoding here:
http://developers.google.com/maps/documentation/javascript/examples/geocoding-reverse
I don't know if that can be done with the API specific for iOS, but you could have that in a page if you can embed one into your app.
Notice, though, that you need to display a map in your app along with the name of the city, or display the city in a map in your page, otherwise it's a breach of their license agreement.