Skip to content Skip to sidebar Skip to footer
Showing posts with the label Android Mapview

Android Osm Droid - Set Max Zoom Level

I am implementing App vith usage of osmdroid mapView. We have maps with max 16 zoom level, but Andr… Read more Android Osm Droid - Set Max Zoom Level

Application Crashes When Using Google Maps V2 On Most Devices

Im trying to code some application that uses Google Maps API. The map is shown in the main activity… Read more Application Crashes When Using Google Maps V2 On Most Devices

Android Fragment - Application Crashed After Closing Application

In my application I am using google map in fragment. I am using this code for adding fragments. p… Read more Android Fragment - Application Crashed After Closing Application

Mapview Inside Fragment

I have a TabLayout with fragments, and one fragment contains a MapView, but every time the fragment… Read more Mapview Inside Fragment

Get Googlemap Snapshot On Background

I'm trying to get the snapshot of a GoogleMap (from MapView) on background, return it with a ca… Read more Get Googlemap Snapshot On Background

Android::extending Mapactivity => Classnotfound Exception

I'd like to make a MapView, but extending the MapActivity throws a classNotFoundException: /… Read more Android::extending Mapactivity => Classnotfound Exception

How To Add Touch Event To Show Latitude And Longitude In A Toast In Osm

How do I add this function below in my code? The url is this: how to add more marker in osm map in … Read more How To Add Touch Event To Show Latitude And Longitude In A Toast In Osm

Custom Mapview Throwing Nosuchmethodexception, But It's There!

I'm trying to implement a custom MapView. Inside my MapActivity (named mainmap) I have an inner… Read more Custom Mapview Throwing Nosuchmethodexception, But It's There!