mirror of
https://gitlab.com/mobicoop/v3/service/matcher.git
synced 2026-01-01 14:02:39 +00:00
add graphhopper georouter
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import { Waypoint } from '@modules/geography/core/application/types/waypoint.type';
|
||||
import { Role } from '@modules/geography/core/domain/route.types';
|
||||
import { Role, Waypoint } from '@modules/geography/core/domain/route.types';
|
||||
|
||||
export type GetRouteRequestDto = {
|
||||
roles: Role[];
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
import { Coordinates } from '@modules/geography/core/application/types/coordinates.type';
|
||||
import { SpacetimePoint } from '@modules/geography/core/application/types/spacetime-point.type';
|
||||
import {
|
||||
Coordinates,
|
||||
SpacetimePoint,
|
||||
} from '@modules/geography/core/domain/route.types';
|
||||
|
||||
export class RouteResponseDto {
|
||||
driverDistance?: number;
|
||||
|
||||
Reference in New Issue
Block a user