简体   繁体   中英

Map in android application project

I want to use the map in my android app project. Please anyone tell me how to create the map in my project ? In which class i have to create the map and how can i insert the values in it ? I just want to use the city names and their codes in my project and want to enter the city code as key and city name as value .For example: DEL is city code and Delhi is its Value.

You can use Mapview balloons for more flexibility.

https://github.com/jgilfelt/android-mapviewballoons

For display MAP in your android application you have to use MapView in android.

You can find example here .

Also refer this .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM