質問

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