Skip to content

spatial-monorepo


spatial-monorepo / wayfinding/src / PathNetworkRouteResult

Type Alias: PathNetworkRouteResult

PathNetworkRouteResult = { coordinates: Position2D[]; found: true; } | { found: false; reason: "no-path"; }

Defined in: packages/wayfinding/src/path-network.ts:326

Released under commercial licensing.