ConstructorOptions

Properties

Link copied to clipboard
abstract val extent: Rectangle?

Optional geographic extent in radians to constrain the generated tile tree.

Link copied to clipboard
abstract val featureIdProperty: String?

Feature property name to use as feature ID when supported by content decoding.

Link copied to clipboard

Drapes the vector content onto the surfaces selected by the value. Requires options.scene.

Link copied to clipboard
abstract val maxZoom: Double?

Maximum zoom level represented in the generated tileset. Default value - 14

Link copied to clipboard
abstract val minZoom: Double?

Minimum zoom level represented in the generated tileset. Default value - 0

Link copied to clipboard
abstract val scene: Scene?

The scene the generated tileset is rendered in, required when options.heightReference is a clamping value.