Track symbol options.

interface TrackSymbolOptions {
    attribution?: string;
    bubblingMouseEvents?: boolean;
    className?: string;
    color?: string;
    course?: number;
    dashArray?: string | number[];
    dashOffset?: string;
    fill?: boolean;
    fillColor?: string;
    fillOpacity?: number;
    fillRule?: FillRule;
    heading?: number;
    interactive?: boolean;
    lineCap?: LineCapShape;
    lineJoin?: LineJoinShape;
    opacity?: number;
    pane?: string;
    renderer?: Renderer;
    shapeOptions?: ShapeOptions;
    speed?: number;
    stroke?: boolean;
    weight?: number;
}

Hierarchy

Properties

attribution?: string
bubblingMouseEvents?: boolean
className?: string
color?: string
course?: number

Initial course over ground (units: radians from north, clockwise).

dashArray?: string | number[]
dashOffset?: string
fill?: boolean
fillColor?: string
fillOpacity?: number
fillRule?: FillRule
heading?: number

Initial heading (units: radians from north, clockwise).

interactive?: boolean
lineCap?: LineCapShape
lineJoin?: LineJoinShape
opacity?: number
pane?: string
renderer?: Renderer
shapeOptions?: ShapeOptions

Shape options.

speed?: number

Initial speed (units: m/s).

stroke?: boolean
weight?: number

Generated using TypeDoc