ConstructorOptions
Initialization options for the TileMapServiceImageryProvider constructor
See also
Properties
The file extension for images on the server. Default value - 'png'
The maximum level-of-detail supported by the imagery provider, or undefined if there is no limit.
The minimum level-of-detail supported by the imagery provider. Take care when specifying this that the number of tiles at the minimum level is small, such as four or less. A larger number is likely to result in rendering problems. Default value - 0
The rectangle, in radians, covered by the image. Default value - Rectangle.MAX_VALUE
A policy for discarding tile images according to some criteria Specifying this option will do the same, allowing for loading of these incorrect tilesets.
Pixel height of image tiles. Default value - 256
The tiling scheme specifying how the ellipsoidal surface is broken into tiles. If this parameter is not provided, a WebMercatorTilingScheme is used.