I would like to use an API (preferred to be google maps if it’s supported) in my android application to pass the longitude/latitude of a location and the API returns the city name.
In the solution to this, you should go for getAddressLine(x)
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I believe that the APIs are rate limited. i.e you cannot hit the API for more than a number of times in a hour.. Android contains a Geocoder class which does ReverseGeocoding as well.. Take a look at this link.