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.

Is not a concrete class AndroidManifest

I am getting an error with not a concrete class when I add the Activity in the AndroidManifest. Please help …

java android android-maps-v2
Android Make Disappear or remove the blue dot on the map v2

I'm trying to replace the blue dot on the map of my app. My intention is that instead of the …

android google-maps-markers android-maps-v2
How to get Bitmap of MapView from Android Google Maps API V2

I'm updating my app to the new Android Maps API V2 and ran into a problem when trying to get …

android bitmap android-maps-v2
Zooming Google map to specific radius in miles in android

I want to zoom the Google map to a specific radius in miles say 10 miles/20 miles/30 miles etc as per …

android google-maps google-maps-api-3 android-maps-v2 android-maps
Google Maps API v2: How to make markers non-clickable?

I mean if i click marker OnMarkerClickListener is called, so the OnMapClickListener did not. Even if i set mMap.setOnMarkerClickListener(…

android google-maps android-maps android-maps-v2
Maps V2 with viewPager

I'm currently developing for Android 4.3. Background: I'm using pageViewer to scroll between three different fragments. My second fragment (tab 2) has …

android android-viewpager android-maps-v2