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.

Running Google Maps v2 on the Android emulator

I've tried to implement Google Maps v2 in my Android application, but unfortunately instead of maps I get this message: …

android android-emulator avd android-maps-v2 google-play-services
GoogleService failed to initialize

I am using google Maps in my android application. I have created the key and added necessary permissions in manifest …

android google-maps android-mapview android-maps-v2
Android: How to draw route directions google maps API V2 from current location to destination

How to draw route direction from current location to destination which (latitude and longitude), i have code as below: import …

android android-maps-v2
Set Image from drawable as marker in Google Map version 2

I am using this part of code to add a marker in a MapFragment in Google Map Version 2. MarkerOptions op = …

android marker android-maps-v2
custom info window adapter with custom data in map v2

I want to make custom info window adapter in map v2 in android as like below. I have seen below …

android infowindow android-maps-v2
Change position of Google Maps API's "My location" button

I am using the Google Maps Android API v2, and I need a way to chance the position of the "…

java android google-maps-android-api-2 android-maps-v2
mapFragment.getMapAsync(this) - NullPointerException

I am using com.google.android.gms:play-services-maps:7.5.0 version of Google Maps services. When trying to call the below I …

android google-maps android-maps-v2
Change marker size in Google Maps API v2

I'm trying to port my app to the brand new Google Maps API v2, but can't find how to change …

android android-maps-v2
Android Maps API v2 Change MyLocation Icon

I would like to replace the default icon that Android Maps V2 uses for 'My Location' (The little blue dot/…

android google-maps android-maps-v2
TileProvider using local tiles

I would like to use the new TileProvider functionality of the latest Android Maps API (v2) to overlay some custom …

android google-maps android-maps-v2