spatial-monorepo / core/src / RouteWaypoint
Interface: RouteWaypoint
Defined in: packages/core/src/layers/WayfindingLayer.ts:32
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:35
[lng, lat] (or local building x,y) coordinates for this destination.
nodeId
nodeId:
string
Defined in: packages/core/src/layers/WayfindingLayer.ts:33
