Top "Android-mapview" questions

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

You attempted to set the key on an object that is meant to be immutable and has been frozen

In the following example: MapView displays elements of a ListView as annotations Clicking on a ListView element should result in …

listview reactjs react-native state android-mapview
Android: automatically choose debug/release Maps api key?

OBSOLETED: this old question refers to obsoleted Google Maps v1 API. When using v2 API, you can use multiple certificate …

android google-maps debugging key android-mapview
How to determine a long touch on android?

I am looking for a way for when a user long touches a mapview (lets say for 1000ms) that i …

java android touch android-mapview
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
Custom MKAnnotationView Callout

Possible Duplicates: Custom MKPinAnnotation callout bubble similar to default callout bubble How to customize the callout bubble for MKAnnotationView? Does …

iphone android-mapview mkpinannotationview
Google Maps Android API v2 very slow when adding lots of Markers

I am updating an existing Android app to use the new Google Maps Android API v2. I have about 2500 markers …

android-mapview google-maps-android-api-2
Should I use android LocationManager.getBestProvider every time I ask for location updates?

I'm using Google APIs and the MapActivity, MapView etc.. When I need to get my current location I use this …

android android-mapview locationmanager
Android: requires unavailable shared library com.google.android.maps; failing

First of all, I set the Project Build Target in project\properties\android. I created AVD with Level 7 and 8 with …

google-maps shared-libraries android-mapview ddms
How to get the Latitude and Longitude on Map in Android?

How can I get the Latitude and Longitude values of a particular location that I have long clicked on the …

android google-maps android-mapview
Relocate Google logo in MapView

I have two buttons at each bottom corners of the MapView, partly obscuring the google logo in the bottom-left corner. …

android google-maps android-mapview