FromUrlOptions

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?

MVT property name to use as feature ID.

Link copied to clipboard

Drapes the decoded points, lines and polygons onto the surfaces selected by the value: HeightReference.CLAMP_TO_TERRAIN drapes onto the globe, HeightReference.CLAMP_TO_3D_TILE drapes onto 3D Tiles and models, and HeightReference.CLAMP_TO_GROUND drapes onto both. 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.