This commit is contained in:
2026-04-01 16:05:32 -04:00
parent a6264fad67
commit 9b8b9ec664
4 changed files with 30 additions and 22 deletions

View File

@@ -287,4 +287,10 @@ export interface NominatimAddress {
country_code: string;
}
export interface routeSegments {
fromWaypoint: number;
toWaypoint: number,
distanceMeters: number,
timeSeconds: number,
toCoordinates: {lat: number, lng: number};
}