Home > @i2analyze/i2connect > spi > Geometry spi.Geometry type A point or an area in geospace. Signature: export type Geometry = { type: 'Point' | 'Polygon' | 'MultiPolygon'; };