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.

Adding Overlay to OSMDROID

I have been struggling with this long time. I am trying to add Overlay on my map. I am using …

android android-maps openstreetmap osmdroid
Google maps api v2 zooming near the marker

I am using Google maps api v2 in android. I have placed a marker by using latitude and longitude . The …

android android-maps
Android: Setting Zoom Level in Google Maps to include all Marker points

I am trying to set zoom level for Maps in android such that it includes all the points in my …

android google-maps android-maps
Google Maps API V2 'Failed to Load Map. Could not contact Google Servers'

I have checked and double checked my APIkey that I registered on the Google Console however I am still getting …

android android-maps
Open Street Map working offline android

I am a newbie to Open Street Map. I made some research and found that we can download and store …

android android-maps osmdroid openstreetmap android-maps-v2
How to improve fragment loading speed?

Performance Enhancement: Previously I saved ALL images in drawable folder, this might be the reason why the map first loads …

android android-maps-v2 android-maps
How to animate marker in android map api V2?

I want to implement smooth transition to emulate car marker moving on the map. Is it possible to animate marker …

android google-maps android-mapview android-maps google-maps-android-api-2
Moving MapFragment (SurfaceView) causes black background flickering

I'm trying to implement new Android Google Maps API (v2). However it doesn't seem to go well with SlidingMenu. As …

android surfaceview android-maps android-maps-v2 mapfragment
GestureDetector Deprecated Issue

I have this code itemizedOverlay = new MyItemizedOverlay(drawable,this); itemizedOverlay.setGestureDetector(new GestureDetector(new MyGestureDetecor())); but new GestureDetector is marked …

android android-mapview deprecated android-maps
Google Play Services missing on Android 2.2 emulator while using Google Maps API v2

Hey I am trying to use Google Maps on my emulator even though I've installed Google Play Services library when …

android google-play-services google-maps-api-2 android-maps