Skip to content

Commit

Permalink
Client auto update (#473)
Browse files Browse the repository at this point in the history
Co-authored-by: rbruggem <rbruggem@users.noreply.github.com>
  • Loading branch information
rbruggem and rbruggem authored Feb 9, 2024
1 parent a1f5bec commit 85a0e8e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/models/DistanceCalculationMethod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
* * `mapbox` – we used the Mapbox Matrix API
* * `user_input` – the distance was provided to us directly
* * `osrm` – we used Open Source Routing Machine, the OpenStreetMap Data Routing Engine
* * `vessel_tracking` – we used the AIS data to track the vessel's route
*
*/
export enum DistanceCalculationMethod {
Expand All @@ -26,4 +27,5 @@ export enum DistanceCalculationMethod {
MAPBOX = 'mapbox',
USER_INPUT = 'user_input',
OSRM = 'osrm',
VESSEL_TRACKING = 'vessel_tracking',
}

0 comments on commit 85a0e8e

Please sign in to comment.