Top "Android-maps-v2" questions

The new Google Maps Android API v2 allows you to offer interactive, feature-rich maps to users of your Android application.

Animate a car(Marker) along a path in google map android

I am going to share a solution of moving a marker along the path if you have List.The Bitmap …

android android-maps-v2
What is difference between 'debug.keystore' and 'release.keystore' in Android?

Recently, I was working with Android Maps V2. I came across debug.keystore and release.keystore. What is the difference …

android android-maps-v2
Android Maps v2 rotate mapView with compass

I'm developing an app which needs to rotate the mapView with a compass. I know how to rotate the camera …

android google-maps google-maps-api-2 google-maps-android-api-2 android-maps-v2
Android GoogleMap or SupportMapFragment - null pointer exception

In my app i showing google map version2 in a fragment. but i get Null pointer exception at mMap = ((SupportMapFragment) …

android android-maps android-maps-v2 google-play-services supportmapfragment
Offseting the center of the MapFragment for an animation moving both the target lat/lng and the zoom level

I've got a UI that has a MapFragment with a transparent View overlaid on top of it. The map takes …

android android-maps-v2
How to change Google Maps marker icon?

I want to change selected marker icon on Google Maps, so I have following code: googleMap.setOnMarkerClickListener(new GoogleMap.OnMarkerClickListener() { @…

android google-maps android-maps-v2
Set Location Center of Map - GMaps v2 - Android

How do I set the center of the map to a specific location using GMaps v2? This is how I …

android google-maps android-maps-v2
Hide markers info window in android google maps API v2

Currently I was able to view all my markers in Google maps using Android Google maps API v2. Adding my …

android google-maps android-mapview android-maps android-maps-v2
Don't snap to marker after click in android map v2

Currently Android Map v2 snaps to marker location after click. I want to disable this behavior but see no options …

android google-maps android-mapview android-maps-v2
duplicated id with fragment

I'm trying to applicate drawernavigation (my first fragment is a map & the others are just some fragments with simple …

android android-fragments google-maps-android-api-2 navigation-drawer android-maps-v2