Home > @i2analyze/i2connect > spi > GeoJSONMultiPolygon
spi.GeoJSONMultiPolygon type
The definitions of several polygons in geospace.
Signature:
export type GeoJSONMultiPolygon = {
coordinates: Array<Array<Array<GeospatialCoordinate>>>;
} & Geometry;
References: GeospatialCoordinate, Geometry