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