Top "Android-mapview" questions

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

How to draw dashed polyline with android google map sdk v2?

I've looked through the documentation of polyline and there is no option to make it dashed. Do anybody know how …

android google-maps android-mapview google-maps-android-api-2
Hide markers info window in android google maps API v2

Currently I was able to view all my markers in Google maps using Android Google maps API v2. Adding my …

android google-maps android-mapview android-maps android-maps-v2
Android - MapView contained within a Listview

Currently I am trying to place a MapView within a ListView. Has anyone had any success with this? Is it …

android listview android-mapview
MapFragment in ScrollView

I have one of the new MapFragments in a ScrollView. Actually it's a SupportMapFragment, but anyway. It works, but there …

android google-maps android-mapview google-play-services
Android MapView display empty

Manifest: <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.…

android google-maps google-api android-mapview
MapView adding pushpins on touch

I managed to get the map shown on the screen. Now the user will move around the map and press …

android android-mapview pushpin
MKMapView refresh after pin moves

A custom AnnotationView is updated with new coordinates. But the problem is that it visually updates only after some manipulations …

iphone objective-c android-mapview mkpinannotationview
Android Maps Point Clustering

Is there any code for Point Clustering in android? How can i load thousand pinpoint without having performance issues?

android maps android-mapview markerclusterer
Don't snap to marker after click in android map v2

Currently Android Map v2 snaps to marker location after click. I want to disable this behavior but see no options …

android google-maps android-mapview android-maps-v2
Rotate MapView in Android

I am writing an Android app where one of the features is that the map will rotate according to the …

android google-maps map rotation android-mapview