MarkerToolSettings


Properties

color

color: string

The color of the element in some CSS-like format.

Example

"#ABC123";
"rgb(255, 0, 0)";
"hsl(200, 100%, 50%)";

Default

"#C93535"

opacity

opacity: number

The opacity of the marker, between 0 and 1.

Default

1

size

size: number

The size of the marker, used in conjunction with the zoom to determine the actual size of the marker.

Default

10

Last updated

Was this helpful?