Interface AISTrackSymbolOptions

AIS track symbol options.

interface AISTrackSymbolOptions {
    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;
    leaderTime?: number;
    lineCap?: LineCapShape;
    lineJoin?: LineJoinShape;
    minZoomLevel?: number;
    opacity?: number;
    pane?: string;
    renderer?: Renderer;
    shapeOptions?: ShapeOptions;
    shipStaticData?: ShipStaticData;
    size?: number;
    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
leaderTime?: number

The length of the leader (unit: s).

lineCap?: LineCapShape
lineJoin?: LineJoinShape
minZoomLevel?: number

Min zoom level for silhouette.

opacity?: number
pane?: string
renderer?: Renderer
shapeOptions?: ShapeOptions

Shape options.

shipStaticData?: ShipStaticData

Ship static data.

size?: number

Size (pixels).

speed?: number

Initial speed (units: m/s).

stroke?: boolean
weight?: number

Generated using TypeDoc