Top "Android-mapview" questions

MapView allows you to create your own Google map-viewing Activity

Error Inflating class com.google.android.maps.MapView

i am just following a simple map tutorial http://developer.android.com/resources/tutorials/views/hello-mapview.html but getting this …

android google-maps map android-mapview inflate
android - GC_FOR_ALLOC freed 6346K, 7% free , paused 143ms, total 143ms

I'm developing an offline mapView using OSMdroid Library. My tilesource loads the tiles but renders quit steadily. But the fact …

android performance garbage-collection android-mapview
android maps: How to Long Click a Map?

How do I long click on a mapview so that a place marker appears at that point on the map? …

android android-mapview long-click
iOS - How to limit the MapView to a specific region?

I have the following problem: I have a "drawn map" (image) which I add to the MapView as an Overlay. …

iphone ios mapkit android-mapview region
Using ItemizedOverlay and OverlayItem In Android Beta 0.9

Has anyone managed to use ItemizedOverlays in Android Beta 0.9? I can't get it to work, but I'm not sure if …

java android overlay android-mapview
Should I use MapView or MapFragment

I am not sure whether I should be using MapView or stick to using a MapFragment. My application is an …

android google-maps android-mapview google-maps-android-api-2 mapfragment
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
Android Geocoder getFromLocationName always returns null

I have been trying to geocode a string to get its coordinates but my program always crashes because when ever …

java android eclipse android-mapview google-maps-android-api-2
Google Maps Android API V2 check if GoogleMaps are installed on device

When using Google Maps Android API V2 I'm following the Google Play Services setup documentation to make a check to …

android-mapview google-maps-android-api-2
Android: ItemizedOverlay onTouchEvent and onTap overlapping

I am trying to place a marker on a map overlay and then present a dialog when the user selects …

android android-mapview touch-event overlayitem