Top "Android-mapview" questions

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

Double tap: zoom on Android MapView?

After a little bit of work my route application works fine. The only thing I just want to add is …

java android android-view android-mapview android-touch-event
Draw A Circle On Android MapView

Got it fixed here is my solution: Edit: updated to reflect robguinness answer. import com.google.android.maps.GeoPoint; import …

android android-mapview
How can I detect if an Android MapView has been panned or zoomed?

I'm creating an Android app that searches for items based on the visible area of the MapView. Is there a …

android android-mapview
Disable pan/zoom in com.google.android.maps.MapView

How can i disable the panning/zooming functionality of a MapView (not the zoom controls, i want a wholly static …

android android-mapview
Custom information bubble on tap for overlay items using osmdroid

I'm using osmdroid on my new Android project (since I want to be able to use offline maps) but I …

android android-mapview osmdroid
Is it possible to embed Google Navigation in an Android app?

I have an app which opens Google Maps from where the user is likely to start the Google Navigation from …

android google-maps android-mapview android-maps
mapview and cameraupdate in api v2

Why the CameraUpdateFactory class is not working in my project? The app crashes if it executes the following command: CameraUpdate …

android-mapview google-maps-api-2
Smoothly Animating a camera path on a mapview

I use my MapView (new API v2) with a list of points that belong to a route. They are pretty …

android google-maps camera android-mapview android-maps-v2
How to calculate delta latitude and longitude for MapView component in React-Native?

How can i calculate delta-latitude and delta-longitude values form latitude and longitude values for MapView component in React-Native. Thank You

android-mapview latitude-longitude react-native delta
Moving icons on a Android MapView

I'm working on an application that displays the location of moving items on a Google MapView. I need a way …

android google-maps android-mapview itemizedoverlay