Taos API Reference
    Preparing search index...

    Interface CzmlPath

    interface CzmlPath {
        width?: number;
        color?: CzmlColor;
        leadTime?: number;
        trailTime?: number;
        show?: boolean;
    }
    Index

    Properties

    width?: number
    color?: CzmlColor
    leadTime?: number

    Seconds of track to show ahead of / behind the current time (undefined = whole track).

    trailTime?: number
    show?: boolean