Top "Android-mapview" questions

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

How to display Toast in Android?

I have a slider that can be pulled up and then it shows a map. I can move the slider …

android android-mapview android-asynctask toast
Where is the Keytool application?

I need to use mapview control in android and I can't seem to understand how to run keytool. Is it …

java eclipse android-mapview keytool
This app won't run unless you update Google Play Services (via Bazaar)

I'm testing out the new Google Maps API V2 for Android, and I'm getting this message when the app launches: …

android google-maps android-mapview google-maps-android-api-2
Drawing a line/path on Google Maps

I've been busy for a long time finding out how to draw a line between two (GPS) points on the …

android google-maps overlay android-mapview draw
How to add google-play-services.jar project dependency so my project will run and present map

I have following problem: I try to use SupportMapFragment from com.google.android.gms.maps.SupportMapFragment which is part of …

android google-maps android-mapview
How to draw a path on a map using kml file?

Can I parse kml file in order to display paths or points in Android? Please could you help me with …

android google-maps android-mapview kml
GoogleService failed to initialize

I am using google Maps in my android application. I have created the key and added necessary permissions in manifest …

android google-maps android-mapview android-maps-v2
How to remove single marker using Google Maps V2?

The only method that removes markers from map is clear. However it clears all markers from the map. I want …

android google-maps android-mapview google-maps-android-api-2
moveCamera with CameraUpdateFactory.newLatLngBounds crashes

I'm making use of the new Android Google Maps API. I create an activity which includes a MapFragment. In the …

android android-mapview google-maps-android-api-2
Android, How to remove all markers from Google Map V2?

I have map view in my fragment. I need to refresh map and add different markers based on condition. So, …

android google-maps google-maps-markers android-mapview