Pergunta

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

Foi útil?

Solução

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

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top