Skip to content

spatial-monorepo


spatial-monorepo / core/src / RouteWaypoint

Interface: RouteWaypoint

Defined in: packages/core/src/layers/WayfindingLayer.ts:41

A single stop in multi-destination mode — the node identifier (for cross-referencing with the routing graph) plus its actual map coordinates, used to place the waypoint marker.

Properties

coordinates

coordinates: [number, number]

Defined in: packages/core/src/layers/WayfindingLayer.ts:44

[lng, lat] (or local building x,y) coordinates for this destination.


nodeId

nodeId: string

Defined in: packages/core/src/layers/WayfindingLayer.ts:42

Released under commercial licensing.