Signal K
    Preparing search index...

    Interface MultiPolygon

    interface MultiPolygon {
        geometry: { coordinates: GeoJsonMultiPolygon; type: "MultiPolygon" };
        type: "Feature";
        id?: string;
        properties?: object;
    }
    Index

    Properties

    geometry: { coordinates: GeoJsonMultiPolygon; type: "MultiPolygon" }
    type: "Feature"
    id?: string
    properties?: object