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.

Creating Custom Overlay on the map

I am trying to replicate this feature of Maps in Android: You can see that on the map, there's a …

android android-sdk-2.1 android-maps
Associate an object with Marker (google map v2)

In my app I have some objects that have their location displayed on the map using markers. The problem is …

android android-maps google-maps-android-api-2
Android GoogleMap or SupportMapFragment - null pointer exception

In my app i showing google map version2 in a fragment. but i get Null pointer exception at mMap = ((SupportMapFragment) …

android android-maps android-maps-v2 google-play-services supportmapfragment
Hide markers info window in android google maps API v2

Currently I was able to view all my markers in Google maps using Android Google maps API v2. Adding my …

android google-maps android-mapview android-maps android-maps-v2
How to move the Android Google Maps API Compass Position

Does anyone know if you can change the compass position within the map? All I can find is how to …

android android-maps
How to show a balloon above a marker in a MapActivity? Isn't there a widget?

I dont get the point, why I have to code so much for it. Like, I dont want to care …

android google-maps android-maps
Google Play Service - SupportMapFragment.getMap() always returning null

Possible Duplicate: How do I know the map is ready to get used when using the SupportMapFragment? I am currently …

android android-maps google-play-services
How to refresh the coordinates in Google maps?

I can refresh the google map on refresh button click, but it is showing me the old coordinates. And in …

android android-maps
For Android Map api v2 Description references non existing library google-play-services_lib\bin\google-play-services_lib.jar

I have import google-play-services_lib into my workspace and Add google project into MYProject it give mr error: Description Resource …

android google-api android-mapview android-maps google-maps-android-api-2
Error this API project is not authorized to use this API. Please Ensure this API is activated in the Console

I have created an android project that make use of Google Places API. Once I send request for the nearest …

android google-maps google-places-api android-maps