0

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.

2 Answers2

0

You can use Mapview balloons for more flexibility.

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

Shadow
  • 6,864
  • 6
  • 44
  • 93
0

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

You can find example here.

Also refer this.

Community
  • 1
  • 1
Hardik Joshi
  • 9,477
  • 12
  • 61
  • 113