Question

Suppose I want to find out the GeoPoints of WashingtonDC from the sourcecode of eclipse is it possible or i have to store all the GeoPoints from the net in another file

then where i can find the list of geopoints of all the cities/Airports of the world??

Was it helpful?

Solution

As @Siddhesh mentioned check out the class Android.location.Geocoder. Also this requires "a backend service that is not included in the core android framework" so you might want to make sure it is available with a call to isPresent().

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top