Signal K
    Preparing search index...

    Interface Waypoint

    interface Waypoint {
        feature: {
            geometry: { coordinates: GeoJsonPoint; type: "Point" };
            type: "Feature";
            id?: string;
            properties?: object;
        };
        description?: string;
        name?: string;
    }
    Index

    Properties

    feature: {
        geometry: { coordinates: GeoJsonPoint; type: "Point" };
        type: "Feature";
        id?: string;
        properties?: object;
    }
    description?: string
    name?: string