Signal K
    Preparing search index...
    interface Point {
        coordinates?: [number, number];
        type?: "Point";
        [k: string]: unknown;
    }

    Indexable

    • [k: string]: unknown
    Index

    Properties

    Properties

    coordinates?: [number, number]

    A single position, in x,y order (Lon, Lat)

    2

    type?: "Point"