The new Google Maps Android API v2 allows you to offer interactive, feature-rich maps to users of your Android application.
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-geocodingI am drawing a circle on my map like this: CircleOptions circle=new CircleOptions(); circle.center(centre); circle.strokeColor(0xFFFFA420); …
android geometry android-maps-v2How 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-v2Android Google Map's setOnMyLocationChangeListener method is now deprecated. Does anyone know how to go around it? Thanks.
java android google-maps android-maps-v2Using Google Maps Android API v2, I am trying to set the bounds of the map using LatLngBounds.Builder() with …
android android-maps-v2I 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-v2In my Android application I need to place marker at exact position on map. I pin a marker on map …
android android-maps-v2 android-mapsI'm using the new Android maps V2 with this layout: <fragment xmlns:android="http://schemas.android.com/apk/res/…
android android-maps-v2In my "native" Android app I'm trying to calculate the distance in feet and/or meters (as the crow flies) …
android-maps-v2I 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