Signal K
    Preparing search index...

    Interface RouteDestination

    interface RouteDestination {
        href: string;
        arrivalCircle?: number;
        pointIndex?: number;
        reverse?: boolean;
    }
    Index

    Properties

    href: string
    arrivalCircle?: number
    pointIndex?: number
    reverse?: boolean