-
Classes Class Description org.osmdroid.util.MapTileListBorderComputer Compute a map tile list from a map tile list source: its border org.osmdroid.util.MapTileListZoomComputer Compute a map tile list from a map tile list source, on another zoom level org.osmdroid.views.drawing.OsmBitmapShader org.osmdroid.views.drawing.OsmPath Since the osmdroid canvas coordinate system is changing with every scroll, the x/y coordinates of lat/long points is also always changing. org.osmdroid.views.overlay.GroundOverlay2 A ground overlay is an image that is fixed to 2 corners on a map using simple scaling that does not take into consideration the curvature of the Earth. org.osmdroid.views.overlay.GroundOverlay4 Place an image on the map, each corner of the image being associated with a GeoPoint org.osmdroid.views.overlay.ItemizedOverlayWithFocus org.osmdroid.views.overlay.gridlines.LatLonGridlineOverlay Latitude/Longitude gridline overlay It's not perfect and has issues with osmdroid's global wrap around (where north pole turns into the south pole). org.osmdroid.views.util.MyMath org.osmdroid.views.util.PathProjection
-
Interfaces Interface Description org.osmdroid.util.MapTileListComputer Compute a map tile list from a map tile list source