ModelType

enum ModelType : Enum<ModelType> , LayerProperty

Defines rendering behavior of model in respect to other 3D scene objects.

Parameters

value

String value of this property

Entries

LOCATION_INDICATOR
Link copied to clipboard
LOCATION_INDICATOR("location-indicator")

Displayed over other 3D content, occluded by terrain.

COMMON_3D
Link copied to clipboard
COMMON_3D("common-3d")

Integrated to 3D scene, using depth testing, along with terrain, fill-extrusions and custom layer.

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int
value
Link copied to clipboard
open override val value: String