Home > @i2analyze/i2connect > spi > GeoJSONPolygon
spi.GeoJSONPolygon type
The definition of a polygon in geospace.
Signature:
export type GeoJSONPolygon = {
coordinates: Array<Array<GeospatialCoordinate>>;
} & Geometry;
References: GeospatialCoordinate, Geometry