@aws-sdk/client-geo-routes 3.1058.0 → 3.1060.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.
@@ -119,7 +119,7 @@ declare const CalculateRoutesCommand_base: {
119
119
  * UTurns: true || false,
120
120
  * ZoneCategories: [ // RouteAvoidanceZoneCategoryList
121
121
  * { // RouteAvoidanceZoneCategory
122
- * Category: "STRING_VALUE", // required
122
+ * Category: "CongestionPricing" || "Environmental" || "Vignette", // required
123
123
  * },
124
124
  * ],
125
125
  * },
@@ -134,11 +134,11 @@ declare const CalculateRoutesCommand_base: {
134
134
  * NameHint: "STRING_VALUE",
135
135
  * OnRoadThreshold: Number("long"),
136
136
  * Radius: Number("long"),
137
- * Strategy: "STRING_VALUE",
137
+ * Strategy: "MatchAny" || "MatchMostSignificantRoad",
138
138
  * },
139
139
  * SideOfStreet: { // RouteSideOfStreetOptions
140
140
  * Position: "<Position>", // required
141
- * UseWith: "STRING_VALUE",
141
+ * UseWith: "AnyStreet" || "DividedStreetOnly",
142
142
  * },
143
143
  * StopDuration: Number("long"),
144
144
  * },
@@ -161,11 +161,11 @@ declare const CalculateRoutesCommand_base: {
161
161
  * "STRING_VALUE",
162
162
  * ],
163
163
  * LegAdditionalFeatures: [ // RouteLegAdditionalFeatureList
164
- * "STRING_VALUE",
164
+ * "Elevation" || "Incidents" || "PassThroughWaypoints" || "Summary" || "Tolls" || "TravelStepInstructions" || "TruckRoadTypes" || "TypicalDuration" || "Zones" || "Bookings" || "IntermediateStops" || "NextDepartures",
165
165
  * ],
166
166
  * LegGeometryFormat: "FlexiblePolyline" || "Simple",
167
167
  * MaxAlternatives: Number("int"),
168
- * OptimizeRoutingFor: "STRING_VALUE",
168
+ * OptimizeRoutingFor: "FastestRoute" || "ShortestRoute",
169
169
  * Origin: "<Position>", // required
170
170
  * OriginOptions: { // RouteOriginOptions
171
171
  * AvoidActionsForDistance: Number("long"),
@@ -175,15 +175,15 @@ declare const CalculateRoutesCommand_base: {
175
175
  * NameHint: "STRING_VALUE",
176
176
  * OnRoadThreshold: Number("long"),
177
177
  * Radius: Number("long"),
178
- * Strategy: "STRING_VALUE",
178
+ * Strategy: "MatchAny" || "MatchMostSignificantRoad",
179
179
  * },
180
180
  * SideOfStreet: {
181
181
  * Position: "<Position>", // required
182
- * UseWith: "STRING_VALUE",
182
+ * UseWith: "AnyStreet" || "DividedStreetOnly",
183
183
  * },
184
184
  * },
185
185
  * SpanAdditionalFeatures: [ // RouteSpanAdditionalFeatureList
186
- * "STRING_VALUE",
186
+ * "BestCaseDuration" || "CarAccess" || "Country" || "Distance" || "Duration" || "DynamicSpeed" || "FunctionalClassification" || "Gates" || "Incidents" || "Names" || "Notices" || "PedestrianAccess" || "RailwayCrossings" || "Region" || "RoadAttributes" || "RouteNumbers" || "ScooterAccess" || "SpeedLimit" || "TollSystems" || "TruckAccess" || "TruckRoadTypes" || "TypicalDuration" || "Zones" || "Consumption",
187
187
  * ],
188
188
  * Tolls: { // RouteTollOptions
189
189
  * AllTransponders: true || false,
@@ -193,16 +193,16 @@ declare const CalculateRoutesCommand_base: {
193
193
  * Co2EmissionClass: "STRING_VALUE",
194
194
  * Type: "STRING_VALUE", // required
195
195
  * },
196
- * VehicleCategory: "STRING_VALUE",
196
+ * VehicleCategory: "Minibus",
197
197
  * },
198
198
  * Traffic: { // RouteTrafficOptions
199
199
  * FlowEventThresholdOverride: Number("long"),
200
- * Usage: "STRING_VALUE",
200
+ * Usage: "IgnoreTrafficData" || "UseTrafficData",
201
201
  * },
202
- * TravelMode: "STRING_VALUE",
202
+ * TravelMode: "Car" || "Pedestrian" || "Scooter" || "Truck" || "Intermodal" || "Transit",
203
203
  * TravelModeOptions: { // RouteTravelModeOptions
204
204
  * Car: { // RouteCarOptions
205
- * EngineType: "STRING_VALUE",
205
+ * EngineType: "Electric" || "InternalCombustion" || "PluginHybrid",
206
206
  * LicensePlate: { // RouteVehicleLicensePlate
207
207
  * LastCharacter: "STRING_VALUE",
208
208
  * },
@@ -213,7 +213,7 @@ declare const CalculateRoutesCommand_base: {
213
213
  * Speed: Number("double"),
214
214
  * },
215
215
  * Scooter: { // RouteScooterOptions
216
- * EngineType: "STRING_VALUE",
216
+ * EngineType: "Electric" || "InternalCombustion" || "PluginHybrid",
217
217
  * LicensePlate: {
218
218
  * LastCharacter: "STRING_VALUE",
219
219
  * },
@@ -222,10 +222,10 @@ declare const CalculateRoutesCommand_base: {
222
222
  * },
223
223
  * Truck: { // RouteTruckOptions
224
224
  * AxleCount: Number("int"),
225
- * EngineType: "STRING_VALUE",
225
+ * EngineType: "Electric" || "InternalCombustion" || "PluginHybrid",
226
226
  * GrossWeight: Number("long"),
227
227
  * HazardousCargos: [ // RouteHazardousCargoTypeList
228
- * "STRING_VALUE",
228
+ * "Combustible" || "Corrosive" || "Explosive" || "Flammable" || "Gas" || "HarmfulToWater" || "Organic" || "Other" || "Poison" || "PoisonousInhalation" || "Radioactive",
229
229
  * ],
230
230
  * Height: Number("long"),
231
231
  * HeightAboveFirstAxle: Number("long"),
@@ -242,7 +242,7 @@ declare const CalculateRoutesCommand_base: {
242
242
  * AxleCount: Number("int"),
243
243
  * TrailerCount: Number("int"),
244
244
  * },
245
- * TruckType: "STRING_VALUE",
245
+ * TruckType: "LightTruck" || "StraightTruck" || "Tractor",
246
246
  * TunnelRestrictionCode: "STRING_VALUE",
247
247
  * WeightPerAxle: Number("long"),
248
248
  * WeightPerAxleGroup: { // WeightPerAxleGroup
@@ -254,8 +254,78 @@ declare const CalculateRoutesCommand_base: {
254
254
  * },
255
255
  * Width: Number("long"),
256
256
  * },
257
+ * Intermodal: { // RouteIntermodalOptions
258
+ * AccessibilityAttributes: [ // RouteAccessibilityAttributeList
259
+ * "Wheelchair",
260
+ * ],
261
+ * MaxTransfers: Number("int"),
262
+ * Pedestrian: { // RouteIntermodalPedestrianOptions
263
+ * MaxDistance: Number("long"),
264
+ * Speed: Number("double"),
265
+ * },
266
+ * Rental: { // RouteIntermodalRentalOptions
267
+ * AllowedModes: [ // RouteRentalModeList
268
+ * "All" || "Car",
269
+ * ],
270
+ * EnabledFor: [ // RouteIntermodalEnabledLegsList
271
+ * "FirstLeg" || "LastLeg" || "EntireRoute" || "None",
272
+ * ],
273
+ * ExcludedModes: [
274
+ * "All" || "Car",
275
+ * ],
276
+ * },
277
+ * Taxi: { // RouteIntermodalTaxiOptions
278
+ * AllowedModes: [ // RouteTaxiModeList
279
+ * "All" || "Car",
280
+ * ],
281
+ * EnabledFor: [
282
+ * "FirstLeg" || "LastLeg" || "EntireRoute" || "None",
283
+ * ],
284
+ * ExcludedModes: [
285
+ * "All" || "Car",
286
+ * ],
287
+ * },
288
+ * Transit: { // RouteIntermodalTransitOptions
289
+ * AllowedModes: [ // RouteTransitModeList
290
+ * "AerialTramway" || "Airplane" || "All" || "Bus" || "BusRapidTransit" || "CityTrain" || "Ferry" || "FunicularRailway" || "HighSpeedTrain" || "IntercityTrain" || "InterregionalTrain" || "LightRail" || "Monorail" || "PrivateBus" || "RegionalTrain" || "Subway",
291
+ * ],
292
+ * EnabledFor: [
293
+ * "FirstLeg" || "LastLeg" || "EntireRoute" || "None",
294
+ * ],
295
+ * ExcludedModes: [
296
+ * "AerialTramway" || "Airplane" || "All" || "Bus" || "BusRapidTransit" || "CityTrain" || "Ferry" || "FunicularRailway" || "HighSpeedTrain" || "IntercityTrain" || "InterregionalTrain" || "LightRail" || "Monorail" || "PrivateBus" || "RegionalTrain" || "Subway",
297
+ * ],
298
+ * },
299
+ * Vehicle: { // RouteIntermodalVehicleOptions
300
+ * AllowedModes: [ // RouteVehicleModeList
301
+ * "All" || "Car",
302
+ * ],
303
+ * EnabledFor: [
304
+ * "FirstLeg" || "LastLeg" || "EntireRoute" || "None",
305
+ * ],
306
+ * ExcludedModes: [
307
+ * "All" || "Car",
308
+ * ],
309
+ * },
310
+ * },
311
+ * Transit: { // RouteTransitOptions
312
+ * AccessibilityAttributes: [
313
+ * "Wheelchair",
314
+ * ],
315
+ * AllowedModes: [
316
+ * "AerialTramway" || "Airplane" || "All" || "Bus" || "BusRapidTransit" || "CityTrain" || "Ferry" || "FunicularRailway" || "HighSpeedTrain" || "IntercityTrain" || "InterregionalTrain" || "LightRail" || "Monorail" || "PrivateBus" || "RegionalTrain" || "Subway",
317
+ * ],
318
+ * ExcludedModes: [
319
+ * "AerialTramway" || "Airplane" || "All" || "Bus" || "BusRapidTransit" || "CityTrain" || "Ferry" || "FunicularRailway" || "HighSpeedTrain" || "IntercityTrain" || "InterregionalTrain" || "LightRail" || "Monorail" || "PrivateBus" || "RegionalTrain" || "Subway",
320
+ * ],
321
+ * MaxTransfers: Number("int"),
322
+ * Pedestrian: { // RouteTransitPedestrianOptions
323
+ * MaxDistance: Number("long"),
324
+ * Speed: Number("double"),
325
+ * },
326
+ * },
257
327
  * },
258
- * TravelStepType: "STRING_VALUE",
328
+ * TravelStepType: "Default" || "TurnByTurn",
259
329
  * Waypoints: [ // RouteWaypointList
260
330
  * { // RouteWaypoint
261
331
  * AvoidActionsForDistance: Number("long"),
@@ -265,13 +335,13 @@ declare const CalculateRoutesCommand_base: {
265
335
  * NameHint: "STRING_VALUE",
266
336
  * OnRoadThreshold: Number("long"),
267
337
  * Radius: Number("long"),
268
- * Strategy: "STRING_VALUE",
338
+ * Strategy: "MatchAny" || "MatchMostSignificantRoad",
269
339
  * },
270
340
  * PassThrough: true || false,
271
341
  * Position: "<Position>", // required
272
342
  * SideOfStreet: {
273
343
  * Position: "<Position>", // required
274
- * UseWith: "STRING_VALUE",
344
+ * UseWith: "AnyStreet" || "DividedStreetOnly",
275
345
  * },
276
346
  * StopDuration: Number("long"),
277
347
  * },
@@ -283,8 +353,8 @@ declare const CalculateRoutesCommand_base: {
283
353
  * // LegGeometryFormat: "FlexiblePolyline" || "Simple", // required
284
354
  * // Notices: [ // RouteResponseNoticeList // required
285
355
  * // { // RouteResponseNotice
286
- * // Code: "STRING_VALUE", // required
287
- * // Impact: "STRING_VALUE",
356
+ * // Code: "MainLanguageNotFound" || "Other" || "TravelTimeExceedsDriverWorkHours" || "TransitDataUnavailable" || "TransitRouteUnavailable" || "NoTransitStationsFound", // required
357
+ * // Impact: "High" || "Low",
288
358
  * // },
289
359
  * // ],
290
360
  * // PricingBucket: "STRING_VALUE", // required
@@ -297,7 +367,7 @@ declare const CalculateRoutesCommand_base: {
297
367
  * // { // RouteFerryAfterTravelStep
298
368
  * // Duration: Number("long"), // required
299
369
  * // Instruction: "STRING_VALUE",
300
- * // Type: "STRING_VALUE", // required
370
+ * // Type: "Deboard", // required
301
371
  * // },
302
372
  * // ],
303
373
  * // Arrival: { // RouteFerryArrival
@@ -317,7 +387,7 @@ declare const CalculateRoutesCommand_base: {
317
387
  * // { // RouteFerryBeforeTravelStep
318
388
  * // Duration: Number("long"), // required
319
389
  * // Instruction: "STRING_VALUE",
320
- * // Type: "STRING_VALUE", // required
390
+ * // Type: "Board", // required
321
391
  * // },
322
392
  * // ],
323
393
  * // Departure: { // RouteFerryDeparture
@@ -335,8 +405,8 @@ declare const CalculateRoutesCommand_base: {
335
405
  * // },
336
406
  * // Notices: [ // RouteFerryNoticeList // required
337
407
  * // { // RouteFerryNotice
338
- * // Code: "STRING_VALUE", // required
339
- * // Impact: "STRING_VALUE",
408
+ * // Code: "AccuratePolylineUnavailable" || "NoSchedule" || "Other" || "ViolatedAvoidFerry" || "ViolatedAvoidRailFerry" || "SeasonalClosure" || "PotentialViolatedVehicleRestrictionUsage" || "ViolatedAvoidAreas" || "ViolatedVehicleRestriction", // required
409
+ * // Impact: "High" || "Low",
340
410
  * // },
341
411
  * // ],
342
412
  * // PassThroughWaypoints: [ // RoutePassThroughWaypointList // required
@@ -382,7 +452,7 @@ declare const CalculateRoutesCommand_base: {
382
452
  * // Duration: Number("long"), // required
383
453
  * // GeometryOffset: Number("int"),
384
454
  * // Instruction: "STRING_VALUE",
385
- * // Type: "STRING_VALUE", // required
455
+ * // Type: "Depart" || "Continue" || "Arrive", // required
386
456
  * // },
387
457
  * // ],
388
458
  * // },
@@ -396,30 +466,63 @@ declare const CalculateRoutesCommand_base: {
396
466
  * // },
397
467
  * // Language: "STRING_VALUE",
398
468
  * // PedestrianLegDetails: { // RoutePedestrianLegDetails
469
+ * // AfterTravelSteps: [ // RoutePedestrianAfterTravelStepList // required
470
+ * // { // RoutePedestrianAfterTravelStep
471
+ * // Duration: Number("long"), // required
472
+ * // Instruction: "STRING_VALUE",
473
+ * // Type: "Wait", // required
474
+ * // },
475
+ * // ],
399
476
  * // Arrival: { // RoutePedestrianArrival
400
477
  * // Place: { // RoutePedestrianPlace
478
+ * // AccessPointDetails: { // RouteAccessPointDetails
479
+ * // Accessibility: { // RouteAccessibilityAvailabilityDetails
480
+ * // Wheelchair: "Available" || "Limited" || "Unavailable" || "Unknown",
481
+ * // },
482
+ * // },
401
483
  * // Name: "STRING_VALUE",
402
484
  * // OriginalPosition: "<Position23>",
403
485
  * // Position: "<Position23>", // required
404
- * // SideOfStreet: "STRING_VALUE",
486
+ * // SideOfStreet: "Left" || "Right",
487
+ * // StationDetails: { // RouteStationDetails
488
+ * // Accessibility: {
489
+ * // Wheelchair: "Available" || "Limited" || "Unavailable" || "Unknown",
490
+ * // },
491
+ * // PlatformName: "STRING_VALUE",
492
+ * // ShortName: "STRING_VALUE",
493
+ * // },
494
+ * // Type: "AccessPoint" || "DockingStation" || "ParkingLot" || "Station",
405
495
  * // WaypointIndex: Number("int"),
406
496
  * // },
407
497
  * // Time: "STRING_VALUE",
408
498
  * // },
409
499
  * // Departure: { // RoutePedestrianDeparture
410
500
  * // Place: {
501
+ * // AccessPointDetails: {
502
+ * // Accessibility: {
503
+ * // Wheelchair: "Available" || "Limited" || "Unavailable" || "Unknown",
504
+ * // },
505
+ * // },
411
506
  * // Name: "STRING_VALUE",
412
507
  * // OriginalPosition: "<Position23>",
413
508
  * // Position: "<Position23>", // required
414
- * // SideOfStreet: "STRING_VALUE",
509
+ * // SideOfStreet: "Left" || "Right",
510
+ * // StationDetails: {
511
+ * // Accessibility: {
512
+ * // Wheelchair: "Available" || "Limited" || "Unavailable" || "Unknown",
513
+ * // },
514
+ * // PlatformName: "STRING_VALUE",
515
+ * // ShortName: "STRING_VALUE",
516
+ * // },
517
+ * // Type: "AccessPoint" || "DockingStation" || "ParkingLot" || "Station",
415
518
  * // WaypointIndex: Number("int"),
416
519
  * // },
417
520
  * // Time: "STRING_VALUE",
418
521
  * // },
419
522
  * // Notices: [ // RoutePedestrianNoticeList // required
420
523
  * // { // RoutePedestrianNotice
421
- * // Code: "STRING_VALUE", // required
422
- * // Impact: "STRING_VALUE",
524
+ * // Code: "AccuratePolylineUnavailable" || "Other" || "ViolatedAvoidDirtRoad" || "ViolatedAvoidTunnel" || "ViolatedPedestrianOption" || "ViolatedAvoidAreas", // required
525
+ * // Impact: "High" || "Low",
423
526
  * // },
424
527
  * // ],
425
528
  * // PassThroughWaypoints: [ // required
@@ -455,15 +558,15 @@ declare const CalculateRoutesCommand_base: {
455
558
  * // },
456
559
  * // ],
457
560
  * // PedestrianAccess: [ // RouteSpanPedestrianAccessAttributeList
458
- * // "STRING_VALUE",
561
+ * // "Allowed" || "Indoors" || "NoThroughTraffic" || "Park" || "Stairs" || "TollRoad",
459
562
  * // ],
460
563
  * // Region: "STRING_VALUE",
461
564
  * // RoadAttributes: [ // RouteSpanRoadAttributeList
462
- * // "STRING_VALUE",
565
+ * // "Bridge" || "BuiltUpArea" || "ControlledAccessHighway" || "DirtRoad" || "DividedRoad" || "Motorway" || "PrivateRoad" || "Ramp" || "RightHandTraffic" || "Roundabout" || "Tunnel" || "UnderConstruction",
463
566
  * // ],
464
567
  * // RouteNumbers: [ // RouteNumberList
465
568
  * // { // RouteNumber
466
- * // Direction: "STRING_VALUE",
569
+ * // Direction: "East" || "North" || "South" || "West",
467
570
  * // Language: "STRING_VALUE",
468
571
  * // Value: "STRING_VALUE", // required
469
572
  * // },
@@ -503,7 +606,7 @@ declare const CalculateRoutesCommand_base: {
503
606
  * // ],
504
607
  * // RouteNumber: [ // required
505
608
  * // {
506
- * // Direction: "STRING_VALUE",
609
+ * // Direction: "East" || "North" || "South" || "West",
507
610
  * // Language: "STRING_VALUE",
508
611
  * // Value: "STRING_VALUE", // required
509
612
  * // },
@@ -514,7 +617,7 @@ declare const CalculateRoutesCommand_base: {
514
617
  * // Value: "STRING_VALUE", // required
515
618
  * // },
516
619
  * // ],
517
- * // Type: "STRING_VALUE",
620
+ * // Type: "Highway" || "Rural" || "Urban",
518
621
  * // },
519
622
  * // Distance: Number("long"),
520
623
  * // Duration: Number("long"), // required
@@ -523,39 +626,39 @@ declare const CalculateRoutesCommand_base: {
523
626
  * // Instruction: "STRING_VALUE",
524
627
  * // KeepStepDetails: { // RouteKeepStepDetails
525
628
  * // Intersection: "<LocalizedStringList>", // required
526
- * // SteeringDirection: "STRING_VALUE",
629
+ * // SteeringDirection: "Left" || "Right" || "Straight",
527
630
  * // TurnAngle: Number("double"),
528
- * // TurnIntensity: "STRING_VALUE",
631
+ * // TurnIntensity: "Sharp" || "Slight" || "Typical",
529
632
  * // },
530
633
  * // NextRoad: {
531
634
  * // RoadName: "<LocalizedStringList>", // required
532
635
  * // RouteNumber: [ // required
533
636
  * // {
534
- * // Direction: "STRING_VALUE",
637
+ * // Direction: "East" || "North" || "South" || "West",
535
638
  * // Language: "STRING_VALUE",
536
639
  * // Value: "STRING_VALUE", // required
537
640
  * // },
538
641
  * // ],
539
642
  * // Towards: "<LocalizedStringList>", // required
540
- * // Type: "STRING_VALUE",
643
+ * // Type: "Highway" || "Rural" || "Urban",
541
644
  * // },
542
645
  * // RoundaboutEnterStepDetails: { // RouteRoundaboutEnterStepDetails
543
646
  * // Intersection: "<LocalizedStringList>", // required
544
- * // SteeringDirection: "STRING_VALUE",
647
+ * // SteeringDirection: "Left" || "Right" || "Straight",
545
648
  * // TurnAngle: Number("double"),
546
- * // TurnIntensity: "STRING_VALUE",
649
+ * // TurnIntensity: "Sharp" || "Slight" || "Typical",
547
650
  * // },
548
651
  * // RoundaboutExitStepDetails: { // RouteRoundaboutExitStepDetails
549
652
  * // Intersection: "<LocalizedStringList>", // required
550
653
  * // RelativeExit: Number("int"),
551
654
  * // RoundaboutAngle: Number("double"),
552
- * // SteeringDirection: "STRING_VALUE",
655
+ * // SteeringDirection: "Left" || "Right" || "Straight",
553
656
  * // },
554
657
  * // RoundaboutPassStepDetails: { // RouteRoundaboutPassStepDetails
555
658
  * // Intersection: "<LocalizedStringList>", // required
556
- * // SteeringDirection: "STRING_VALUE",
659
+ * // SteeringDirection: "Left" || "Right" || "Straight",
557
660
  * // TurnAngle: Number("double"),
558
- * // TurnIntensity: "STRING_VALUE",
661
+ * // TurnIntensity: "Sharp" || "Slight" || "Typical",
559
662
  * // },
560
663
  * // Signpost: { // RouteSignpost
561
664
  * // Labels: [ // RouteSignpostLabelList // required
@@ -567,24 +670,47 @@ declare const CalculateRoutesCommand_base: {
567
670
  * // },
568
671
  * // TurnStepDetails: { // RouteTurnStepDetails
569
672
  * // Intersection: "<LocalizedStringList>", // required
570
- * // SteeringDirection: "STRING_VALUE",
673
+ * // SteeringDirection: "Left" || "Right" || "Straight",
571
674
  * // TurnAngle: Number("double"),
572
- * // TurnIntensity: "STRING_VALUE",
675
+ * // TurnIntensity: "Sharp" || "Slight" || "Typical",
573
676
  * // },
574
- * // Type: "STRING_VALUE", // required
677
+ * // Type: "Arrive" || "Continue" || "Depart" || "Keep" || "RoundaboutEnter" || "RoundaboutExit" || "RoundaboutPass" || "Turn", // required
575
678
  * // },
576
679
  * // ],
577
680
  * // },
578
- * // TravelMode: "STRING_VALUE", // required
579
- * // Type: "STRING_VALUE", // required
681
+ * // TravelMode: "Car" || "Ferry" || "Pedestrian" || "Scooter" || "Truck" || "CarShuttleTrain" || "AerialTramway" || "Airplane" || "Bus" || "BusRapidTransit" || "CityTrain" || "FunicularRailway" || "HighSpeedTrain" || "IntercityTrain" || "InterregionalTrain" || "LightRail" || "Monorail" || "PrivateBus" || "RegionalTrain" || "Subway", // required
682
+ * // Type: "Ferry" || "Pedestrian" || "Vehicle" || "Rental" || "Taxi" || "Transit", // required
580
683
  * // VehicleLegDetails: { // RouteVehicleLegDetails
684
+ * // AfterTravelSteps: [ // RouteVehicleAfterTravelStepList // required
685
+ * // { // RouteVehicleAfterTravelStep
686
+ * // ChargeStepDetails: { // RouteChargeStepDetails
687
+ * // ArrivalCharge: Number("double"),
688
+ * // ConsumablePower: Number("double"),
689
+ * // DesiredCharge: Number("double"),
690
+ * // },
691
+ * // Duration: Number("long"), // required
692
+ * // Instruction: "STRING_VALUE",
693
+ * // Type: "Park", // required
694
+ * // },
695
+ * // ],
581
696
  * // Arrival: { // RouteVehicleArrival
582
697
  * // Place: { // RouteVehiclePlace
583
698
  * // Name: "STRING_VALUE",
584
699
  * // OriginalPosition: "<Position23>",
585
700
  * // Position: "<Position23>", // required
586
- * // SideOfStreet: "STRING_VALUE",
701
+ * // SideOfStreet: "Left" || "Right",
587
702
  * // WaypointIndex: Number("int"),
703
+ * // AccessPointDetails: {
704
+ * // Accessibility: {
705
+ * // Wheelchair: "Available" || "Limited" || "Unavailable" || "Unknown",
706
+ * // },
707
+ * // },
708
+ * // StationDetails: {
709
+ * // Accessibility: "<RouteAccessibilityAvailabilityDetails>",
710
+ * // PlatformName: "STRING_VALUE",
711
+ * // ShortName: "STRING_VALUE",
712
+ * // },
713
+ * // Type: "AccessPoint" || "DockingStation" || "ParkingLot" || "Station",
588
714
  * // },
589
715
  * // Time: "STRING_VALUE",
590
716
  * // },
@@ -593,8 +719,17 @@ declare const CalculateRoutesCommand_base: {
593
719
  * // Name: "STRING_VALUE",
594
720
  * // OriginalPosition: "<Position23>",
595
721
  * // Position: "<Position23>", // required
596
- * // SideOfStreet: "STRING_VALUE",
722
+ * // SideOfStreet: "Left" || "Right",
597
723
  * // WaypointIndex: Number("int"),
724
+ * // AccessPointDetails: {
725
+ * // Accessibility: "<RouteAccessibilityAvailabilityDetails>",
726
+ * // },
727
+ * // StationDetails: {
728
+ * // Accessibility: "<RouteAccessibilityAvailabilityDetails>",
729
+ * // PlatformName: "STRING_VALUE",
730
+ * // ShortName: "STRING_VALUE",
731
+ * // },
732
+ * // Type: "AccessPoint" || "DockingStation" || "ParkingLot" || "Station",
598
733
  * // },
599
734
  * // Time: "STRING_VALUE",
600
735
  * // },
@@ -602,14 +737,14 @@ declare const CalculateRoutesCommand_base: {
602
737
  * // { // RouteVehicleIncident
603
738
  * // Description: "STRING_VALUE",
604
739
  * // EndTime: "STRING_VALUE",
605
- * // Severity: "STRING_VALUE",
740
+ * // Severity: "Critical" || "High" || "Medium" || "Low",
606
741
  * // StartTime: "STRING_VALUE",
607
- * // Type: "STRING_VALUE",
742
+ * // Type: "Accident" || "Congestion" || "Construction" || "DisabledVehicle" || "LaneRestriction" || "MassTransit" || "Other" || "PlannedEvent" || "RoadClosure" || "RoadHazard" || "Weather",
608
743
  * // },
609
744
  * // ],
610
745
  * // Notices: [ // RouteVehicleNoticeList // required
611
746
  * // { // RouteVehicleNotice
612
- * // Code: "STRING_VALUE", // required
747
+ * // Code: "AccuratePolylineUnavailable" || "Other" || "PotentialViolatedAvoidTollRoadUsage" || "PotentialViolatedCarpoolUsage" || "PotentialViolatedTurnRestrictionUsage" || "PotentialViolatedVehicleRestrictionUsage" || "PotentialViolatedZoneRestrictionUsage" || "SeasonalClosure" || "TollsDataTemporarilyUnavailable" || "TollsDataUnavailable" || "TollTransponder" || "ViolatedAvoidControlledAccessHighway" || "ViolatedAvoidDifficultTurns" || "ViolatedAvoidDirtRoad" || "ViolatedAvoidSeasonalClosure" || "ViolatedAvoidTollRoad" || "ViolatedAvoidTollTransponder" || "ViolatedAvoidTruckRoadType" || "ViolatedAvoidTunnel" || "ViolatedAvoidUTurns" || "ViolatedBlockedRoad" || "ViolatedCarpool" || "ViolatedEmergencyGate" || "ViolatedStartDirection" || "ViolatedTurnRestriction" || "ViolatedVehicleRestriction" || "ViolatedZoneRestriction" || "TravelTimeExceedsDriverWorkHours", // required
613
748
  * // Details: [ // RouteVehicleNoticeDetailList // required
614
749
  * // { // RouteVehicleNoticeDetail
615
750
  * // Title: "STRING_VALUE",
@@ -620,14 +755,14 @@ declare const CalculateRoutesCommand_base: {
620
755
  * // Max: Number("int"),
621
756
  * // },
622
757
  * // HazardousCargos: [ // RouteHazardousCargoTypeList // required
623
- * // "STRING_VALUE",
758
+ * // "Combustible" || "Corrosive" || "Explosive" || "Flammable" || "Gas" || "HarmfulToWater" || "Organic" || "Other" || "Poison" || "PoisonousInhalation" || "Radioactive",
624
759
  * // ],
625
760
  * // MaxHeight: Number("long"),
626
761
  * // MaxKpraLength: Number("long"),
627
762
  * // MaxLength: Number("long"),
628
763
  * // MaxPayloadCapacity: Number("long"),
629
764
  * // MaxWeight: { // RouteWeightConstraint
630
- * // Type: "STRING_VALUE", // required
765
+ * // Type: "Current" || "Gross" || "Unknown", // required
631
766
  * // Value: Number("long"), // required
632
767
  * // },
633
768
  * // MaxWeightPerAxle: Number("long"),
@@ -651,12 +786,12 @@ declare const CalculateRoutesCommand_base: {
651
786
  * // },
652
787
  * // TravelMode: true || false,
653
788
  * // TruckRoadType: "STRING_VALUE",
654
- * // TruckType: "STRING_VALUE",
789
+ * // TruckType: "LightTruck" || "StraightTruck" || "Tractor",
655
790
  * // TunnelRestrictionCode: "STRING_VALUE",
656
791
  * // },
657
792
  * // },
658
793
  * // ],
659
- * // Impact: "STRING_VALUE",
794
+ * // Impact: "High" || "Low",
660
795
  * // },
661
796
  * // ],
662
797
  * // PassThroughWaypoints: [ // required
@@ -673,7 +808,7 @@ declare const CalculateRoutesCommand_base: {
673
808
  * // { // RouteVehicleSpan
674
809
  * // BestCaseDuration: Number("long"),
675
810
  * // CarAccess: [ // RouteSpanCarAccessAttributeList
676
- * // "STRING_VALUE",
811
+ * // "Allowed" || "NoThroughTraffic" || "TollRoad",
677
812
  * // ],
678
813
  * // Country: "STRING_VALUE",
679
814
  * // Distance: Number("long"),
@@ -684,7 +819,7 @@ declare const CalculateRoutesCommand_base: {
684
819
  * // TypicalSpeed: Number("double"),
685
820
  * // },
686
821
  * // FunctionalClassification: Number("int"),
687
- * // Gate: "STRING_VALUE",
822
+ * // Gate: "Emergency" || "KeyAccess" || "PermissionRequired",
688
823
  * // GeometryOffset: Number("int"),
689
824
  * // Incidents: [
690
825
  * // Number("int"),
@@ -693,16 +828,16 @@ declare const CalculateRoutesCommand_base: {
693
828
  * // Notices: [
694
829
  * // Number("int"),
695
830
  * // ],
696
- * // RailwayCrossing: "STRING_VALUE",
831
+ * // RailwayCrossing: "Protected" || "Unprotected",
697
832
  * // Region: "STRING_VALUE",
698
833
  * // RoadAttributes: [
699
- * // "STRING_VALUE",
834
+ * // "Bridge" || "BuiltUpArea" || "ControlledAccessHighway" || "DirtRoad" || "DividedRoad" || "Motorway" || "PrivateRoad" || "Ramp" || "RightHandTraffic" || "Roundabout" || "Tunnel" || "UnderConstruction",
700
835
  * // ],
701
836
  * // RouteNumbers: [
702
837
  * // "<RouteNumber>",
703
838
  * // ],
704
839
  * // ScooterAccess: [ // RouteSpanScooterAccessAttributeList
705
- * // "STRING_VALUE",
840
+ * // "Allowed" || "NoThroughTraffic" || "TollRoad",
706
841
  * // ],
707
842
  * // SpeedLimit: {
708
843
  * // MaxSpeed: Number("double"),
@@ -712,7 +847,7 @@ declare const CalculateRoutesCommand_base: {
712
847
  * // Number("int"),
713
848
  * // ],
714
849
  * // TruckAccess: [ // RouteSpanTruckAccessAttributeList
715
- * // "STRING_VALUE",
850
+ * // "Allowed" || "NoThroughTraffic" || "TollRoad",
716
851
  * // ],
717
852
  * // TruckRoadTypes: [
718
853
  * // Number("int"),
@@ -776,12 +911,12 @@ declare const CalculateRoutesCommand_base: {
776
911
  * // TransferCount: Number("int"),
777
912
  * // TripCount: Number("int"),
778
913
  * // ValidityPeriod: { // RouteTollPassValidityPeriod
779
- * // Period: "STRING_VALUE", // required
914
+ * // Period: "Annual" || "Days" || "ExtendedAnnual" || "Minutes" || "Months", // required
780
915
  * // PeriodCount: Number("int"),
781
916
  * // },
782
917
  * // },
783
918
  * // PaymentMethods: [ // RouteTollPaymentMethodList // required
784
- * // "STRING_VALUE",
919
+ * // "BankCard" || "Cash" || "CashExact" || "CreditCard" || "PassSubscription" || "TravelCard" || "Transponder" || "VideoToll",
785
920
  * // ],
786
921
  * // Transponders: [ // RouteTransponderList // required
787
922
  * // { // RouteTransponder
@@ -802,9 +937,9 @@ declare const CalculateRoutesCommand_base: {
802
937
  * // { // RouteVehicleTravelStep
803
938
  * // ContinueHighwayStepDetails: { // RouteContinueHighwayStepDetails
804
939
  * // Intersection: "<LocalizedStringList>", // required
805
- * // SteeringDirection: "STRING_VALUE",
940
+ * // SteeringDirection: "Left" || "Right" || "Straight",
806
941
  * // TurnAngle: Number("double"),
807
- * // TurnIntensity: "STRING_VALUE",
942
+ * // TurnIntensity: "Sharp" || "Slight" || "Typical",
808
943
  * // },
809
944
  * // ContinueStepDetails: {
810
945
  * // Intersection: "<LocalizedStringList>", // required
@@ -815,61 +950,61 @@ declare const CalculateRoutesCommand_base: {
815
950
  * // "<RouteNumber>",
816
951
  * // ],
817
952
  * // Towards: "<LocalizedStringList>", // required
818
- * // Type: "STRING_VALUE",
953
+ * // Type: "Highway" || "Rural" || "Urban",
819
954
  * // },
820
955
  * // Distance: Number("long"),
821
956
  * // Duration: Number("long"), // required
822
957
  * // EnterHighwayStepDetails: { // RouteEnterHighwayStepDetails
823
958
  * // Intersection: "<LocalizedStringList>", // required
824
- * // SteeringDirection: "STRING_VALUE",
959
+ * // SteeringDirection: "Left" || "Right" || "Straight",
825
960
  * // TurnAngle: Number("double"),
826
- * // TurnIntensity: "STRING_VALUE",
961
+ * // TurnIntensity: "Sharp" || "Slight" || "Typical",
827
962
  * // },
828
963
  * // ExitNumber: "<LocalizedStringList>",
829
964
  * // ExitStepDetails: { // RouteExitStepDetails
830
965
  * // Intersection: "<LocalizedStringList>", // required
831
966
  * // RelativeExit: Number("int"),
832
- * // SteeringDirection: "STRING_VALUE",
967
+ * // SteeringDirection: "Left" || "Right" || "Straight",
833
968
  * // TurnAngle: Number("double"),
834
- * // TurnIntensity: "STRING_VALUE",
969
+ * // TurnIntensity: "Sharp" || "Slight" || "Typical",
835
970
  * // },
836
971
  * // GeometryOffset: Number("int"),
837
972
  * // Instruction: "STRING_VALUE",
838
973
  * // KeepStepDetails: {
839
974
  * // Intersection: "<LocalizedStringList>", // required
840
- * // SteeringDirection: "STRING_VALUE",
975
+ * // SteeringDirection: "Left" || "Right" || "Straight",
841
976
  * // TurnAngle: Number("double"),
842
- * // TurnIntensity: "STRING_VALUE",
977
+ * // TurnIntensity: "Sharp" || "Slight" || "Typical",
843
978
  * // },
844
979
  * // NextRoad: {
845
980
  * // RoadName: "<LocalizedStringList>", // required
846
981
  * // RouteNumber: "<RouteNumberList>", // required
847
982
  * // Towards: "<LocalizedStringList>", // required
848
- * // Type: "STRING_VALUE",
983
+ * // Type: "Highway" || "Rural" || "Urban",
849
984
  * // },
850
985
  * // RampStepDetails: { // RouteRampStepDetails
851
986
  * // Intersection: "<LocalizedStringList>", // required
852
- * // SteeringDirection: "STRING_VALUE",
987
+ * // SteeringDirection: "Left" || "Right" || "Straight",
853
988
  * // TurnAngle: Number("double"),
854
- * // TurnIntensity: "STRING_VALUE",
989
+ * // TurnIntensity: "Sharp" || "Slight" || "Typical",
855
990
  * // },
856
991
  * // RoundaboutEnterStepDetails: {
857
992
  * // Intersection: "<LocalizedStringList>", // required
858
- * // SteeringDirection: "STRING_VALUE",
993
+ * // SteeringDirection: "Left" || "Right" || "Straight",
859
994
  * // TurnAngle: Number("double"),
860
- * // TurnIntensity: "STRING_VALUE",
995
+ * // TurnIntensity: "Sharp" || "Slight" || "Typical",
861
996
  * // },
862
997
  * // RoundaboutExitStepDetails: {
863
998
  * // Intersection: "<LocalizedStringList>", // required
864
999
  * // RelativeExit: Number("int"),
865
1000
  * // RoundaboutAngle: Number("double"),
866
- * // SteeringDirection: "STRING_VALUE",
1001
+ * // SteeringDirection: "Left" || "Right" || "Straight",
867
1002
  * // },
868
1003
  * // RoundaboutPassStepDetails: {
869
1004
  * // Intersection: "<LocalizedStringList>", // required
870
- * // SteeringDirection: "STRING_VALUE",
1005
+ * // SteeringDirection: "Left" || "Right" || "Straight",
871
1006
  * // TurnAngle: Number("double"),
872
- * // TurnIntensity: "STRING_VALUE",
1007
+ * // TurnIntensity: "Sharp" || "Slight" || "Typical",
873
1008
  * // },
874
1009
  * // Signpost: {
875
1010
  * // Labels: [ // required
@@ -881,16 +1016,16 @@ declare const CalculateRoutesCommand_base: {
881
1016
  * // },
882
1017
  * // TurnStepDetails: {
883
1018
  * // Intersection: "<LocalizedStringList>", // required
884
- * // SteeringDirection: "STRING_VALUE",
1019
+ * // SteeringDirection: "Left" || "Right" || "Straight",
885
1020
  * // TurnAngle: Number("double"),
886
- * // TurnIntensity: "STRING_VALUE",
1021
+ * // TurnIntensity: "Sharp" || "Slight" || "Typical",
887
1022
  * // },
888
- * // Type: "STRING_VALUE", // required
1023
+ * // Type: "Arrive" || "Continue" || "ContinueHighway" || "Depart" || "EnterHighway" || "Exit" || "Keep" || "Ramp" || "RoundaboutEnter" || "RoundaboutExit" || "RoundaboutPass" || "Turn" || "UTurn", // required
889
1024
  * // UTurnStepDetails: { // RouteUTurnStepDetails
890
1025
  * // Intersection: "<LocalizedStringList>", // required
891
- * // SteeringDirection: "STRING_VALUE",
1026
+ * // SteeringDirection: "Left" || "Right" || "Straight",
892
1027
  * // TurnAngle: Number("double"),
893
- * // TurnIntensity: "STRING_VALUE",
1028
+ * // TurnIntensity: "Sharp" || "Slight" || "Typical",
894
1029
  * // },
895
1030
  * // },
896
1031
  * // ],
@@ -899,8 +1034,482 @@ declare const CalculateRoutesCommand_base: {
899
1034
  * // ],
900
1035
  * // Zones: [ // RouteZoneList // required
901
1036
  * // { // RouteZone
902
- * // Category: "STRING_VALUE",
1037
+ * // Category: "CongestionPricing" || "Environmental" || "Vignette",
1038
+ * // Name: "STRING_VALUE",
1039
+ * // },
1040
+ * // ],
1041
+ * // },
1042
+ * // RentalLegDetails: { // RouteRentalLegDetails
1043
+ * // AfterTravelSteps: [ // RouteRentalAfterTravelStepList // required
1044
+ * // { // RouteRentalAfterTravelStep
1045
+ * // Duration: Number("long"), // required
1046
+ * // Instruction: "STRING_VALUE",
1047
+ * // Type: "Park", // required
1048
+ * // },
1049
+ * // ],
1050
+ * // Agency: { // RouteRentalAgency
1051
+ * // Name: "STRING_VALUE", // required
1052
+ * // Url: "STRING_VALUE",
1053
+ * // },
1054
+ * // Arrival: { // RouteRentalArrival
1055
+ * // Place: { // RouteRentalPlace
1056
+ * // AccessPointDetails: {
1057
+ * // Accessibility: "<RouteAccessibilityAvailabilityDetails>",
1058
+ * // },
1059
+ * // Name: "STRING_VALUE",
1060
+ * // OriginalPosition: "<Position23>",
1061
+ * // Position: "<Position23>", // required
1062
+ * // StationDetails: {
1063
+ * // Accessibility: "<RouteAccessibilityAvailabilityDetails>",
1064
+ * // PlatformName: "STRING_VALUE",
1065
+ * // ShortName: "STRING_VALUE",
1066
+ * // },
1067
+ * // Type: "AccessPoint" || "DockingStation" || "ParkingLot" || "Station",
1068
+ * // WaypointIndex: Number("int"),
1069
+ * // },
1070
+ * // Time: "STRING_VALUE",
1071
+ * // },
1072
+ * // Attributions: [ // RouteAttributionList // required
1073
+ * // { // RouteAttribution
1074
+ * // AttributionType: "Disclaimer" || "Tariff",
1075
+ * // WebLink: { // RouteWebLink
1076
+ * // AnchorText: "STRING_VALUE",
1077
+ * // Description: "STRING_VALUE", // required
1078
+ * // DeviceType: "Android" || "Ios" || "Web",
1079
+ * // Url: "STRING_VALUE",
1080
+ * // },
1081
+ * // },
1082
+ * // ],
1083
+ * // BeforeTravelSteps: [ // RouteRentalBeforeTravelStepList // required
1084
+ * // { // RouteRentalBeforeTravelStep
1085
+ * // Duration: Number("long"), // required
1086
+ * // Instruction: "STRING_VALUE",
1087
+ * // Type: "Setup", // required
1088
+ * // },
1089
+ * // ],
1090
+ * // BookingWebLinks: [ // RouteWebLinkList // required
1091
+ * // {
1092
+ * // AnchorText: "STRING_VALUE",
1093
+ * // Description: "STRING_VALUE", // required
1094
+ * // DeviceType: "Android" || "Ios" || "Web",
1095
+ * // Url: "STRING_VALUE",
1096
+ * // },
1097
+ * // ],
1098
+ * // Departure: { // RouteRentalDeparture
1099
+ * // Place: {
1100
+ * // AccessPointDetails: "<RouteAccessPointDetails>",
1101
+ * // Name: "STRING_VALUE",
1102
+ * // OriginalPosition: "<Position23>",
1103
+ * // Position: "<Position23>", // required
1104
+ * // StationDetails: "<RouteStationDetails>",
1105
+ * // Type: "AccessPoint" || "DockingStation" || "ParkingLot" || "Station",
1106
+ * // WaypointIndex: Number("int"),
1107
+ * // },
1108
+ * // Time: "STRING_VALUE",
1109
+ * // },
1110
+ * // Summary: { // RouteRentalSummary
1111
+ * // Overview: { // RouteRentalOverviewSummary
1112
+ * // Duration: Number("long"), // required
1113
+ * // Distance: Number("long"), // required
1114
+ * // },
1115
+ * // TravelOnly: { // RouteRentalTravelOnlySummary
1116
+ * // Duration: Number("long"), // required
1117
+ * // },
1118
+ * // },
1119
+ * // Transport: { // RouteRentalTransportModeDetails
1120
+ * // AvailableSeats: Number("int"),
1121
+ * // Category: "STRING_VALUE",
1122
+ * // Color: "STRING_VALUE",
1123
+ * // Engine: "Electric" || "InternalCombustion" || "PluginHybrid",
1124
+ * // LicensePlate: "STRING_VALUE",
1125
+ * // Mode: "All" || "Car", // required
1126
+ * // Model: "STRING_VALUE",
1127
+ * // Name: "STRING_VALUE",
1128
+ * // TextColor: "STRING_VALUE",
1129
+ * // },
1130
+ * // TravelSteps: [ // RouteRentalTravelStepList // required
1131
+ * // { // RouteRentalTravelStep
1132
+ * // ContinueStepDetails: {
1133
+ * // Intersection: "<LocalizedStringList>", // required
1134
+ * // },
1135
+ * // Distance: Number("long"),
1136
+ * // Duration: Number("long"), // required
1137
+ * // ExitStepDetails: {
1138
+ * // Intersection: "<LocalizedStringList>", // required
1139
+ * // RelativeExit: Number("int"),
1140
+ * // SteeringDirection: "Left" || "Right" || "Straight",
1141
+ * // TurnAngle: Number("double"),
1142
+ * // TurnIntensity: "Sharp" || "Slight" || "Typical",
1143
+ * // },
1144
+ * // GeometryOffset: Number("int"),
1145
+ * // Instruction: "STRING_VALUE",
1146
+ * // KeepStepDetails: {
1147
+ * // Intersection: "<LocalizedStringList>", // required
1148
+ * // SteeringDirection: "Left" || "Right" || "Straight",
1149
+ * // TurnAngle: Number("double"),
1150
+ * // TurnIntensity: "Sharp" || "Slight" || "Typical",
1151
+ * // },
1152
+ * // RampStepDetails: {
1153
+ * // Intersection: "<LocalizedStringList>", // required
1154
+ * // SteeringDirection: "Left" || "Right" || "Straight",
1155
+ * // TurnAngle: Number("double"),
1156
+ * // TurnIntensity: "Sharp" || "Slight" || "Typical",
1157
+ * // },
1158
+ * // RoundaboutEnterStepDetails: {
1159
+ * // Intersection: "<LocalizedStringList>", // required
1160
+ * // SteeringDirection: "Left" || "Right" || "Straight",
1161
+ * // TurnAngle: Number("double"),
1162
+ * // TurnIntensity: "Sharp" || "Slight" || "Typical",
1163
+ * // },
1164
+ * // RoundaboutExitStepDetails: {
1165
+ * // Intersection: "<LocalizedStringList>", // required
1166
+ * // RelativeExit: Number("int"),
1167
+ * // RoundaboutAngle: Number("double"),
1168
+ * // SteeringDirection: "Left" || "Right" || "Straight",
1169
+ * // },
1170
+ * // RoundaboutPassStepDetails: {
1171
+ * // Intersection: "<LocalizedStringList>", // required
1172
+ * // SteeringDirection: "Left" || "Right" || "Straight",
1173
+ * // TurnAngle: Number("double"),
1174
+ * // TurnIntensity: "Sharp" || "Slight" || "Typical",
1175
+ * // },
1176
+ * // TurnStepDetails: {
1177
+ * // Intersection: "<LocalizedStringList>", // required
1178
+ * // SteeringDirection: "Left" || "Right" || "Straight",
1179
+ * // TurnAngle: Number("double"),
1180
+ * // TurnIntensity: "Sharp" || "Slight" || "Typical",
1181
+ * // },
1182
+ * // Type: "Arrive" || "Continue" || "Depart" || "Exit" || "Keep" || "Ramp" || "RoundaboutEnter" || "RoundaboutExit" || "RoundaboutPass" || "Turn" || "UTurn", // required
1183
+ * // UTurnStepDetails: {
1184
+ * // Intersection: "<LocalizedStringList>", // required
1185
+ * // SteeringDirection: "Left" || "Right" || "Straight",
1186
+ * // TurnAngle: Number("double"),
1187
+ * // TurnIntensity: "Sharp" || "Slight" || "Typical",
1188
+ * // },
1189
+ * // },
1190
+ * // ],
1191
+ * // },
1192
+ * // TaxiLegDetails: { // RouteTaxiLegDetails
1193
+ * // AfterTravelSteps: [ // RouteTaxiAfterTravelStepList // required
1194
+ * // { // RouteTaxiAfterTravelStep
1195
+ * // Duration: Number("long"), // required
1196
+ * // Instruction: "STRING_VALUE",
1197
+ * // Type: "Park", // required
1198
+ * // },
1199
+ * // ],
1200
+ * // Agency: { // RouteTaxiAgency
1201
+ * // Name: "STRING_VALUE", // required
1202
+ * // Url: "STRING_VALUE",
1203
+ * // },
1204
+ * // Arrival: { // RouteTaxiArrival
1205
+ * // Place: { // RouteTaxiPlace
1206
+ * // AccessPointDetails: "<RouteAccessPointDetails>",
1207
+ * // Name: "STRING_VALUE",
1208
+ * // OriginalPosition: "<Position23>",
1209
+ * // Position: "<Position23>", // required
1210
+ * // StationDetails: "<RouteStationDetails>",
1211
+ * // Type: "AccessPoint" || "Station",
1212
+ * // WaypointIndex: Number("int"),
1213
+ * // },
1214
+ * // Time: "STRING_VALUE",
1215
+ * // },
1216
+ * // Attributions: [ // required
1217
+ * // {
1218
+ * // AttributionType: "Disclaimer" || "Tariff",
1219
+ * // WebLink: {
1220
+ * // AnchorText: "STRING_VALUE",
1221
+ * // Description: "STRING_VALUE", // required
1222
+ * // DeviceType: "Android" || "Ios" || "Web",
1223
+ * // Url: "STRING_VALUE",
1224
+ * // },
1225
+ * // },
1226
+ * // ],
1227
+ * // BeforeTravelSteps: [ // RouteTaxiBeforeTravelStepList // required
1228
+ * // { // RouteTaxiBeforeTravelStep
1229
+ * // Duration: Number("long"), // required
1230
+ * // Instruction: "STRING_VALUE",
1231
+ * // Type: "Wait", // required
1232
+ * // },
1233
+ * // ],
1234
+ * // BookingWebLinks: [ // required
1235
+ * // {
1236
+ * // AnchorText: "STRING_VALUE",
1237
+ * // Description: "STRING_VALUE", // required
1238
+ * // DeviceType: "Android" || "Ios" || "Web",
1239
+ * // Url: "STRING_VALUE",
1240
+ * // },
1241
+ * // ],
1242
+ * // Departure: { // RouteTaxiDeparture
1243
+ * // Place: {
1244
+ * // AccessPointDetails: "<RouteAccessPointDetails>",
1245
+ * // Name: "STRING_VALUE",
1246
+ * // OriginalPosition: "<Position23>",
1247
+ * // Position: "<Position23>", // required
1248
+ * // StationDetails: "<RouteStationDetails>",
1249
+ * // Type: "AccessPoint" || "Station",
1250
+ * // WaypointIndex: Number("int"),
1251
+ * // },
1252
+ * // Time: "STRING_VALUE",
1253
+ * // },
1254
+ * // Notices: [ // RouteTaxiNoticeList // required
1255
+ * // { // RouteTaxiNotice
1256
+ * // Code: "AccuratePolylineUnavailable" || "Other", // required
1257
+ * // Impact: "High" || "Low",
1258
+ * // },
1259
+ * // ],
1260
+ * // Summary: { // RouteTaxiSummary
1261
+ * // Overview: { // RouteTaxiOverviewSummary
1262
+ * // Duration: Number("long"), // required
1263
+ * // Distance: Number("long"), // required
1264
+ * // },
1265
+ * // TravelOnly: { // RouteTaxiTravelOnlySummary
1266
+ * // Duration: Number("long"), // required
1267
+ * // },
1268
+ * // },
1269
+ * // Transport: { // RouteTaxiTransportModeDetails
1270
+ * // AvailableSeats: Number("int"),
1271
+ * // Category: "STRING_VALUE",
1272
+ * // Color: "STRING_VALUE",
1273
+ * // Engine: "Electric" || "InternalCombustion" || "PluginHybrid",
1274
+ * // LicensePlate: "STRING_VALUE",
1275
+ * // Mode: "All" || "Car", // required
1276
+ * // Model: "STRING_VALUE",
1277
+ * // Name: "STRING_VALUE",
1278
+ * // TextColor: "STRING_VALUE",
1279
+ * // },
1280
+ * // TravelSteps: [ // RouteTaxiTravelStepList // required
1281
+ * // { // RouteTaxiTravelStep
1282
+ * // ContinueStepDetails: {
1283
+ * // Intersection: "<LocalizedStringList>", // required
1284
+ * // },
1285
+ * // Distance: Number("long"),
1286
+ * // Duration: Number("long"), // required
1287
+ * // ExitStepDetails: {
1288
+ * // Intersection: "<LocalizedStringList>", // required
1289
+ * // RelativeExit: Number("int"),
1290
+ * // SteeringDirection: "Left" || "Right" || "Straight",
1291
+ * // TurnAngle: Number("double"),
1292
+ * // TurnIntensity: "Sharp" || "Slight" || "Typical",
1293
+ * // },
1294
+ * // GeometryOffset: Number("int"),
1295
+ * // Instruction: "STRING_VALUE",
1296
+ * // KeepStepDetails: {
1297
+ * // Intersection: "<LocalizedStringList>", // required
1298
+ * // SteeringDirection: "Left" || "Right" || "Straight",
1299
+ * // TurnAngle: Number("double"),
1300
+ * // TurnIntensity: "Sharp" || "Slight" || "Typical",
1301
+ * // },
1302
+ * // RampStepDetails: {
1303
+ * // Intersection: "<LocalizedStringList>", // required
1304
+ * // SteeringDirection: "Left" || "Right" || "Straight",
1305
+ * // TurnAngle: Number("double"),
1306
+ * // TurnIntensity: "Sharp" || "Slight" || "Typical",
1307
+ * // },
1308
+ * // RoundaboutEnterStepDetails: {
1309
+ * // Intersection: "<LocalizedStringList>", // required
1310
+ * // SteeringDirection: "Left" || "Right" || "Straight",
1311
+ * // TurnAngle: Number("double"),
1312
+ * // TurnIntensity: "Sharp" || "Slight" || "Typical",
1313
+ * // },
1314
+ * // RoundaboutExitStepDetails: {
1315
+ * // Intersection: "<LocalizedStringList>", // required
1316
+ * // RelativeExit: Number("int"),
1317
+ * // RoundaboutAngle: Number("double"),
1318
+ * // SteeringDirection: "Left" || "Right" || "Straight",
1319
+ * // },
1320
+ * // RoundaboutPassStepDetails: {
1321
+ * // Intersection: "<LocalizedStringList>", // required
1322
+ * // SteeringDirection: "Left" || "Right" || "Straight",
1323
+ * // TurnAngle: Number("double"),
1324
+ * // TurnIntensity: "Sharp" || "Slight" || "Typical",
1325
+ * // },
1326
+ * // TurnStepDetails: {
1327
+ * // Intersection: "<LocalizedStringList>", // required
1328
+ * // SteeringDirection: "Left" || "Right" || "Straight",
1329
+ * // TurnAngle: Number("double"),
1330
+ * // TurnIntensity: "Sharp" || "Slight" || "Typical",
1331
+ * // },
1332
+ * // Type: "Arrive" || "Continue" || "Depart" || "Exit" || "Keep" || "Ramp" || "RoundaboutEnter" || "RoundaboutExit" || "RoundaboutPass" || "Turn" || "UTurn", // required
1333
+ * // UTurnStepDetails: {
1334
+ * // Intersection: "<LocalizedStringList>", // required
1335
+ * // SteeringDirection: "Left" || "Right" || "Straight",
1336
+ * // TurnAngle: Number("double"),
1337
+ * // TurnIntensity: "Sharp" || "Slight" || "Typical",
1338
+ * // },
1339
+ * // },
1340
+ * // ],
1341
+ * // },
1342
+ * // TransitLegDetails: { // RouteTransitLegDetails
1343
+ * // AfterTravelSteps: [ // RouteTransitAfterTravelStepList // required
1344
+ * // { // RouteTransitAfterTravelStep
1345
+ * // Duration: Number("long"), // required
1346
+ * // Instruction: "STRING_VALUE",
1347
+ * // Type: "Deboard", // required
1348
+ * // },
1349
+ * // ],
1350
+ * // Agency: { // RouteTransitAgency
1351
+ * // Name: "STRING_VALUE", // required
1352
+ * // Url: "STRING_VALUE",
1353
+ * // },
1354
+ * // Arrival: { // RouteTransitArrival
1355
+ * // Delay: Number("long"),
1356
+ * // Place: { // RouteTransitPlace
903
1357
  * // Name: "STRING_VALUE",
1358
+ * // OriginalPosition: "<Position23>",
1359
+ * // Position: "<Position23>", // required
1360
+ * // StationDetails: "<RouteStationDetails>",
1361
+ * // Type: "Station",
1362
+ * // WaypointIndex: Number("int"),
1363
+ * // },
1364
+ * // Status: "Added" || "Cancelled" || "Replaced" || "Scheduled",
1365
+ * // Time: "STRING_VALUE",
1366
+ * // },
1367
+ * // Attributions: [ // required
1368
+ * // {
1369
+ * // AttributionType: "Disclaimer" || "Tariff",
1370
+ * // WebLink: {
1371
+ * // AnchorText: "STRING_VALUE",
1372
+ * // Description: "STRING_VALUE", // required
1373
+ * // DeviceType: "Android" || "Ios" || "Web",
1374
+ * // Url: "STRING_VALUE",
1375
+ * // },
1376
+ * // },
1377
+ * // ],
1378
+ * // BeforeTravelSteps: [ // RouteTransitBeforeTravelStepList // required
1379
+ * // { // RouteTransitBeforeTravelStep
1380
+ * // Duration: Number("long"), // required
1381
+ * // Instruction: "STRING_VALUE",
1382
+ * // Type: "Board", // required
1383
+ * // },
1384
+ * // ],
1385
+ * // BookingWebLinks: [ // required
1386
+ * // "<RouteWebLink>",
1387
+ * // ],
1388
+ * // Departure: { // RouteTransitDeparture
1389
+ * // Delay: Number("long"),
1390
+ * // Place: {
1391
+ * // Name: "STRING_VALUE",
1392
+ * // OriginalPosition: "<Position23>",
1393
+ * // Position: "<Position23>", // required
1394
+ * // StationDetails: "<RouteStationDetails>",
1395
+ * // Type: "Station",
1396
+ * // WaypointIndex: Number("int"),
1397
+ * // },
1398
+ * // Status: "Added" || "Cancelled" || "Replaced" || "Scheduled",
1399
+ * // Time: "STRING_VALUE",
1400
+ * // },
1401
+ * // Incidents: [ // RouteTransitIncidentList // required
1402
+ * // { // RouteTransitIncident
1403
+ * // Description: "STRING_VALUE",
1404
+ * // Effect: "Delayed" || "Detoured" || "Other" || "ServiceAdded" || "ServiceCancelled" || "ServiceModified" || "ServiceReduced" || "StopMoved", // required
1405
+ * // EndTime: "STRING_VALUE",
1406
+ * // StartTime: "STRING_VALUE",
1407
+ * // Type: "Accident" || "Construction" || "Demonstration" || "Holiday" || "Maintenance" || "MedicalEmergency" || "Other" || "PoliceActivity" || "Strike" || "TechnicalProblem" || "Weather", // required
1408
+ * // Url: "STRING_VALUE",
1409
+ * // },
1410
+ * // ],
1411
+ * // IntermediateStops: [ // RouteTransitIntermediateStopList // required
1412
+ * // { // RouteTransitIntermediateStop
1413
+ * // Attributes: [ // RouteTransitIntermediateStopAttributeList
1414
+ * // "NoEntry" || "NoExit",
1415
+ * // ],
1416
+ * // Departure: {
1417
+ * // Delay: Number("long"),
1418
+ * // Place: {
1419
+ * // Name: "STRING_VALUE",
1420
+ * // OriginalPosition: "<Position23>",
1421
+ * // Position: "<Position23>", // required
1422
+ * // StationDetails: "<RouteStationDetails>",
1423
+ * // Type: "Station",
1424
+ * // WaypointIndex: Number("int"),
1425
+ * // },
1426
+ * // Status: "Added" || "Cancelled" || "Replaced" || "Scheduled",
1427
+ * // Time: "STRING_VALUE",
1428
+ * // },
1429
+ * // Duration: Number("long"), // required
1430
+ * // GeometryOffset: Number("int"),
1431
+ * // Transport: { // RouteTransitTransportModeDetails
1432
+ * // Accessibility: "<RouteAccessibilityAvailabilityDetails>",
1433
+ * // Color: "STRING_VALUE",
1434
+ * // Headsign: "STRING_VALUE",
1435
+ * // LongRouteName: "STRING_VALUE",
1436
+ * // Mode: "AerialTramway" || "Airplane" || "All" || "Bus" || "BusRapidTransit" || "CityTrain" || "Ferry" || "FunicularRailway" || "HighSpeedTrain" || "IntercityTrain" || "InterregionalTrain" || "LightRail" || "Monorail" || "PrivateBus" || "RegionalTrain" || "Subway", // required
1437
+ * // RouteName: "STRING_VALUE",
1438
+ * // ShortRouteName: "STRING_VALUE",
1439
+ * // TextColor: "STRING_VALUE",
1440
+ * // },
1441
+ * // },
1442
+ * // ],
1443
+ * // NextDepartures: [ // RouteTransitNextDepartureList // required
1444
+ * // { // RouteTransitNextDeparture
1445
+ * // Delay: Number("long"),
1446
+ * // PlatformName: "STRING_VALUE",
1447
+ * // Status: "Added" || "Cancelled" || "Replaced" || "Scheduled",
1448
+ * // Time: "STRING_VALUE", // required
1449
+ * // Transport: {
1450
+ * // Accessibility: "<RouteAccessibilityAvailabilityDetails>",
1451
+ * // Color: "STRING_VALUE",
1452
+ * // Headsign: "STRING_VALUE",
1453
+ * // LongRouteName: "STRING_VALUE",
1454
+ * // Mode: "AerialTramway" || "Airplane" || "All" || "Bus" || "BusRapidTransit" || "CityTrain" || "Ferry" || "FunicularRailway" || "HighSpeedTrain" || "IntercityTrain" || "InterregionalTrain" || "LightRail" || "Monorail" || "PrivateBus" || "RegionalTrain" || "Subway", // required
1455
+ * // RouteName: "STRING_VALUE",
1456
+ * // ShortRouteName: "STRING_VALUE",
1457
+ * // TextColor: "STRING_VALUE",
1458
+ * // },
1459
+ * // },
1460
+ * // ],
1461
+ * // Notices: [ // RouteTransitNoticeList // required
1462
+ * // { // RouteTransitNotice
1463
+ * // Code: "AccuratePolylineUnavailable" || "IntermediateStopsUnavailable" || "NoSchedule" || "Other" || "PotentialViolatedVehicleRestrictionUsage" || "ScheduledTimes" || "SeasonalClosure" || "ViolatedAvoidFerry" || "ViolatedAvoidRailFerry" || "ViolatedExcludedTransitMode" || "ViolatedVehicleRestriction" || "ViolatedAvoidAreas", // required
1464
+ * // Impact: "High" || "Low",
1465
+ * // },
1466
+ * // ],
1467
+ * // PassThroughWaypoints: [ // required
1468
+ * // {
1469
+ * // GeometryOffset: Number("int"),
1470
+ * // Place: {
1471
+ * // OriginalPosition: "<Position23>",
1472
+ * // Position: "<Position23>", // required
1473
+ * // WaypointIndex: Number("int"),
1474
+ * // },
1475
+ * // },
1476
+ * // ],
1477
+ * // Spans: [ // RouteTransitSpanList // required
1478
+ * // { // RouteTransitSpan
1479
+ * // Country: "STRING_VALUE",
1480
+ * // Distance: Number("long"),
1481
+ * // Duration: Number("long"),
1482
+ * // GeometryOffset: Number("int"),
1483
+ * // Names: "<LocalizedStringList>",
1484
+ * // Region: "STRING_VALUE",
1485
+ * // },
1486
+ * // ],
1487
+ * // Summary: { // RouteTransitSummary
1488
+ * // Overview: { // RouteTransitOverviewSummary
1489
+ * // Distance: Number("long"), // required
1490
+ * // Duration: Number("long"), // required
1491
+ * // },
1492
+ * // TravelOnly: { // RouteTransitTravelOnlySummary
1493
+ * // Duration: Number("long"), // required
1494
+ * // },
1495
+ * // },
1496
+ * // Transport: {
1497
+ * // Accessibility: "<RouteAccessibilityAvailabilityDetails>",
1498
+ * // Color: "STRING_VALUE",
1499
+ * // Headsign: "STRING_VALUE",
1500
+ * // LongRouteName: "STRING_VALUE",
1501
+ * // Mode: "AerialTramway" || "Airplane" || "All" || "Bus" || "BusRapidTransit" || "CityTrain" || "Ferry" || "FunicularRailway" || "HighSpeedTrain" || "IntercityTrain" || "InterregionalTrain" || "LightRail" || "Monorail" || "PrivateBus" || "RegionalTrain" || "Subway", // required
1502
+ * // RouteName: "STRING_VALUE",
1503
+ * // ShortRouteName: "STRING_VALUE",
1504
+ * // TextColor: "STRING_VALUE",
1505
+ * // },
1506
+ * // TravelSteps: [ // RouteTransitTravelStepList // required
1507
+ * // { // RouteTransitTravelStep
1508
+ * // Distance: Number("long"),
1509
+ * // Duration: Number("long"), // required
1510
+ * // GeometryOffset: Number("int"),
1511
+ * // Instruction: "STRING_VALUE",
1512
+ * // Type: "Depart", // required
904
1513
  * // },
905
1514
  * // ],
906
1515
  * // },