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.

Geocoder getFromLocation() not null but has size 0 always

I am trying to retrieve my location address using Google API v2. Here is what i do: Geocoder geocoder = new …

android google-maps android-maps-v2 reverse-geocoding
Remove a circle from Android Google Maps API v2 without clearing map

I am drawing a circle on my map like this: CircleOptions circle=new CircleOptions(); circle.center(centre); circle.strokeColor(0xFFFFA420); …

android geometry android-maps-v2
How to attach a flexible marker on map something like Uber and Lyft?

How to attach a flexible marker on map something like Uber and Lyft ? am using Google maps v2. Basically, i …

android google-maps google-maps-markers google-maps-api-2 android-maps-v2
Android setOnMyLocationChangeListener is deprecated

Android Google Map's setOnMyLocationChangeListener method is now deprecated. Does anyone know how to go around it? Thanks.

java android google-maps android-maps-v2
Android set GoolgeMap bounds from database of points

Using Google Maps Android API v2, I am trying to set the bounds of the map using LatLngBounds.Builder() with …

android android-maps-v2
MapView (android maps api v2) inside fragment layout doesnt show

I am using viewpager to swipe between 2 action bar tabs (used eclipse wizard for this kind of navigation). I am …

java android android-fragments android-viewpager android-maps-v2
android google map marker placing

In my Android application I need to place marker at exact position on map. I pin a marker on map …

android android-maps-v2 android-maps
Android maps V2 newLatLngBounds with bearing

I'm using the new Android maps V2 with this layout: <fragment xmlns:android="http://schemas.android.com/apk/res/…

android android-maps-v2
Android Maps v2 API...How to calculate distance between two locations (Lat, long)

In my "native" Android app I'm trying to calculate the distance in feet and/or meters (as the crow flies) …

android-maps-v2
How to constantly detect nearby marker locations from current location in Google Maps android?

I am trying to display a TextView at the top left corner of Google Maps that inform users if they …

java android google-maps google-maps-markers android-maps-v2