Skip to content

spatial-monorepo


spatial-monorepo / ui/src / ObstaclePolygon

Interface: ObstaclePolygon

Defined in: packages/ui/src/useWayfinding.ts:59

GeoJSON Polygon obstacle (walls, closed rooms). Edges whose midpoint falls inside any obstacle polygon are excluded.

Properties

geometry

geometry: object

Defined in: packages/ui/src/useWayfinding.ts:61

coordinates

coordinates: Position2D[][]

type

type: "Polygon"


type

type: "Feature"

Defined in: packages/ui/src/useWayfinding.ts:60

Released under commercial licensing.