The Geocoding v2 API stopped unexpectedly.
e.g. http://maps.google.com/maps/geo?q=27703&output=json&key=AIzaSyBVr3n3IVZzakGvtIWeRaJEXsC63JHZ0w8
I'm not able to get lat,long from the API. The output from server is:
{
"Status": {
"code": 610,
"request": "geocode"
}
}
I searched for status: 610
but could not find any relevant info.
Thanks.