in my application findlocation opptions is there.can u please help me how to find out the corresponding map by providing the country,city,street or pincode. please help me
in my application findlocation opptions is there.can u please help me how to find
Share
From a Geocoder object, you can use the method
getFromLocationNamethat accepts an address and the number of result (if several locations are found)It returns a list of Address objects that contain methods
getLongitude()andgetLatitude()Having the latitude and longitude, you can make a GeoPoint and use it for your mapController