
| Interface | Description |
|---|---|
| IStyledTileSource<T> |
Tile sources that have a settable "style" attibute can implement this.
|
| ITileSource |
| Class | Description |
|---|---|
| BitmapTileSourceBase | |
| CloudmadeTileSource | |
| FileBasedTileSource |
this is an extremely simple tile source that should only be used for offline sources.
|
| 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 api key
|
| OnlineTileSourceBase | |
| QuadTreeTileSource | |
| ThunderforestTileSource |
Thunderforest Maps including OpenCycleMap
|
| TileSourceFactory |
looking for mapquest? it's moved because they stopped supporting anonymous access to tiles
|
| TileSourcePolicy |
Online Tile Source Usage Policy, including
the max number of concurrent downloads
if it accepts a meaningless user agent
if it accepts bulk downloads
if the user agent must be normalized
|
| TMSOnlineTileSourceBase |
created on 12/24/2016.
|
| XYTileSource |
An implementation of
OnlineTileSourceBase |
| Exception | Description |
|---|---|
| BitmapTileSourceBase.LowMemoryException | |
| TileSourcePolicyException |
Exception dedicated to the enforcement of online tile source usage policies
|