Top "Android-mapview" questions

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

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
Always show zoom controls on a MapView

Is there a way to always show the zoom controls on a MapView? I have added the zoom controls using …

android android-mapview
How to use multiple MapActivities/MapViews per Android application/process

I have written one MapActivity class that is able to display a set of places as well as single places. …

android google-maps android-mapview
MapView inside Fragment - specified child already has a parent

I'm trying to show a MapView inside a fragment (using the hacked compatibility library). The following has worked just fine …

android android-mapview fragment
How can I draw an Arrow showing the driving direction in MapView?

I use that Google Maps component MapView in an Android application. I can use the GPS location to show my …

android gps overlay android-mapview bearing
How to compute a radius around a point in an Android MapView?

I have a MapView that I'm displaying a "useful radius" (think accuracy of coordinate) in. Using MapView's Projection's metersToEquatorPixels, which …

android gps android-mapview
iOS removing MKMapView overlays not working

I would like to remove all the overlays of my map at one point, and I tried different ways but …

ios mkmapview overlay android-mapview
How to implemennt OnZoomListener on MapView

I would like to have onZoomListener on my MapView. The code below is what I have done. It registers if …

android zoom listener android-mapview event-listener
Get the address of current user location

I follow some tutorial and mix my awful code. Now I can get my current location. And when I tap …

iphone objective-c xcode android-mapview userlocation
Android: DrivingDirections removed since API 1.0 - how to do it in 1.5/1.6?

It seems that DrivingDirections have been removed since Android API 1.0 What's the way now to display a map with two …

android android-mapview driving-directions