Interface: RouteAnimationIconConfig
Configuration options for the route animation icon.
Properties
arrowColor?
The color of the arrow (default: “#FFFFFF”).
Default Value
arrowWidth?
The stroke width of the arrow path in pixels (default: 0, meaning no stroke).
Default Value
backgroundColor?
The background color of the circle (default: “#0076B6”).
Default Value
blur?
The blur radius in pixels to apply to the icon (default: 0, meaning no blur).
Default Value
borderColor?
The border color of the circle (default: “#000000”). Only used if borderWidth is greater than 0.
Default Value
borderWidth?
The border width of the circle in pixels (default: 0, meaning no border).
Default Value
Last updated on