Top "Android-maps" questions

The Google Maps external library (part of the Google APIs Add-On) lets you add powerful mapping capabilities to your Android application.

Support library: FragmentTransaction animations not working

I'm using Peter Doyle's android-support-v4-googlemaps support library for implementing an Activity that uses both Fragments and Google Maps, and …

android android-fragments android-animation android-maps
Google Maps api v2 class not found

I am using google maps api v2 and everything was working fine . today morning i updated the sdk and now …

android android-maps
Saving MapFragment (Maps v2) State in Android

I'm working with the new GoogleMaps API (v2) and have some problems with the fragment. I have two fragments in …

android android-fragments android-maps android-fragmentactivity
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
Night mode for Google maps?

My question is simple. Is there a night mode for Google maps? So far I could only apply GoogleMap.MAP_…

android google-maps-android-api-2 android-maps
Getting latitude & longitude from address in android

i am try to get latitude & longitude from address , problem is that .. when i give only city name than …

android geocoding android-maps android-maps-v2
Google Map v2 Marker Animation

Do anyone have idea how this animation's implementation is possible in google map api v2. Check out this here. I …

android google-maps-api-3 android-maps google-maps-api-2
Map v2 SupportMapFragment inside Viewpager

Background I have successfuflly added the new map api v2.0 to a ViewPager and the map loads fine. I am …

android android-fragments android-viewpager android-maps
How to launch map intent with a marker/overlay item at given latitude and longitude?

I have a latitude and longitude and I want to open google maps centred at that point. So i use …

android android-intent android-maps