GitHub repository | This map was generated from repository code by SourceSpy (more info)
osmdroidClass Hierarchy: osmdroid-mapsforge
Represents class hierarchy in this module
Module osmdroid-mapsforge
GeoPackageProvider
GeoPackage + created on 1/5/2017.
MapTileProviderArray
This top-level tile provider allows a consumer to provide an array of modular asynch...
IMapTileProviderCallback
MapTileProviderBase
This is an abstract class. The tile provider is responsible for: determining if a ma...
MapTileContainer
MapsForgeTileProvider
This lets you hook up multiple MapsForge files, it will render to the screen the fir...
GeoPackageFeatureTileProvider
created on 8/19/2017.
MapTileProviderBasic
This top-level tile provider implements a basic tile request chain which includes a ...
OfflineTileProvider
Causes Osmdroid to load from tiles from only the referenced file sources and no wher...
MapTileArea
An area of map tiles.
IterableWithSize
MapTileAreaList
A list of areas of map tiles
MapTileList
An optimized list of map tile indices
GeopackageRasterTileSource
created on 9/3/2017.
XYTileSource
An implementation of org.osmdroid.tileprovider. tilesource.OnlineTileSourceBase
OnlineTileSourceBase
BitmapTileSourceBase
ITileSource
FileBasedTileSource
this is an extremely simple tile source that should only be used for offline sources...
USGSTileSource
sample custom tile source Created by alex on 6/20/ 16.
CloudmadeTileSource
IStyledTileSource
Tile sources that have a settable "style" attibute can implement this. After setting...
HEREWeGoTileSource
HERE We Go
MapBoxTileSource
MapBox tile source, revised in 5.1 to not use static map ids or tokens
MapQuestTileSource
MapQuest tile source, revised as 2016 July to meet the new way to access tiles, via ...
MapsForgeTileSource
Adapted from code from here: https://github.com/ MKergall/osmbonuspack, which is LGPL...
QuadTreeTileSource
TMSOnlineTileSourceBase
created on 12/24/2016.
ThunderforestTileSource
Thunderforest Maps including OpenCycleMap
BingMapTileSource
BingMap tile source used with OSMDroid This class builds the Bing REST services url ...
WMSTileSource
WMS Map Source. Use this in conjunction with the WMSParser. This class is known to w...
MapsForgeTileModuleProvider
Adapted from code from here: https://github.com/ MKergall/osmbonuspack, which is LGPL...
MapTileFileStorageProviderBase
MapTileModuleProviderBase
An abstract base class for modular tile providers
MapTileAssetsProvider
Implements a file system cache and provides cached tiles from Assets. This functions...
MapTileFileArchiveProvider
A tile provider that can serve tiles from an archive using the supplied tile source....
GeoPackageMapTileModuleProvider
Geopackage raster tile provider Created by alex on 10/29/15.
MapTileApproximater
The MapTileApproximater computes approximation of tiles. The approximation is based ...
MapTileDownloader
The MapTileDownloader loads tiles from an HTTP server. It saves downloaded tiles to ...
MapTileFilesystemProvider
Implements a file system cache and provides cached tiles. This functions as a tile p...
MapTileSqlCacheProvider
Sqlite based tile cache mechansism