Signal K
    Preparing search index...
    interface Polygon {
        geometry: { coordinates: GeoJsonPolygon; type: "Polygon" };
        type: "Feature";
        id?: string;
        properties?: object;
    }
    Index

    Properties

    geometry: { coordinates: GeoJsonPolygon; type: "Polygon" }
    type: "Feature"
    id?: string
    properties?: object