ConstructorOptions

sealed interface ConstructorOptions(source)

Initialization options for the OpenStreetMapImageryProvider constructor

See also

Properties

Link copied to clipboard
abstract var credit: Credit?

A credit for the data source, which is displayed on the canvas. Default value - 'MapQuest, Open Street Map and contributors, CC-BY-SA'

Link copied to clipboard
abstract var ellipsoid: Ellipsoid?

The ellipsoid. If not specified, the WGS84 ellipsoid is used.

Link copied to clipboard
abstract var fileExtension: String?

The file extension for images on the server. Default value - 'png'

Link copied to clipboard
abstract var maximumLevel: Int?

The maximum level-of-detail supported by the imagery provider, or undefined if there is no limit.

Link copied to clipboard
abstract var minimumLevel: Int?

The minimum level-of-detail supported by the imagery provider. Default value - 0

Link copied to clipboard
abstract var rectangle: Rectangle?

The rectangle of the layer. Default value - Rectangle.MAX_VALUE

Link copied to clipboard
abstract var retinaTiles: Boolean?

When true, request tiles at the 2x resolution for retina displays. Default value - false

Link copied to clipboard
abstract var url: String?

The OpenStreetMap server url. Default value - 'https://tile.openstreetmap.org'