Im using Google Map in my application, it is working fine by providing longitude, latitude.
But how to display the location based on the address string?
Im using Google Map in my application, it is working fine by providing longitude,
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.
There is a class in the Android SDK called Geocoder: http://developer.android.com/reference/android/location/Geocoder.html
You should be able to get a List of Address, and each Address has its Latitude and Longitude to display on Map. Use the method getFromLocationName()