spatial-monorepo / core/src / NavigationRerouteEvent
Interface: NavigationRerouteEvent
Defined in: packages/core/src/wayfinding/Navigation.ts:247
Properties
lateralDistanceM
lateralDistanceM:
number
Defined in: packages/core/src/wayfinding/Navigation.ts:251
Lateral distance (metres) from the path at the time the event fired.
position
position:
Position2D
Defined in: packages/core/src/wayfinding/Navigation.ts:249
The position that triggered the event, [lng, lat].
timestamp
timestamp:
number
Defined in: packages/core/src/wayfinding/Navigation.ts:253
Epoch ms, from the triggering PositionUpdate.timestamp.
