Вопрос

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

Это было полезно?

Решение

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

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top