| AssetTileDataSource | A tile data source where each map tile is a seperate image file bundled with the application. |
| BitmapOverlayRasterTileDataSource | Tile data source that uses given bitmap with two, three or four control points define a raster overlay. |
| CacheTileDataSource | A tile data source that loads tiles from another tile data source and caches them. |
| CartoOnlineTileDataSource | An online tile data source that connects to Carto tile server. |
| CombinedTileDataSource | A tile data source that combines two data sources (usually offline and online) and selects tiles based on zoom level. |
| GeoJSONVectorTileDataSource | A tile data source that builds vector tiles from GeoJSON inputs. |
| HTTPTileDataSource | A tile data source that loads tiles using a HTTP connection. |
| LocalVectorDataSource | A modifiable vector data source that keeps all the elements in the local memory. |
| MapTilerOnlineTileDataSource | An online tile data source that connects to MapTiler Cloud tile server. |
| MBTilesTileDataSource | A tile data source that loads tiles from a local Sqlite database. |
| MemoryCacheTileDataSource | A tile data source that loads tiles from another tile data source and caches them in memory. |
| MergedMBVTTileDataSource | A tile data source that merges two MBVT/protobuf data sources into one. |
| NMLModelLODTreeDataSource | An abstract base class for NML model LOD tree data sources. |
| OfflineNMLModelLODTreeDataSource | A sqlite database based data source for NML model LOD trees. |
| OnlineNMLModelLODTreeDataSource | Online NML LOD Tree data source. |
| OrderedTileDataSource | A tile data source that combines two data sources (usually offline and online). |
| PackageManagerTileDataSource | A tile data source that loads tiles from package manager. |
| PersistentCacheTileDataSource | A tile data source that loads tiles from another tile data source and caches them in an offline sqlite database. |
| TileDataSource | Abstract base class for tile data sources. |
| TileDownloadListener | Listener for tile downloader. |
| VectorDataSource | Abstract base class for envelope based vector data sources. |
| LocalSpatialIndexType | Spatial index type for local data source. |
| MBTilesScheme | MBTiles tile schemes. |