We are currently developing an Android app in which we use google map. We need to get the city and province of a given lon-lat. My question is if calling the reverse geocoding service like "http://maps.googleapis.com/maps/api/geocode/json?latlng=40.714224,-73.961452&sensor=false" from the app is prohibited or not.
1
votes
2 Answers
1
votes
0
votes
You can definitely use the web API, and it doesn't appear to be tracked. There is also a built in Android Geocoder, but it has an issue where it occasionally returns an IOException for no apparent reason.