A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Z 

M

maintenance() - function in org.osmdroid.tileprovider.MapTileCache
Maintenance operations
ManifestUtil - class in org.osmdroid.tileprovider.util
Utility class for reading the manifest
MapAdapter - class in org.osmdroid.events
 
MapBoxTileSource - class in org.osmdroid.tileprovider.tilesource
MapBox tile source, revised in 5.
MapController - class in org.osmdroid.views
 
MapEvent - class in org.osmdroid.events
 
MapEventsOverlay - class in org.osmdroid.views.overlay
Empty overlay than can be used to detect events on the map, and to throw them to a MapEventsReceiver.
MapEventsReceiver - class in org.osmdroid.events
Interface for objects that need to handle map events thrown by a MapEventsOverlay.
MapListener - class in org.osmdroid.events
 
mapName(int) - function in org.osmdroid.tileprovider.tilesource.ThunderforestTileSource
return the name asociated with a map.
MapQuestTileSource - class in org.osmdroid.tileprovider.tilesource
MapQuest tile source, revised as 2016 July to meet the new way to access tiles, via api key
MapScale(double,int,int) - function in org.osmdroid.util.TileSystem
 
MapScale(double,int,int) - function in org.osmdroid.util.TileSystemWebMercator
 
MapSize(int) - function in org.osmdroid.util.TileSystem
 
MapSize(double) - function in org.osmdroid.util.TileSystem
 
MapSize(int) - function in org.osmdroid.util.TileSystemWebMercator
 
MapSize(double) - function in org.osmdroid.util.TileSystemWebMercator
 
MapSnapshot - class in org.osmdroid.views.drawing
Create a bitmap in the background from MapView-like data but without a MapView
MapSnapshot.MapSnapshotable - class in org.osmdroid.views.drawing.MapSnapshot
 
MapSnapshot.Status - class in org.osmdroid.views.drawing.MapSnapshot
 
MapSnapshotHandler - class in org.osmdroid.views.drawing
Custom-made Handler for MapSnapshot
MapTileApproximater - class in org.osmdroid.tileprovider.modules
The MapTileApproximater computes approximation of tiles.
MapTileArea - class in org.osmdroid.util
An area of map tiles.
MapTileAreaBorderComputer - class in org.osmdroid.util
Compute a map tile area from a map tile area source: the source with a border
MapTileAreaComputer - class in org.osmdroid.util
Compute a map tile area from a map tile area source
MapTileAreaList - class in org.osmdroid.util
A list of areas of map tiles
MapTileAreaZoomComputer - class in org.osmdroid.util
Compute a map tile area from a map tile area source: the source on another zoom level
MapTileAssetsProvider - class in org.osmdroid.tileprovider.modules
Implements a file system cache and provides cached tiles from Assets.
MapTileCache - class in org.osmdroid.tileprovider
In memory cache of tiles
MapTileCache.TileRemovedListener - class in org.osmdroid.tileprovider.MapTileCache
 
MapTileContainer - class in org.osmdroid.util
 
MapTileDownloader - class in org.osmdroid.tileprovider.modules
The MapTileDownloader loads tiles from an HTTP server.
MapTileFileArchiveProvider - class in org.osmdroid.tileprovider.modules
A tile provider that can serve tiles from an archive using the supplied tile source.
MapTileFileStorageProviderBase - class in org.osmdroid.tileprovider.modules
 
MapTileFilesystemProvider - class in org.osmdroid.tileprovider.modules
Implements a file system cache and provides cached tiles.
MapTileIndex - class in org.osmdroid.util
Computes a map tile index as `long` to/from zoom/x/y Algorithm unfortunately different from SqlTileWriter.getIndex for historical reasons.
MapTileList - class in org.osmdroid.util
An optimized list of map tile indices
MapTileListBorderComputer - class in org.osmdroid.util
Compute a map tile list from a map tile list source: its border
MapTileListComputer - class in org.osmdroid.util
Compute a map tile list from a map tile list source
MapTileListZoomComputer - class in org.osmdroid.util
Compute a map tile list from a map tile list source, on another zoom level
MapTileModuleProviderBase - class in org.osmdroid.tileprovider.modules
An abstract base class for modular tile providers
MapTileModuleProviderBase.TileLoader - class in org.osmdroid.tileprovider.modules.MapTileModuleProviderBase
Load the requested tile.
MapTilePreCache - class in org.osmdroid.tileprovider
The Tile Pre Cache goal is to: - list the tiles that are near the ones that are currently displayed (border, zoom+-1, ...) - try to find their bitmap using a list of providers - pre-cache those bitmaps into memory cache Doing so you get smoother when panning the map or zooming in/out as the bitmaps are already in memory.
MapTileProviderArray - class in org.osmdroid.tileprovider
This top-level tile provider allows a consumer to provide an array of modular asynchronous tile providers to be used to obtain map tiles.
MapTileProviderBase - class in org.osmdroid.tileprovider
This is an abstract class.
MapTileProviderBasic - class in org.osmdroid.tileprovider
This top-level tile provider implements a basic tile request chain which includes a MapTileFilesystemProvider (a file-system cache), a MapTileFileArchiveProvider (archive provider), and a MapTileDownloader (downloads map tiles via tile source).
mapTileRequestCompleted(MapTileRequestState,Drawable) - function in org.osmdroid.tileprovider.IMapTileProviderCallback
The map tile request has completed.
mapTileRequestCompleted(MapTileRequestState,Drawable) - function in org.osmdroid.tileprovider.MapTileProviderArray
Called by implementation class methods indicating that they have completed the request asbest it can.
mapTileRequestCompleted(MapTileRequestState,Drawable) - function in org.osmdroid.tileprovider.MapTileProviderArray
Called by implementation class methods indicating that they have completed the request asbest it can.
mapTileRequestCompleted(MapTileRequestState,Drawable) - function in org.osmdroid.tileprovider.MapTileProviderArray
The map tile request has completed.
mapTileRequestCompleted(MapTileRequestState,Drawable) - function in org.osmdroid.tileprovider.MapTileProviderBase
Called by implementation class methods indicating that they have completed the request asbest it can.
mapTileRequestCompleted(MapTileRequestState,Drawable) - function in org.osmdroid.tileprovider.MapTileProviderBase
The map tile request has completed.
mapTileRequestCompleted(MapTileRequestState,Drawable) - function in org.osmdroid.tileprovider.MapTileProviderBasic
Called by implementation class methods indicating that they have completed the request asbest it can.
mapTileRequestCompleted(MapTileRequestState,Drawable) - function in org.osmdroid.tileprovider.MapTileProviderBasic
Called by implementation class methods indicating that they have completed the request asbest it can.
mapTileRequestCompleted(MapTileRequestState,Drawable) - function in org.osmdroid.tileprovider.MapTileProviderBasic
The map tile request has completed.
mapTileRequestCompleted(MapTileRequestState,Drawable) - function in org.osmdroid.tileprovider.OfflineTileProvider
Called by implementation class methods indicating that they have completed the request asbest it can.
mapTileRequestCompleted(MapTileRequestState,Drawable) - function in org.osmdroid.tileprovider.OfflineTileProvider
Called by implementation class methods indicating that they have completed the request asbest it can.
mapTileRequestCompleted(MapTileRequestState,Drawable) - function in org.osmdroid.tileprovider.OfflineTileProvider
The map tile request has completed.
mapTileRequestExpiredTile(MapTileRequestState,Drawable) - function in org.osmdroid.tileprovider.IMapTileProviderCallback
The map tile request has produced an expired tile.
mapTileRequestExpiredTile(MapTileRequestState,Drawable) - function in org.osmdroid.tileprovider.MapTileProviderArray
Called by implementation class methods indicating that they have produced an expired resultthat can be used but better results may be delivered later.
mapTileRequestExpiredTile(MapTileRequestState,Drawable) - function in org.osmdroid.tileprovider.MapTileProviderArray
Called by implementation class methods indicating that they have produced an expired resultthat can be used but better results may be delivered later.
mapTileRequestExpiredTile(MapTileRequestState,Drawable) - function in org.osmdroid.tileprovider.MapTileProviderArray
The map tile request has produced an expired tile.
mapTileRequestExpiredTile(MapTileRequestState,Drawable) - function in org.osmdroid.tileprovider.MapTileProviderBase
Called by implementation class methods indicating that they have produced an expired resultthat can be used but better results may be delivered later.
mapTileRequestExpiredTile(MapTileRequestState,Drawable) - function in org.osmdroid.tileprovider.MapTileProviderBase
The map tile request has produced an expired tile.
mapTileRequestExpiredTile(MapTileRequestState,Drawable) - function in org.osmdroid.tileprovider.MapTileProviderBasic
Called by implementation class methods indicating that they have produced an expired resultthat can be used but better results may be delivered later.
mapTileRequestExpiredTile(MapTileRequestState,Drawable) - function in org.osmdroid.tileprovider.MapTileProviderBasic
Called by implementation class methods indicating that they have produced an expired resultthat can be used but better results may be delivered later.
mapTileRequestExpiredTile(MapTileRequestState,Drawable) - function in org.osmdroid.tileprovider.MapTileProviderBasic
The map tile request has produced an expired tile.
mapTileRequestExpiredTile(MapTileRequestState,Drawable) - function in org.osmdroid.tileprovider.OfflineTileProvider
Called by implementation class methods indicating that they have produced an expired resultthat can be used but better results may be delivered later.
mapTileRequestExpiredTile(MapTileRequestState,Drawable) - function in org.osmdroid.tileprovider.OfflineTileProvider
Called by implementation class methods indicating that they have produced an expired resultthat can be used but better results may be delivered later.
mapTileRequestExpiredTile(MapTileRequestState,Drawable) - function in org.osmdroid.tileprovider.OfflineTileProvider
The map tile request has produced an expired tile.
mapTileRequestFailed(MapTileRequestState) - function in org.osmdroid.tileprovider.IMapTileProviderCallback
The map tile request has failed.
mapTileRequestFailed(MapTileRequestState) - function in org.osmdroid.tileprovider.MapTileProviderArray
Called by implementation class methods indicating that they have failed to retrieve therequested map tile.
mapTileRequestFailed(MapTileRequestState) - function in org.osmdroid.tileprovider.MapTileProviderArray
Called by implementation class methods indicating that they have failed to retrieve therequested map tile.
mapTileRequestFailed(MapTileRequestState) - function in org.osmdroid.tileprovider.MapTileProviderArray
The map tile request has failed.
mapTileRequestFailed(MapTileRequestState) - function in org.osmdroid.tileprovider.MapTileProviderBase
Called by implementation class methods indicating that they have failed to retrieve therequested map tile.
mapTileRequestFailed(MapTileRequestState) - function in org.osmdroid.tileprovider.MapTileProviderBase
The map tile request has failed.
mapTileRequestFailed(MapTileRequestState) - function in org.osmdroid.tileprovider.MapTileProviderBasic
Called by implementation class methods indicating that they have failed to retrieve therequested map tile.
mapTileRequestFailed(MapTileRequestState) - function in org.osmdroid.tileprovider.MapTileProviderBasic
Called by implementation class methods indicating that they have failed to retrieve therequested map tile.
mapTileRequestFailed(MapTileRequestState) - function in org.osmdroid.tileprovider.MapTileProviderBasic
The map tile request has failed.
mapTileRequestFailed(MapTileRequestState) - function in org.osmdroid.tileprovider.OfflineTileProvider
Called by implementation class methods indicating that they have failed to retrieve therequested map tile.
mapTileRequestFailed(MapTileRequestState) - function in org.osmdroid.tileprovider.OfflineTileProvider
Called by implementation class methods indicating that they have failed to retrieve therequested map tile.
mapTileRequestFailed(MapTileRequestState) - function in org.osmdroid.tileprovider.OfflineTileProvider
The map tile request has failed.
mapTileRequestFailedExceedsMaxQueueSize(MapTileRequestState) - function in org.osmdroid.tileprovider.IMapTileProviderCallback
The map tile request has failed - exceeds MaxQueueSize.
mapTileRequestFailedExceedsMaxQueueSize(MapTileRequestState) - function in org.osmdroid.tileprovider.MapTileProviderArray
Called by implementation class methods indicating that they have failed to retrieve therequested map tile, because the max queue size has been reached
mapTileRequestFailedExceedsMaxQueueSize(MapTileRequestState) - function in org.osmdroid.tileprovider.MapTileProviderArray
Called by implementation class methods indicating that they have failed to retrieve therequested map tile, because the max queue size has been reached
mapTileRequestFailedExceedsMaxQueueSize(MapTileRequestState) - function in org.osmdroid.tileprovider.MapTileProviderArray
The map tile request has failed - exceeds MaxQueueSize.
mapTileRequestFailedExceedsMaxQueueSize(MapTileRequestState) - function in org.osmdroid.tileprovider.MapTileProviderBase
Called by implementation class methods indicating that they have failed to retrieve therequested map tile, because the max queue size has been reached
mapTileRequestFailedExceedsMaxQueueSize(MapTileRequestState) - function in org.osmdroid.tileprovider.MapTileProviderBase
The map tile request has failed - exceeds MaxQueueSize.
mapTileRequestFailedExceedsMaxQueueSize(MapTileRequestState) - function in org.osmdroid.tileprovider.MapTileProviderBasic
Called by implementation class methods indicating that they have failed to retrieve therequested map tile, because the max queue size has been reached
mapTileRequestFailedExceedsMaxQueueSize(MapTileRequestState) - function in org.osmdroid.tileprovider.MapTileProviderBasic
Called by implementation class methods indicating that they have failed to retrieve therequested map tile, because the max queue size has been reached
mapTileRequestFailedExceedsMaxQueueSize(MapTileRequestState) - function in org.osmdroid.tileprovider.MapTileProviderBasic
The map tile request has failed - exceeds MaxQueueSize.
mapTileRequestFailedExceedsMaxQueueSize(MapTileRequestState) - function in org.osmdroid.tileprovider.OfflineTileProvider
Called by implementation class methods indicating that they have failed to retrieve therequested map tile, because the max queue size has been reached
mapTileRequestFailedExceedsMaxQueueSize(MapTileRequestState) - function in org.osmdroid.tileprovider.OfflineTileProvider
Called by implementation class methods indicating that they have failed to retrieve therequested map tile, because the max queue size has been reached
mapTileRequestFailedExceedsMaxQueueSize(MapTileRequestState) - function in org.osmdroid.tileprovider.OfflineTileProvider
The map tile request has failed - exceeds MaxQueueSize.
MapTileRequestState - class in org.osmdroid.tileprovider
 
MapTileSqlCacheProvider - class in org.osmdroid.tileprovider.modules
Sqlite based tile cache mechansism
MapView - class in org.osmdroid.views
This is the primary view for osmdroid.
MapView.LayoutParams - class in org.osmdroid.views.MapView
Per-child layout information associated with OpenStreetMapView.
MapView.OnFirstLayoutListener - class in org.osmdroid.views.MapView
 
MapViewRepository - class in org.osmdroid.views
Repository for a MapView Designed for "singleton-like" objects that need a clean detach
Marker - class in org.osmdroid.views.overlay
A marker is an icon placed at a particular point on the map's surface that can have a popup-org.osmdroid.views.overlay.infowindow.InfoWindow (a bubble) Mimics the Marker class from Google Maps Android API v2 as much as possible.
Marker.OnMarkerClickListener - class in org.osmdroid.views.overlay.Marker
 
Marker.OnMarkerDragListener - class in org.osmdroid.views.overlay.Marker
 
MarkerInfoWindow - class in org.osmdroid.views.overlay.infowindow
org.osmdroid.views.overlay.infowindow.MarkerInfoWindow is the default implementation of org.osmdroid.views.overlay.infowindow.InfoWindow for a org.osmdroid.views.overlay.Marker.
MathConstants - class in org.osmdroid.views.util.constants
 
MAXIMUM_OPTIMIZATION - enum entry in org.osmdroid.views.overlay.simplefastpoint.SimpleFastPointOverlayOptions.RenderingAlgorithm
 
MBTilesFileArchive - class in org.osmdroid.tileprovider.modules
supports raster imagery in the MBTiles 1.1 spec https://sourceforge.net/p/mobac/code/HEAD/tree/trunk/MOBAC/src/main/java/mobac/program/atlascreators/MBTiles.java https://github.com/mapbox/mbtiles-spec/tree/master/1.
measure(int,int) - function in android.view.MapView
 
measure(int,int) - function in android.view.ItemizedOverlayControlView
 
MEDIUM_OPTIMIZATION - enum entry in org.osmdroid.views.overlay.simplefastpoint.SimpleFastPointOverlayOptions.RenderingAlgorithm
 
meter - enum entry in org.osmdroid.util.constants.GeoConstants.UnitOfMeasure
 
metersToEquatorPixels(float) - function in org.osmdroid.api.IProjection
Converts a distance in meters (along the equator) to one in (horizontal) pixels at thecurrent zoomlevel.
metersToEquatorPixels(float) - function in org.osmdroid.views.Projection
Converts a distance in meters (along the equator) to one in (horizontal) pixels at thecurrent zoomlevel.
metersToEquatorPixels(float) - function in org.osmdroid.api.Projection
Converts a distance in meters (along the equator) to one in (horizontal) pixels at thecurrent zoomlevel.
metersToPixels(float) - function in org.osmdroid.views.Projection
Converts a distance in meters to one in (horizontal) pixels at the current zoomlevel and atthe current latitude at the center of the screen.
metersToPixels(float,double,double) - function in org.osmdroid.views.Projection
 
metric - enum entry in org.osmdroid.views.overlay.ScaleBarOverlay.UnitsOfMeasure
 
MilestoneBitmapDisplayer - class in org.osmdroid.views.overlay.milestones
Displayer of `MilestoneStep`s as `Bitmap`s Created by Fabrice Fontaine on 22/12/2017.
MilestoneDisplayer - class in org.osmdroid.views.overlay.milestones
Displayer of `MilestoneStep`s Created by Fabrice Fontaine on 22/12/2017.
MilestoneLineDisplayer - class in org.osmdroid.views.overlay.milestones
Display lines between milestone steps
MilestoneLister - class in org.osmdroid.views.overlay.milestones
Creating a list of `MilestoneStep`s from a list of `PointL` Created by Fabrice on 22/12/2017.
MilestoneManager - class in org.osmdroid.views.overlay.milestones
Created by Fabrice on 24/12/2017.
MilestoneMeterDistanceLister - class in org.osmdroid.views.overlay.milestones
Listing every given meters of the `Path` Created by Fabrice on 28/12/2017.
MilestoneMeterDistanceSliceLister - class in org.osmdroid.views.overlay.milestones
Listing the vertices for a slice of the path between two distances
MilestoneMiddleLister - class in org.osmdroid.views.overlay.milestones
Listing all the vertices' middle, provided that there are enough pixels between them Created by Fabrice on 23/12/2017.
MilestonePathDisplayer - class in org.osmdroid.views.overlay.milestones
Displayer of `MilestoneStep`s as `Path`s Created by Fabrice Fontaine on 22/12/2017.
MilestonePixelDistanceLister - class in org.osmdroid.views.overlay.milestones
Listing every x pixels of the `Path`, with an initial value Created by Fabrice on 23/12/2017.
MilestoneStep - class in org.osmdroid.views.overlay.milestones
A milestone step is a pixel position where a milestone should be displayed with an orientation Created by Fabrice Fontaine on 20/12/2017.
MilestoneVertexLister - class in org.osmdroid.views.overlay.milestones
Listing every vertex Created by Fabrice on 23/12/2017.
MinimapOverlay - class in org.osmdroid.views.overlay
Draws a mini-map as an overlay layer.
mod(int,int) - function in org.osmdroid.util.MyMath
 
MonochromaticPaintList - class in org.osmdroid.views.overlay.advancedpolyline
A PaintList with always the same color
moveTo(float,float) - function in android.graphics.OsmPath
 
moveTo(MotionEvent,MapView) - function in org.osmdroid.views.overlay.ClickableIconOverlay
 
moveTo(IGeoPoint,MapView) - function in org.osmdroid.views.overlay.ClickableIconOverlay
 
moveTo(MotionEvent,MapView) - function in org.osmdroid.views.overlay.IconOverlay
 
moveTo(IGeoPoint,MapView) - function in org.osmdroid.views.overlay.IconOverlay
 
moveToEventPosition(MotionEvent,MapView) - function in org.osmdroid.views.overlay.Marker
 
MultiTouchController - class in org.metalev.multitouch.controller
A class that simplifies the implementation of multitouch in applications.
MultiTouchController.MultiTouchObjectCanvas - class in org.metalev.multitouch.controller.MultiTouchController
 
MultiTouchController.PointInfo - class in org.metalev.multitouch.controller.MultiTouchController
A class that packages up all MotionEvent information with all derived multitouch information (if available)
MultiTouchController.PositionAndScale - class in org.metalev.multitouch.controller.MultiTouchController
A class that is used to store scroll offsets and scale information for objects that are managed by the multitouch controller
mutate() - function in android.graphics.drawable.ExpirableBitmapDrawable
 
mutate() - function in android.graphics.drawable.ReusableBitmapDrawable
 
MyLocationNewOverlay - class in org.osmdroid.views.overlay.mylocation
 
MyMath - class in org.osmdroid.util
 
MyMath - class in org.osmdroid.views.util
 
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Z