lint
This commit is contained in:
@@ -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};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user