I have gone through many post but did not got any clear answer. I want to get address input from user and want to get lat long value corresponding to that address.
Share
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.
HLMGTFY: What you’re trying to do is called Geocoding, and here are the API notes from Android on it: http://developer.android.com/reference/android/location/Geocoder.html. Note that you will need to have a valid Google Maps API key first.