MarkerToolSettings
Last updated
Was this helpful?
color:
string
The color of the element in some CSS-like format.
"#ABC123";
"rgb(255, 0, 0)";
"hsl(200, 100%, 50%)";"#C93535"opacity:
number
The opacity of the marker, between 0 and 1.
size:
number
The size of the marker, used in conjunction with the zoom to determine the actual size of the marker.
showInspector:
boolean
Whether to show the tool inspector.
false
Last updated
Was this helpful?
Was this helpful?
110