mirror of
https://gitlab.com/mobicoop/v3/service/matcher.git
synced 2026-01-01 20:02:41 +00:00
add route provider in ad module
This commit is contained in:
12
src/modules/geography/interface/dtos/route.response.dto.ts
Normal file
12
src/modules/geography/interface/dtos/route.response.dto.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
import { SpacetimePoint } from '@modules/geography/core/application/types/spacetime-point.type';
|
||||
|
||||
export class RouteResponseDto {
|
||||
driverDistance?: number;
|
||||
driverDuration?: number;
|
||||
passengerDistance?: number;
|
||||
passengerDuration?: number;
|
||||
fwdAzimuth: number;
|
||||
backAzimuth: number;
|
||||
distanceAzimuth: number;
|
||||
spacetimePoints: SpacetimePoint[];
|
||||
}
|
||||
Reference in New Issue
Block a user