The Google Maps external library (part of the Google APIs Add-On) lets you add powerful mapping capabilities to your Android application.
I have been struggling with this long time. I am trying to add Overlay on my map. I am using …
android android-maps openstreetmap osmdroidI am using Google maps api v2 in android. I have placed a marker by using latitude and longitude . The …
android android-mapsI am trying to set zoom level for Maps in android such that it includes all the points in my …
android google-maps android-mapsI have checked and double checked my APIkey that I registered on the Google Console however I am still getting …
android android-mapsI 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-v2Performance Enhancement: Previously I saved ALL images in drawable folder, this might be the reason why the map first loads …
android android-maps-v2 android-mapsI 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-2I'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 mapfragmentI have this code itemizedOverlay = new MyItemizedOverlay(drawable,this); itemizedOverlay.setGestureDetector(new GestureDetector(new MyGestureDetecor())); but new GestureDetector is marked …
android android-mapview deprecated android-mapsHey 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