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 there a way to implement rounded corners to a Mapfragment?

I want to give the map a nice looking rounded corners as the two boxes below it have. I can't …

android android-layout android-maps-v2
Check if marker is inside circle radius

I'm trying to know if a given marker is inside a circle radius. In javascript, i can do something like: …

android google-maps android-maps-v2
Android google maps marker disable navigation option

Im creating an app where users need to walk to a point on a map. But they need to find …

android google-maps-markers google-maps-android-api-2 android-maps-v2
How to size custom marker icons for Android Google Maps v2?

I want to design custom icons for an Android app using Google Maps v2. I know there are a bunch …

android google-maps google-maps-markers android-maps-v2 android-icons
ClusterManager repaint markers of Google maps v2 utils

I'm making a server request and when I receive the response from server, I'm executing on UI Thread a ClusterManager.…

android android-maps-v2 android-maps-utils
Android Google Map API V2 : Open Custom Info Window on Right Side of Marker

I have Integrated Google MAP API V2 for Android. I want to have a Custom Info Window at Onclick of …

android google-maps infowindow android-maps-v2
update polyline according to the user moving android googleMaps v2

I have googleMap (v2) with polyline that presents a route between the user current location and the destination point. Now, …

android google-maps android-maps-v2
Null pointer exception at mapFragment.getMapAsync(this) while initializing google map

When I use v6.5.87 of Google Play Services, I get a null pointer exception when I call getMapAsync(). I'm using …

android google-maps android-maps-v2
Identify if point is in the polygon

As per my requirement, I am drawing polygons on google map shown in the image below.(using maps v2) Now …

android google-maps geolocation android-maps-v2 polygons
How do I calculate the center of a polygon in Google Maps Android API v2?

I have drawn a polygon on google map using several Latitude,Longitude points.But now I need to place a …

android google-maps-android-api-2 android-maps-v2