Is there a way of showing a point on the google MapView without knowing its coordinates, with just an address?
My goal is to avoid using the geocoding API, which I understand has a usage limit. Is this correct?
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.
Using Android Geocoder class you can do that.. You can get Latitude , Longitude by the given address..
Something like,
And
As you said you don’t want to limit on query …
So look at these two links android-geocoder-limitations and SE Question /how-to-avoid-google-map-geocode-limit It will help you…