how to create android map v2 using mapview class, how to develop it, i have developed using MapFragment and SupportedMapFragment but i need use MapView class for creating gooogle map.
please help me...
how to create android map v2 using mapview class, how to develop it, i have developed using MapFragment and SupportedMapFragment but i need use MapView class for creating gooogle map.
please help me...
If you want to use Google Map version 2 , you can not use MAPView class now, because it is deprecated now. You can refer this link https://developers.google.com/maps/documentation/android/start
Example Code : http://www.androidhive.info/2013/08/android-working-with-google-maps-v2/
All the Best.. Hope this help..
Try this:
SomeFragment.java:
SomeManifest.xml:
some_layout.xml:
May it helps you...
For more info:
https://developers.google.com/maps/documentation/android/map#mapview https://developers.google.com/maps/documentation/android/reference/com/google/android/gms/maps/MapView