mirror of
https://gitlab.com/mobicoop/v3/service/matcher.git
synced 2026-01-01 20:02:41 +00:00
move route compute to create service as entity creation is not async
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import { Coordinates } from '@modules/geography/core/application/types/coordinates.type';
|
||||
import { SpacetimePoint } from '@modules/geography/core/application/types/spacetime-point.type';
|
||||
|
||||
export class RouteResponseDto {
|
||||
@@ -8,5 +9,5 @@ export class RouteResponseDto {
|
||||
fwdAzimuth: number;
|
||||
backAzimuth: number;
|
||||
distanceAzimuth: number;
|
||||
spacetimePoints: SpacetimePoint[];
|
||||
points: SpacetimePoint[] | Coordinates[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user