mirror of
https://gitlab.com/mobicoop/v3/service/matcher.git
synced 2026-01-01 14:02:39 +00:00
almost full coverage for graphhopper georouter
This commit is contained in:
@@ -32,7 +32,8 @@ export type Route = {
|
||||
fwdAzimuth: number;
|
||||
backAzimuth: number;
|
||||
distanceAzimuth: number;
|
||||
points: SpacetimePoint[] | Coordinates[];
|
||||
points: Coordinates[];
|
||||
spacetimeWaypoints: SpacetimePoint[];
|
||||
};
|
||||
|
||||
export type Path = {
|
||||
|
||||
Reference in New Issue
Block a user