I am using Reverse Geocoding to get the location name. I debug on simulator and run the following query:
http://maps.googleapis.com/maps/geo?json&ll=-42.307546,-101.048116&sensor=false
And it results in the following result:
{
"name": "-42.307546,-101.048116",
"Status": {
"code": 602,
"request": "geocode"
}
}
It does not result in getting the location name for me. How can I find the location name? Please Help.
Thanks a lot.
Status: This includes the response code of the request, which is a simple way to determine what actually happened when the request was performed. The possible response codes are as follows:
The problem is because of the values of latitude and longitude.