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??

Était-ce utile?

La 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().

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top