Top "Osmdroid" questions

osmdroid provides Tools / Views to interact with OpenStreetMap-Data, as a close to drop in replacement for the MapView class, with additions.

How to cache/download google map v2 tile programmatically?

How to cache/download google map v2 tile programmatically?, is it possible? Bcos according to this prntscr.com/3cyiqf its …

android google-maps-api-2 osmdroid offline-caching google-maps-engine
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
OverlayItem not updating on location change (OSM)

I am using OSMdroid. I have managed thanks to this post Adding Overlay to OSMDROID to creata overlay static item …

android android-maps itemizedoverlay openstreetmap osmdroid
How to display the current position pointer in osmdroid?

I would like to display the current position pointer using osmdroid. getController().setCenter(new GeoPoint(location)); This code does not …

android locationlistener osmdroid
How to create its own Marker for OverlayItem in OsmDroid

I have the following code : ArrayList<OverlayItem> items = new ArrayList<OverlayItem>(); GeoPoint geoPoint = new GeoPoint(data.…

android osmdroid overlayitem
Osmdroid and Mapnik tile provider no longer working

I have a developed, deployed and previously successful application which uses Osmdroid to load tiles from the default tile provider …

android osmdroid