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