Querylight TS Demo

Geometry

Supported geometry shapes for geo indexing and querying.

Back to docs search

Reference Entry

Geometry

API Reference · foundation · order 21

Supported geometry shapes for geo indexing and querying.

Geometry

Supported geometry shapes for geo indexing and querying.

Declaration

Geometry

Type

```ts { type: "Point"; coordinates: Position } | { type: "Polygon"; coordinates: PolygonCoordinates } | { type: "MultiPolygon"; coordinates: MultiPolygonCoordinates } ```