Top "Android-mapview" questions

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

Google map not show any thing in map

i am showing a map in activity ... but when i run app on device it does not show any thing , …

android android-mapview android-maps
Android Mapview: Merging overlapping markers into a new marker

So I have a MapView with a lot of markers, most of which are concentrated in mile wide clusters. When …

android algorithm android-mapview markers
Remove all Overlays

I have the following code to add an Overlay myMapView.getOverlays().add(sites); myMapView.invalidate(); I also have the following …

android overlay android-mapview itemizedoverlay
OnTouch in MapView only fires the first time

I'm trying to implement a double-tap zoom like function in my MapView. The event always fires the first time, but …

android event-handling android-mapview ontouchlistener
Android - What debug.keystore file is IntelliJ signing my app with?

I'm trying to debug why I can't get MapView to work in debug mode, and it seems like the app …

android intellij-idea android-mapview keystore signing
Kivy - Map options (google maps, etc)

diving further into kivy, i began to wonder what map options were available (either google maps or something like open …

map maps android-mapview kivy
how to disable dispatch touch event in some portion of screen

I want to disable dispatch touch for some area for your understanding here is my screen. You can see Header,…

android android-mapview dispatchevent
LocationManager.getLastKnownLocation() returns null, and onLocationChanged never gets called

This code is used on the onCreate block in my MapActivity lm = (LocationManager) getSystemService(Context.LOCATION_SERVICE); if (!lm.isProviderEnabled(…

android android-mapview locationmanager android-location