MultiScaleTileSource Constructors
The class that provides functionality to load image tiles for different zoom scales from an external image tile source.Name | Parameters | Description |
---|---|---|
MultiScaleTileSource(String, Int64, Int64, Int32, Int32, Int32, ICacheOptionsProvider, Int32) | userAgent, imageWidth, imageHeight, tileWidth, tileHeight, tileOverlap, cacheOptionsProvider, maxParallelDownloads | Initializes a new instance of the MultiScaleTileSource class with specified settings. |
MultiScaleTileSource(String, Int64, Int64, Int32, Int32, Int32, ICacheOptionsProvider) | userAgent, imageWidth, imageHeight, tileWidth, tileHeight, tileOverlap, cacheOptionsProvider | Initializes a new instance of the MultiScaleTileSource class with specified settings. |
See Also