MapTileSourceBase Constructors
The base for all classes that can load image tiles from external map data providers.| Name | Parameters | Description |
|---|---|---|
| MapTileSourceBase(Int64, Int64, Int32, Int32, Int32) | imageWidth, imageHeight, tileWidth, tileHeight, maxZoomLevel | Initializes a new instance of the MapTileSourceBase class with specified settings. |
See Also