MapView allows you to create your own Google map-viewing Activity
I want to geocode address as soon as map center has been changed. How can I handle map moveend with …
android google-maps android-mapview google-maps-android-api-2Is there a quick and efficient way to get altitude (elevation) by longitude and latitude on the Android platform?
android geolocation gis android-mapviewI want to set the map view zoomed to 1km radius but cant figure out how? The doc says that …
android google-maps zoom android-mapviewI'm trying to draw some text onto an MapView on Android. The drawing of the text goes fine, but it's …
android google-maps android-mapviewI'm trying to get the zoom controls to show up in a mapview, the following code almost works, but the …
android android-mapviewI want to have MapView inside my Fragment This is my FragmentLayout xml file <?xml version="1.0" encoding="utf-8"?> &…
java android google-maps android-mapviewHi? I am working on a MapView app in Android. I have three markers that I want to be able …
android drag-and-drop android-mapview markerFinal Update The feature request has been fulfilled by Google. Please see this answer below. Original Question Using the old …
android android-mapview google-maps-android-api-202-18 00:02:08.432: ERROR/PackageManager(57): Package com.example.brown requires unavailable shared library com.google.android.maps; failing! I got this exception …
android android-mapviewI am trying to get a GeoPoint for -23.4456 by 45.44334 What values do I pass into the constructor of the …
android android-mapview