MapView allows you to create your own Google map-viewing Activity
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-eventGot it fixed here is my solution: Edit: updated to reflect robguinness answer. import com.google.android.maps.GeoPoint; import …
android android-mapviewI'm creating an Android app that searches for items based on the visible area of the MapView. Is there a …
android android-mapviewHow can i disable the panning/zooming functionality of a MapView (not the zoom controls, i want a wholly static …
android android-mapviewI'm using osmdroid on my new Android project (since I want to be able to use offline maps) but I …
android android-mapview osmdroidI 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-mapsWhy the CameraUpdateFactory class is not working in my project? The app crashes if it executes the following command: CameraUpdate …
android-mapview google-maps-api-2I 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-v2How 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 deltaI'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