Interface: SimpleMarkerOptions
component.SimpleMarkerOptions
interface
SimpleMarkerOptions
Interface that represents the options for configuring a SimpleMarker
.
#
Properties#
ballColor• Optional
ballColor: string
| number
The color of the ball inside the marker.
default
"#f00"
#
Defined incomponent/marker/interfaces/SimpleMarkerOptions.ts:12
#
ballOpacity• Optional
ballOpacity: number
The opacity of the ball inside the marker.
default
0.8
#
Defined incomponent/marker/interfaces/SimpleMarkerOptions.ts:19
#
color• Optional
color: string
| number
The color of the ice creame shape.
default
"#f00"
#
Defined incomponent/marker/interfaces/SimpleMarkerOptions.ts:26
#
interactive• Optional
interactive: boolean
Value indicating if the marker should be interactive or not.
description
If the marker is configured to be interactive
it will be draggable in the viewer and retrievable with the
getMarkerIdAt
method on the MarkerComponent
.
default
false
#
Defined incomponent/marker/interfaces/SimpleMarkerOptions.ts:37
#
opacity• Optional
opacity: number
The opacity of the ice creame shape.
default
0.4
#
Defined incomponent/marker/interfaces/SimpleMarkerOptions.ts:44
#
radius• Optional
radius: number
The radius of the ice cream shape in meters.
default
1