@aws-sdk/client-geo-routes 3.1058.0 → 3.1059.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  AWS SDK for JavaScript GeoRoutes Client for Node.js, Browser and React Native.
8
8
 
9
- <p>With the Amazon Location Routes API you can calculate routes and estimate travel time based on up-to-date road network and live traffic information.</p> <p>Calculate optimal travel routes and estimate travel times using up-to-date road network and traffic data. Key features include:</p> <ul> <li> <p>Point-to-point routing with estimated travel time, distance, and turn-by-turn directions</p> </li> <li> <p>Multi-point route optimization to minimize travel time or distance</p> </li> <li> <p>Route matrices for efficient multi-destination planning</p> </li> <li> <p>Isoline calculations to determine reachable areas within specified time or distance thresholds</p> </li> <li> <p>Map-matching to align GPS traces with the road network</p> </li> </ul>
9
+ <p>With the Routes API you can calculate routes and estimate travel time based on up-to-date road network and live traffic information. Key features include:</p> <ul> <li> <p>Point-to-point routing with estimated travel time, distance, and turn-by-turn directions. See <a href="https://docs.aws.amazon.com/location/latest/APIReference/API_CalculateRoutes.html">CalculateRoutes</a>.</p> </li> <li> <p>Multi-point route optimization to minimize travel time or distance. See <a href="https://docs.aws.amazon.com/location/latest/APIReference/API_OptimizeWaypoints.html">OptimizeWaypoints</a>.</p> </li> <li> <p>Route matrices for efficient multi-destination planning. See <a href="https://docs.aws.amazon.com/location/latest/APIReference/API_CalculateRouteMatrix.html">CalculateRouteMatrix</a>.</p> </li> <li> <p>Isoline calculations to determine reachable areas within specified time or distance thresholds. See <a href="https://docs.aws.amazon.com/location/latest/APIReference/API_CalculateIsolines.html">CalculateIsolines</a>.</p> </li> <li> <p>Map-matching to align GPS traces with the road network. See <a href="https://docs.aws.amazon.com/location/latest/APIReference/API_SnapToRoads.html">SnapToRoads</a>.</p> </li> </ul>
10
10
 
11
11
  ## Installing
12
12
 
@@ -2,40 +2,30 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.bdd = void 0;
4
4
  const endpoints_1 = require("@smithy/core/endpoints");
5
- const m = "ref";
6
- const a = -1, b = true, c = "isSet", d = "PartitionResult", e = "booleanEquals", f = "stringEquals", g = "getAttr", h = { [m]: "Endpoint" }, i = { "fn": g, "argv": [{ [m]: d }, "name"] }, j = { [m]: d }, k = {}, l = [{ [m]: "Region" }];
5
+ const k = "ref";
6
+ const a = -1, b = true, c = "isSet", d = "PartitionResult", e = "booleanEquals", f = "getAttr", g = { [k]: "Endpoint" }, h = { [k]: d }, i = {}, j = [{ [k]: "Region" }];
7
7
  const _data = {
8
8
  conditions: [
9
- [c, [h]],
10
- [c, l],
11
- ["aws.partition", l, d],
12
- [e, [{ [m]: "UseFIPS" }, b]],
13
- [f, [i, "aws"]],
14
- [f, [i, "aws-us-gov"]],
15
- [e, [{ [m]: "UseDualStack" }, b]],
16
- [e, [{ fn: g, argv: [j, "supportsDualStack"] }, b]],
17
- [e, [{ fn: g, argv: [j, "supportsFIPS"] }, b]]
9
+ [c, [g]],
10
+ [c, j],
11
+ ["aws.partition", j, d],
12
+ [e, [{ [k]: "UseFIPS" }, b]],
13
+ [e, [{ [k]: "UseDualStack" }, b]],
14
+ [e, [{ fn: f, argv: [h, "supportsDualStack"] }, b]],
15
+ [e, [{ fn: f, argv: [h, "supportsFIPS"] }, b]]
18
16
  ],
19
17
  results: [
20
18
  [a],
21
19
  [a, "Invalid Configuration: FIPS and custom endpoint are not supported"],
22
20
  [a, "Invalid Configuration: Dualstack and custom endpoint are not supported"],
23
- [h, k],
24
- ["https://routes.geo.{Region}.{PartitionResult#dnsSuffix}/v2", k],
25
- ["https://routes.geo-fips.{Region}.{PartitionResult#dualStackDnsSuffix}/v2", k],
26
- ["https://routes.geo-fips.{Region}.{PartitionResult#dnsSuffix}/v2", k],
27
- ["https://routes.geo.{Region}.{PartitionResult#dualStackDnsSuffix}/v2", k],
28
- ["https://routes.geo.{Region}.us-gov.{PartitionResult#dnsSuffix}/v2", k],
29
- ["https://routes.geo-fips.{Region}.us-gov.{PartitionResult#dualStackDnsSuffix}/v2", k],
30
- ["https://routes.geo-fips.{Region}.us-gov.{PartitionResult#dnsSuffix}/v2", k],
31
- ["https://routes.geo.{Region}.us-gov.{PartitionResult#dualStackDnsSuffix}/v2", k],
32
- ["https://geo-routes-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", k],
21
+ [g, i],
22
+ ["https://geo-routes-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", i],
33
23
  [a, "FIPS and DualStack are enabled, but this partition does not support one or both"],
34
- ["https://geo-routes-fips.{Region}.{PartitionResult#dnsSuffix}", k],
24
+ ["https://geo-routes-fips.{Region}.{PartitionResult#dnsSuffix}", i],
35
25
  [a, "FIPS is enabled but this partition does not support FIPS"],
36
- ["https://geo-routes.{Region}.{PartitionResult#dualStackDnsSuffix}", k],
26
+ ["https://geo-routes.{Region}.{PartitionResult#dualStackDnsSuffix}", i],
37
27
  [a, "DualStack is enabled but this partition does not support DualStack"],
38
- ["https://geo-routes.{Region}.{PartitionResult#dnsSuffix}", k],
28
+ ["https://geo-routes.{Region}.{PartitionResult#dnsSuffix}", i],
39
29
  [a, "Invalid Configuration: Missing Region"]
40
30
  ]
41
31
  };
@@ -43,25 +33,17 @@ const root = 2;
43
33
  const r = 100_000_000;
44
34
  const nodes = new Int32Array([
45
35
  -1, 1, -1,
46
- 0, 20, 3,
47
- 1, 4, r + 19,
48
- 2, 5, r + 19,
49
- 3, 12, 6,
50
- 4, 11, 7,
51
- 5, 10, 8,
52
- 6, 9, r + 18,
53
- 7, r + 16, r + 17,
54
- 6, r + 11, r + 8,
55
- 6, r + 7, r + 4,
56
- 4, 19, 13,
57
- 5, 18, 14,
58
- 6, 16, 15,
59
- 8, r + 14, r + 15,
60
- 7, 17, r + 13,
61
- 8, r + 12, r + 13,
62
- 6, r + 9, r + 10,
63
- 6, r + 5, r + 6,
64
- 3, r + 1, 21,
65
- 6, r + 2, r + 3,
36
+ 0, 12, 3,
37
+ 1, 4, r + 11,
38
+ 2, 5, r + 11,
39
+ 3, 8, 6,
40
+ 4, 7, r + 10,
41
+ 5, r + 8, r + 9,
42
+ 4, 10, 9,
43
+ 6, r + 6, r + 7,
44
+ 5, 11, r + 5,
45
+ 6, r + 4, r + 5,
46
+ 3, r + 1, 13,
47
+ 4, r + 2, r + 3,
66
48
  ]);
67
49
  exports.bdd = endpoints_1.BinaryDecisionDiagram.from(nodes, root, _data.conditions, _data.results);
package/dist-cjs/index.js CHANGED
@@ -296,8 +296,11 @@ const MeasurementSystem = {
296
296
  METRIC: "Metric",
297
297
  };
298
298
  const RouteLegAdditionalFeature = {
299
+ BOOKINGS: "Bookings",
299
300
  ELEVATION: "Elevation",
300
301
  INCIDENTS: "Incidents",
302
+ INTERMEDIATE_STOPS: "IntermediateStops",
303
+ NEXT_DEPARTURES: "NextDepartures",
301
304
  PASS_THROUGH_WAYPOINTS: "PassThroughWaypoints",
302
305
  SUMMARY: "Summary",
303
306
  TOLLS: "Tolls",
@@ -337,8 +340,10 @@ const RouteTollVehicleCategory = {
337
340
  };
338
341
  const RouteTravelMode = {
339
342
  CAR: "Car",
343
+ INTERMODAL: "Intermodal",
340
344
  PEDESTRIAN: "Pedestrian",
341
345
  SCOOTER: "Scooter",
346
+ TRANSIT: "Transit",
342
347
  TRUCK: "Truck",
343
348
  };
344
349
  const RouteEngineType = {
@@ -346,6 +351,45 @@ const RouteEngineType = {
346
351
  INTERNAL_COMBUSTION: "InternalCombustion",
347
352
  PLUGIN_HYBRID: "PluginHybrid",
348
353
  };
354
+ const RouteAccessibilityAttribute = {
355
+ WHEELCHAIR: "Wheelchair",
356
+ };
357
+ const RouteRentalMode = {
358
+ ALL: "All",
359
+ CAR: "Car",
360
+ };
361
+ const RouteIntermodalEnabledLegs = {
362
+ ENTIRE_ROUTE: "EntireRoute",
363
+ FIRST_LEG: "FirstLeg",
364
+ LAST_LEG: "LastLeg",
365
+ NONE: "None",
366
+ };
367
+ const RouteTaxiMode = {
368
+ ALL: "All",
369
+ CAR: "Car",
370
+ };
371
+ const RouteTransitMode = {
372
+ AERIAL_TRAMWAY: "AerialTramway",
373
+ AIRPLANE: "Airplane",
374
+ ALL: "All",
375
+ BUS: "Bus",
376
+ BUS_RAPID_TRANSIT: "BusRapidTransit",
377
+ CITY_TRAIN: "CityTrain",
378
+ FERRY: "Ferry",
379
+ FUNICULAR_RAILWAY: "FunicularRailway",
380
+ HIGH_SPEED_TRAIN: "HighSpeedTrain",
381
+ INTERCITY_TRAIN: "IntercityTrain",
382
+ INTERREGIONAL_TRAIN: "InterregionalTrain",
383
+ LIGHT_RAIL: "LightRail",
384
+ MONORAIL: "Monorail",
385
+ PRIVATE_BUS: "PrivateBus",
386
+ REGIONAL_TRAIN: "RegionalTrain",
387
+ SUBWAY: "Subway",
388
+ };
389
+ const RouteVehicleMode = {
390
+ ALL: "All",
391
+ CAR: "Car",
392
+ };
349
393
  const RouteHazardousCargoType = {
350
394
  COMBUSTIBLE: "Combustible",
351
395
  CORROSIVE: "Corrosive",
@@ -370,7 +414,10 @@ const RouteTravelStepType = {
370
414
  };
371
415
  const RouteResponseNoticeCode = {
372
416
  MAIN_LANGUAGE_NOT_FOUND: "MainLanguageNotFound",
417
+ NO_TRANSIT_STATIONS_FOUND: "NoTransitStationsFound",
373
418
  OTHER: "Other",
419
+ TRANSIT_DATA_UNAVAILABLE: "TransitDataUnavailable",
420
+ TRANSIT_ROUTE_UNAVAILABLE: "TransitRouteUnavailable",
374
421
  TRAVEL_TIME_EXCEEDS_DRIVER_WORK_HOURS: "TravelTimeExceedsDriverWorkHours",
375
422
  };
376
423
  const RouteNoticeImpact = {
@@ -399,10 +446,25 @@ const RouteFerryTravelStepType = {
399
446
  CONTINUE: "Continue",
400
447
  DEPART: "Depart",
401
448
  };
449
+ const RoutePedestrianAfterTravelStepType = {
450
+ WAIT: "Wait",
451
+ };
452
+ const RouteAccessibilityAvailability = {
453
+ AVAILABLE: "Available",
454
+ LIMITED: "Limited",
455
+ UNAVAILABLE: "Unavailable",
456
+ UNKNOWN: "Unknown",
457
+ };
402
458
  const RouteSideOfStreet = {
403
459
  LEFT: "Left",
404
460
  RIGHT: "Right",
405
461
  };
462
+ const RoutePedestrianPlaceType = {
463
+ ACCESS_POINT: "AccessPoint",
464
+ DOCKING_STATION: "DockingStation",
465
+ PARKING_LOT: "ParkingLot",
466
+ STATION: "Station",
467
+ };
406
468
  const RoutePedestrianNoticeCode = {
407
469
  ACCURATE_POLYLINE_UNAVAILABLE: "AccuratePolylineUnavailable",
408
470
  OTHER: "Other",
@@ -464,19 +526,165 @@ const RoutePedestrianTravelStepType = {
464
526
  ROUNDABOUT_PASS: "RoundaboutPass",
465
527
  TURN: "Turn",
466
528
  };
529
+ const RouteRentalAfterTravelStepType = {
530
+ PARK: "Park",
531
+ };
532
+ const RouteRentalPlaceType = {
533
+ ACCESS_POINT: "AccessPoint",
534
+ DOCKING_STATION: "DockingStation",
535
+ PARKING_LOT: "ParkingLot",
536
+ STATION: "Station",
537
+ };
538
+ const RouteAttributionType = {
539
+ DISCLAIMER: "Disclaimer",
540
+ TARIFF: "Tariff",
541
+ };
542
+ const RouteWebLinkDeviceType = {
543
+ ANDROID: "Android",
544
+ IOS: "Ios",
545
+ WEB: "Web",
546
+ };
547
+ const RouteRentalBeforeTravelStepType = {
548
+ SETUP: "Setup",
549
+ };
550
+ const RouteRentalTravelStepType = {
551
+ ARRIVE: "Arrive",
552
+ CONTINUE: "Continue",
553
+ DEPART: "Depart",
554
+ EXIT: "Exit",
555
+ KEEP: "Keep",
556
+ RAMP: "Ramp",
557
+ ROUNDABOUT_ENTER: "RoundaboutEnter",
558
+ ROUNDABOUT_EXIT: "RoundaboutExit",
559
+ ROUNDABOUT_PASS: "RoundaboutPass",
560
+ TURN: "Turn",
561
+ U_TURN: "UTurn",
562
+ };
563
+ const RouteTaxiAfterTravelStepType = {
564
+ PARK: "Park",
565
+ };
566
+ const RouteTaxiPlaceType = {
567
+ ACCESS_POINT: "AccessPoint",
568
+ STATION: "Station",
569
+ };
570
+ const RouteTaxiBeforeTravelStepType = {
571
+ WAIT: "Wait",
572
+ };
573
+ const RouteTaxiNoticeCode = {
574
+ ACCURATE_POLYLINE_UNAVAILABLE: "AccuratePolylineUnavailable",
575
+ OTHER: "Other",
576
+ };
577
+ const RouteTaxiTravelStepType = {
578
+ ARRIVE: "Arrive",
579
+ CONTINUE: "Continue",
580
+ DEPART: "Depart",
581
+ EXIT: "Exit",
582
+ KEEP: "Keep",
583
+ RAMP: "Ramp",
584
+ ROUNDABOUT_ENTER: "RoundaboutEnter",
585
+ ROUNDABOUT_EXIT: "RoundaboutExit",
586
+ ROUNDABOUT_PASS: "RoundaboutPass",
587
+ TURN: "Turn",
588
+ U_TURN: "UTurn",
589
+ };
590
+ const RouteTransitAfterTravelStepType = {
591
+ DEBOARD: "Deboard",
592
+ };
593
+ const RouteTransitPlaceType = {
594
+ STATION: "Station",
595
+ };
596
+ const RouteTransitTripStatus = {
597
+ ADDED: "Added",
598
+ CANCELLED: "Cancelled",
599
+ REPLACED: "Replaced",
600
+ SCHEDULED: "Scheduled",
601
+ };
602
+ const RouteTransitBeforeTravelStepType = {
603
+ BOARD: "Board",
604
+ };
605
+ const RouteTransitIncidentEffect = {
606
+ DELAYED: "Delayed",
607
+ DETOURED: "Detoured",
608
+ OTHER: "Other",
609
+ SERVICE_ADDED: "ServiceAdded",
610
+ SERVICE_CANCELLED: "ServiceCancelled",
611
+ SERVICE_MODIFIED: "ServiceModified",
612
+ SERVICE_REDUCED: "ServiceReduced",
613
+ STOP_MOVED: "StopMoved",
614
+ };
615
+ const RouteTransitIncidentType = {
616
+ ACCIDENT: "Accident",
617
+ CONSTRUCTION: "Construction",
618
+ DEMONSTRATION: "Demonstration",
619
+ HOLIDAY: "Holiday",
620
+ MAINTENANCE: "Maintenance",
621
+ MEDICAL_EMERGENCY: "MedicalEmergency",
622
+ OTHER: "Other",
623
+ POLICE_ACTIVITY: "PoliceActivity",
624
+ STRIKE: "Strike",
625
+ TECHNICAL_PROBLEM: "TechnicalProblem",
626
+ WEATHER: "Weather",
627
+ };
628
+ const RouteTransitIntermediateStopAttribute = {
629
+ NO_ENTRY: "NoEntry",
630
+ NO_EXIT: "NoExit",
631
+ };
632
+ const RouteTransitNoticeCode = {
633
+ ACCURATE_POLYLINE_UNAVAILABLE: "AccuratePolylineUnavailable",
634
+ INTERMEDIATE_STOPS_UNAVAILABLE: "IntermediateStopsUnavailable",
635
+ NO_SCHEDULE: "NoSchedule",
636
+ OTHER: "Other",
637
+ POTENTIAL_VIOLATED_VEHICLE_RESTRICTION_USAGE: "PotentialViolatedVehicleRestrictionUsage",
638
+ SCHEDULED_TIMES: "ScheduledTimes",
639
+ SEASONAL_CLOSURE: "SeasonalClosure",
640
+ VIOLATED_AVOID_AREAS: "ViolatedAvoidAreas",
641
+ VIOLATED_AVOID_FERRY: "ViolatedAvoidFerry",
642
+ VIOLATED_AVOID_RAIL_FERRY: "ViolatedAvoidRailFerry",
643
+ VIOLATED_EXCLUDED_TRANSIT_MODE: "ViolatedExcludedTransitMode",
644
+ VIOLATED_VEHICLE_RESTRICTION: "ViolatedVehicleRestriction",
645
+ };
646
+ const RouteTransitTravelStepType = {
647
+ DEPART: "Depart",
648
+ };
467
649
  const RouteLegTravelMode = {
650
+ AERIAL_TRAMWAY: "AerialTramway",
651
+ AIRPLANE: "Airplane",
652
+ BUS: "Bus",
653
+ BUS_RAPID_TRANSIT: "BusRapidTransit",
468
654
  CAR: "Car",
469
655
  CAR_SHUTTLE_TRAIN: "CarShuttleTrain",
656
+ CITY_TRAIN: "CityTrain",
470
657
  FERRY: "Ferry",
658
+ FUNICULAR_RAILWAY: "FunicularRailway",
659
+ HIGH_SPEED_TRAIN: "HighSpeedTrain",
660
+ INTERCITY_TRAIN: "IntercityTrain",
661
+ INTERREGIONAL_TRAIN: "InterregionalTrain",
662
+ LIGHT_RAIL: "LightRail",
663
+ MONORAIL: "Monorail",
471
664
  PEDESTRIAN: "Pedestrian",
665
+ PRIVATE_BUS: "PrivateBus",
666
+ REGIONAL_TRAIN: "RegionalTrain",
472
667
  SCOOTER: "Scooter",
668
+ SUBWAY: "Subway",
473
669
  TRUCK: "Truck",
474
670
  };
475
671
  const RouteLegType = {
476
672
  FERRY: "Ferry",
477
673
  PEDESTRIAN: "Pedestrian",
674
+ RENTAL: "Rental",
675
+ TAXI: "Taxi",
676
+ TRANSIT: "Transit",
478
677
  VEHICLE: "Vehicle",
479
678
  };
679
+ const RouteVehicleAfterTravelStepType = {
680
+ PARK: "Park",
681
+ };
682
+ const RouteVehiclePlaceType = {
683
+ ACCESS_POINT: "AccessPoint",
684
+ DOCKING_STATION: "DockingStation",
685
+ PARKING_LOT: "ParkingLot",
686
+ STATION: "Station",
687
+ };
480
688
  const RouteVehicleIncidentSeverity = {
481
689
  CRITICAL: "Critical",
482
690
  HIGH: "High",
@@ -690,6 +898,9 @@ exports.OptimizeWaypointsCommand = OptimizeWaypointsCommand;
690
898
  exports.RoadSnapHazardousCargoType = RoadSnapHazardousCargoType;
691
899
  exports.RoadSnapNoticeCode = RoadSnapNoticeCode;
692
900
  exports.RoadSnapTravelMode = RoadSnapTravelMode;
901
+ exports.RouteAccessibilityAttribute = RouteAccessibilityAttribute;
902
+ exports.RouteAccessibilityAvailability = RouteAccessibilityAvailability;
903
+ exports.RouteAttributionType = RouteAttributionType;
693
904
  exports.RouteDirection = RouteDirection;
694
905
  exports.RouteEngineType = RouteEngineType;
695
906
  exports.RouteFerryAfterTravelStepType = RouteFerryAfterTravelStepType;
@@ -697,6 +908,7 @@ exports.RouteFerryBeforeTravelStepType = RouteFerryBeforeTravelStepType;
697
908
  exports.RouteFerryNoticeCode = RouteFerryNoticeCode;
698
909
  exports.RouteFerryTravelStepType = RouteFerryTravelStepType;
699
910
  exports.RouteHazardousCargoType = RouteHazardousCargoType;
911
+ exports.RouteIntermodalEnabledLegs = RouteIntermodalEnabledLegs;
700
912
  exports.RouteLegAdditionalFeature = RouteLegAdditionalFeature;
701
913
  exports.RouteLegTravelMode = RouteLegTravelMode;
702
914
  exports.RouteLegType = RouteLegType;
@@ -706,8 +918,15 @@ exports.RouteMatrixTravelMode = RouteMatrixTravelMode;
706
918
  exports.RouteMatrixTruckType = RouteMatrixTruckType;
707
919
  exports.RouteMatrixZoneCategory = RouteMatrixZoneCategory;
708
920
  exports.RouteNoticeImpact = RouteNoticeImpact;
921
+ exports.RoutePedestrianAfterTravelStepType = RoutePedestrianAfterTravelStepType;
709
922
  exports.RoutePedestrianNoticeCode = RoutePedestrianNoticeCode;
923
+ exports.RoutePedestrianPlaceType = RoutePedestrianPlaceType;
710
924
  exports.RoutePedestrianTravelStepType = RoutePedestrianTravelStepType;
925
+ exports.RouteRentalAfterTravelStepType = RouteRentalAfterTravelStepType;
926
+ exports.RouteRentalBeforeTravelStepType = RouteRentalBeforeTravelStepType;
927
+ exports.RouteRentalMode = RouteRentalMode;
928
+ exports.RouteRentalPlaceType = RouteRentalPlaceType;
929
+ exports.RouteRentalTravelStepType = RouteRentalTravelStepType;
711
930
  exports.RouteResponseNoticeCode = RouteResponseNoticeCode;
712
931
  exports.RouteRoadType = RouteRoadType;
713
932
  exports.RouteSideOfStreet = RouteSideOfStreet;
@@ -720,17 +939,37 @@ exports.RouteSpanRoadAttribute = RouteSpanRoadAttribute;
720
939
  exports.RouteSpanScooterAccessAttribute = RouteSpanScooterAccessAttribute;
721
940
  exports.RouteSpanTruckAccessAttribute = RouteSpanTruckAccessAttribute;
722
941
  exports.RouteSteeringDirection = RouteSteeringDirection;
942
+ exports.RouteTaxiAfterTravelStepType = RouteTaxiAfterTravelStepType;
943
+ exports.RouteTaxiBeforeTravelStepType = RouteTaxiBeforeTravelStepType;
944
+ exports.RouteTaxiMode = RouteTaxiMode;
945
+ exports.RouteTaxiNoticeCode = RouteTaxiNoticeCode;
946
+ exports.RouteTaxiPlaceType = RouteTaxiPlaceType;
947
+ exports.RouteTaxiTravelStepType = RouteTaxiTravelStepType;
723
948
  exports.RouteTollPassValidityPeriodType = RouteTollPassValidityPeriodType;
724
949
  exports.RouteTollPaymentMethod = RouteTollPaymentMethod;
725
950
  exports.RouteTollVehicleCategory = RouteTollVehicleCategory;
951
+ exports.RouteTransitAfterTravelStepType = RouteTransitAfterTravelStepType;
952
+ exports.RouteTransitBeforeTravelStepType = RouteTransitBeforeTravelStepType;
953
+ exports.RouteTransitIncidentEffect = RouteTransitIncidentEffect;
954
+ exports.RouteTransitIncidentType = RouteTransitIncidentType;
955
+ exports.RouteTransitIntermediateStopAttribute = RouteTransitIntermediateStopAttribute;
956
+ exports.RouteTransitMode = RouteTransitMode;
957
+ exports.RouteTransitNoticeCode = RouteTransitNoticeCode;
958
+ exports.RouteTransitPlaceType = RouteTransitPlaceType;
959
+ exports.RouteTransitTravelStepType = RouteTransitTravelStepType;
960
+ exports.RouteTransitTripStatus = RouteTransitTripStatus;
726
961
  exports.RouteTravelMode = RouteTravelMode;
727
962
  exports.RouteTravelStepType = RouteTravelStepType;
728
963
  exports.RouteTruckType = RouteTruckType;
729
964
  exports.RouteTurnIntensity = RouteTurnIntensity;
965
+ exports.RouteVehicleAfterTravelStepType = RouteVehicleAfterTravelStepType;
730
966
  exports.RouteVehicleIncidentSeverity = RouteVehicleIncidentSeverity;
731
967
  exports.RouteVehicleIncidentType = RouteVehicleIncidentType;
968
+ exports.RouteVehicleMode = RouteVehicleMode;
732
969
  exports.RouteVehicleNoticeCode = RouteVehicleNoticeCode;
970
+ exports.RouteVehiclePlaceType = RouteVehiclePlaceType;
733
971
  exports.RouteVehicleTravelStepType = RouteVehicleTravelStepType;
972
+ exports.RouteWebLinkDeviceType = RouteWebLinkDeviceType;
734
973
  exports.RouteWeightConstraintType = RouteWeightConstraintType;
735
974
  exports.RouteZoneCategory = RouteZoneCategory;
736
975
  exports.RoutingObjective = RoutingObjective;