Signal K
    Preparing search index...

    Resources to aid in navigation and operation of the vessel including waypoints, routes, notes, etc.

    interface Resources {
        charts?: Chart;
        notes?: Notes;
        regions?: Region;
        routes?: Route;
        waypoints?: Waypoints;
        [k: string]: unknown;
    }

    Indexable

    • [k: string]: unknown
    Index

    Properties

    charts?: Chart
    notes?: Notes
    regions?: Region
    routes?: Route
    waypoints?: Waypoints