CirclePitchScale

enum CirclePitchScale : Enum<CirclePitchScale> , LayerProperty

Controls the scaling behavior of the circle when the map is pitched.

Parameters

value

String value of this property

Entries

VIEWPORT
Link copied to clipboard
VIEWPORT("viewport")

Circles are not scaled.

MAP
Link copied to clipboard
MAP("map")

Circles are scaled according to their apparent distance to the camera.

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