@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.
- package/README.md +1 -1
- package/dist-cjs/endpoint/bdd.js +8 -8
- package/dist-cjs/index.js +239 -0
- package/dist-cjs/schemas/schemas_0.js +653 -64
- package/dist-es/endpoint/bdd.js +8 -8
- package/dist-es/models/enums.js +208 -0
- package/dist-es/schemas/schemas_0.js +647 -59
- package/dist-types/GeoRoutes.d.ts +1 -1
- package/dist-types/GeoRoutesClient.d.ts +1 -1
- package/dist-types/commands/CalculateIsolinesCommand.d.ts +14 -14
- package/dist-types/commands/CalculateRouteMatrixCommand.d.ts +11 -11
- package/dist-types/commands/CalculateRoutesCommand.d.ts +698 -89
- package/dist-types/commands/OptimizeWaypointsCommand.d.ts +9 -9
- package/dist-types/commands/SnapToRoadsCommand.d.ts +3 -3
- package/dist-types/index.d.ts +1 -1
- package/dist-types/models/enums.d.ts +456 -0
- package/dist-types/models/models_0.d.ts +1783 -140
- package/dist-types/schemas/schemas_0.d.ts +58 -0
- package/dist-types/ts3.4/models/enums.d.ts +269 -0
- package/dist-types/ts3.4/models/models_0.d.ts +425 -19
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +58 -0
- package/package.json +8 -8
|
@@ -86,7 +86,7 @@ declare const OptimizeWaypointsCommand_base: {
|
|
|
86
86
|
* Position: [ // required
|
|
87
87
|
* Number("double"),
|
|
88
88
|
* ],
|
|
89
|
-
* UseWith: "
|
|
89
|
+
* UseWith: "AnyStreet" || "DividedStreetOnly",
|
|
90
90
|
* },
|
|
91
91
|
* },
|
|
92
92
|
* Driver: { // WaypointOptimizationDriverOptions
|
|
@@ -103,7 +103,7 @@ declare const OptimizeWaypointsCommand_base: {
|
|
|
103
103
|
* RestProfile: { // WaypointOptimizationRestProfile
|
|
104
104
|
* Profile: "STRING_VALUE", // required
|
|
105
105
|
* },
|
|
106
|
-
* TreatServiceTimeAs: "
|
|
106
|
+
* TreatServiceTimeAs: "Rest" || "Work",
|
|
107
107
|
* },
|
|
108
108
|
* Exclude: { // WaypointOptimizationExclusionOptions
|
|
109
109
|
* Countries: [ // CountryCodeList // required
|
|
@@ -111,7 +111,7 @@ declare const OptimizeWaypointsCommand_base: {
|
|
|
111
111
|
* ],
|
|
112
112
|
* },
|
|
113
113
|
* Key: "STRING_VALUE",
|
|
114
|
-
* OptimizeSequencingFor: "
|
|
114
|
+
* OptimizeSequencingFor: "FastestRoute" || "ShortestRoute",
|
|
115
115
|
* Origin: [ // required
|
|
116
116
|
* Number("double"),
|
|
117
117
|
* ],
|
|
@@ -119,9 +119,9 @@ declare const OptimizeWaypointsCommand_base: {
|
|
|
119
119
|
* Id: "STRING_VALUE",
|
|
120
120
|
* },
|
|
121
121
|
* Traffic: { // WaypointOptimizationTrafficOptions
|
|
122
|
-
* Usage: "
|
|
122
|
+
* Usage: "IgnoreTrafficData" || "UseTrafficData",
|
|
123
123
|
* },
|
|
124
|
-
* TravelMode: "
|
|
124
|
+
* TravelMode: "Car" || "Pedestrian" || "Scooter" || "Truck",
|
|
125
125
|
* TravelModeOptions: { // WaypointOptimizationTravelModeOptions
|
|
126
126
|
* Pedestrian: { // WaypointOptimizationPedestrianOptions
|
|
127
127
|
* Speed: Number("double"),
|
|
@@ -129,14 +129,14 @@ declare const OptimizeWaypointsCommand_base: {
|
|
|
129
129
|
* Truck: { // WaypointOptimizationTruckOptions
|
|
130
130
|
* GrossWeight: Number("long"),
|
|
131
131
|
* HazardousCargos: [ // WaypointOptimizationHazardousCargoTypeList
|
|
132
|
-
* "
|
|
132
|
+
* "Combustible" || "Corrosive" || "Explosive" || "Flammable" || "Gas" || "HarmfulToWater" || "Organic" || "Other" || "Poison" || "PoisonousInhalation" || "Radioactive",
|
|
133
133
|
* ],
|
|
134
134
|
* Height: Number("long"),
|
|
135
135
|
* Length: Number("long"),
|
|
136
136
|
* Trailer: { // WaypointOptimizationTrailerOptions
|
|
137
137
|
* TrailerCount: Number("int"),
|
|
138
138
|
* },
|
|
139
|
-
* TruckType: "
|
|
139
|
+
* TruckType: "StraightTruck" || "Tractor",
|
|
140
140
|
* TunnelRestrictionCode: "STRING_VALUE",
|
|
141
141
|
* WeightPerAxle: Number("long"),
|
|
142
142
|
* Width: Number("long"),
|
|
@@ -166,7 +166,7 @@ declare const OptimizeWaypointsCommand_base: {
|
|
|
166
166
|
* ServiceDuration: Number("long"),
|
|
167
167
|
* SideOfStreet: {
|
|
168
168
|
* Position: "<Position>", // required
|
|
169
|
-
* UseWith: "
|
|
169
|
+
* UseWith: "AnyStreet" || "DividedStreetOnly",
|
|
170
170
|
* },
|
|
171
171
|
* },
|
|
172
172
|
* ],
|
|
@@ -190,7 +190,7 @@ declare const OptimizeWaypointsCommand_base: {
|
|
|
190
190
|
* // { // WaypointOptimizationImpedingWaypoint
|
|
191
191
|
* // FailedConstraints: [ // WaypointOptimizationFailedConstraintList // required
|
|
192
192
|
* // { // WaypointOptimizationFailedConstraint
|
|
193
|
-
* // Constraint: "
|
|
193
|
+
* // Constraint: "AccessHours" || "AppointmentTime" || "Before" || "Heading" || "ServiceDuration" || "SideOfStreet",
|
|
194
194
|
* // Reason: "STRING_VALUE",
|
|
195
195
|
* // },
|
|
196
196
|
* // ],
|
|
@@ -52,12 +52,12 @@ declare const SnapToRoadsCommand_base: {
|
|
|
52
52
|
* Timestamp: "STRING_VALUE",
|
|
53
53
|
* },
|
|
54
54
|
* ],
|
|
55
|
-
* TravelMode: "
|
|
55
|
+
* TravelMode: "Car" || "Pedestrian" || "Scooter" || "Truck",
|
|
56
56
|
* TravelModeOptions: { // RoadSnapTravelModeOptions
|
|
57
57
|
* Truck: { // RoadSnapTruckOptions
|
|
58
58
|
* GrossWeight: Number("long"),
|
|
59
59
|
* HazardousCargos: [ // RoadSnapHazardousCargoTypeList
|
|
60
|
-
* "
|
|
60
|
+
* "Combustible" || "Corrosive" || "Explosive" || "Flammable" || "Gas" || "HarmfulToWater" || "Organic" || "Other" || "Poison" || "PoisonousInhalation" || "Radioactive",
|
|
61
61
|
* ],
|
|
62
62
|
* Height: Number("long"),
|
|
63
63
|
* Length: Number("long"),
|
|
@@ -74,7 +74,7 @@ declare const SnapToRoadsCommand_base: {
|
|
|
74
74
|
* // { // SnapToRoadsResponse
|
|
75
75
|
* // Notices: [ // RoadSnapNoticeList // required
|
|
76
76
|
* // { // RoadSnapNotice
|
|
77
|
-
* // Code: "
|
|
77
|
+
* // Code: "TracePointsHeadingIgnored" || "TracePointsIgnored" || "TracePointsMovedByLargeDistance" || "TracePointsNotMatched" || "TracePointsOutOfSequence" || "TracePointsSpeedEstimated" || "TracePointsSpeedIgnored", // required
|
|
78
78
|
* // Title: "STRING_VALUE", // required
|
|
79
79
|
* // TracePointIndexes: [ // RoadSnapTracePointIndexList // required
|
|
80
80
|
* // Number("int"),
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* <p>With the
|
|
2
|
+
* <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>
|
|
3
3
|
*
|
|
4
4
|
* @packageDocumentation
|
|
5
5
|
*/
|
|
@@ -283,8 +283,11 @@ export type MeasurementSystem = (typeof MeasurementSystem)[keyof typeof Measurem
|
|
|
283
283
|
* @enum
|
|
284
284
|
*/
|
|
285
285
|
export declare const RouteLegAdditionalFeature: {
|
|
286
|
+
readonly BOOKINGS: "Bookings";
|
|
286
287
|
readonly ELEVATION: "Elevation";
|
|
287
288
|
readonly INCIDENTS: "Incidents";
|
|
289
|
+
readonly INTERMEDIATE_STOPS: "IntermediateStops";
|
|
290
|
+
readonly NEXT_DEPARTURES: "NextDepartures";
|
|
288
291
|
readonly PASS_THROUGH_WAYPOINTS: "PassThroughWaypoints";
|
|
289
292
|
readonly SUMMARY: "Summary";
|
|
290
293
|
readonly TOLLS: "Tolls";
|
|
@@ -348,8 +351,10 @@ export type RouteTollVehicleCategory = (typeof RouteTollVehicleCategory)[keyof t
|
|
|
348
351
|
*/
|
|
349
352
|
export declare const RouteTravelMode: {
|
|
350
353
|
readonly CAR: "Car";
|
|
354
|
+
readonly INTERMODAL: "Intermodal";
|
|
351
355
|
readonly PEDESTRIAN: "Pedestrian";
|
|
352
356
|
readonly SCOOTER: "Scooter";
|
|
357
|
+
readonly TRANSIT: "Transit";
|
|
353
358
|
readonly TRUCK: "Truck";
|
|
354
359
|
};
|
|
355
360
|
/**
|
|
@@ -369,6 +374,93 @@ export declare const RouteEngineType: {
|
|
|
369
374
|
* @public
|
|
370
375
|
*/
|
|
371
376
|
export type RouteEngineType = (typeof RouteEngineType)[keyof typeof RouteEngineType];
|
|
377
|
+
/**
|
|
378
|
+
* @public
|
|
379
|
+
* @enum
|
|
380
|
+
*/
|
|
381
|
+
export declare const RouteAccessibilityAttribute: {
|
|
382
|
+
readonly WHEELCHAIR: "Wheelchair";
|
|
383
|
+
};
|
|
384
|
+
/**
|
|
385
|
+
* @public
|
|
386
|
+
*/
|
|
387
|
+
export type RouteAccessibilityAttribute = (typeof RouteAccessibilityAttribute)[keyof typeof RouteAccessibilityAttribute];
|
|
388
|
+
/**
|
|
389
|
+
* @public
|
|
390
|
+
* @enum
|
|
391
|
+
*/
|
|
392
|
+
export declare const RouteRentalMode: {
|
|
393
|
+
readonly ALL: "All";
|
|
394
|
+
readonly CAR: "Car";
|
|
395
|
+
};
|
|
396
|
+
/**
|
|
397
|
+
* @public
|
|
398
|
+
*/
|
|
399
|
+
export type RouteRentalMode = (typeof RouteRentalMode)[keyof typeof RouteRentalMode];
|
|
400
|
+
/**
|
|
401
|
+
* @public
|
|
402
|
+
* @enum
|
|
403
|
+
*/
|
|
404
|
+
export declare const RouteIntermodalEnabledLegs: {
|
|
405
|
+
readonly ENTIRE_ROUTE: "EntireRoute";
|
|
406
|
+
readonly FIRST_LEG: "FirstLeg";
|
|
407
|
+
readonly LAST_LEG: "LastLeg";
|
|
408
|
+
readonly NONE: "None";
|
|
409
|
+
};
|
|
410
|
+
/**
|
|
411
|
+
* @public
|
|
412
|
+
*/
|
|
413
|
+
export type RouteIntermodalEnabledLegs = (typeof RouteIntermodalEnabledLegs)[keyof typeof RouteIntermodalEnabledLegs];
|
|
414
|
+
/**
|
|
415
|
+
* @public
|
|
416
|
+
* @enum
|
|
417
|
+
*/
|
|
418
|
+
export declare const RouteTaxiMode: {
|
|
419
|
+
readonly ALL: "All";
|
|
420
|
+
readonly CAR: "Car";
|
|
421
|
+
};
|
|
422
|
+
/**
|
|
423
|
+
* @public
|
|
424
|
+
*/
|
|
425
|
+
export type RouteTaxiMode = (typeof RouteTaxiMode)[keyof typeof RouteTaxiMode];
|
|
426
|
+
/**
|
|
427
|
+
* @public
|
|
428
|
+
* @enum
|
|
429
|
+
*/
|
|
430
|
+
export declare const RouteTransitMode: {
|
|
431
|
+
readonly AERIAL_TRAMWAY: "AerialTramway";
|
|
432
|
+
readonly AIRPLANE: "Airplane";
|
|
433
|
+
readonly ALL: "All";
|
|
434
|
+
readonly BUS: "Bus";
|
|
435
|
+
readonly BUS_RAPID_TRANSIT: "BusRapidTransit";
|
|
436
|
+
readonly CITY_TRAIN: "CityTrain";
|
|
437
|
+
readonly FERRY: "Ferry";
|
|
438
|
+
readonly FUNICULAR_RAILWAY: "FunicularRailway";
|
|
439
|
+
readonly HIGH_SPEED_TRAIN: "HighSpeedTrain";
|
|
440
|
+
readonly INTERCITY_TRAIN: "IntercityTrain";
|
|
441
|
+
readonly INTERREGIONAL_TRAIN: "InterregionalTrain";
|
|
442
|
+
readonly LIGHT_RAIL: "LightRail";
|
|
443
|
+
readonly MONORAIL: "Monorail";
|
|
444
|
+
readonly PRIVATE_BUS: "PrivateBus";
|
|
445
|
+
readonly REGIONAL_TRAIN: "RegionalTrain";
|
|
446
|
+
readonly SUBWAY: "Subway";
|
|
447
|
+
};
|
|
448
|
+
/**
|
|
449
|
+
* @public
|
|
450
|
+
*/
|
|
451
|
+
export type RouteTransitMode = (typeof RouteTransitMode)[keyof typeof RouteTransitMode];
|
|
452
|
+
/**
|
|
453
|
+
* @public
|
|
454
|
+
* @enum
|
|
455
|
+
*/
|
|
456
|
+
export declare const RouteVehicleMode: {
|
|
457
|
+
readonly ALL: "All";
|
|
458
|
+
readonly CAR: "Car";
|
|
459
|
+
};
|
|
460
|
+
/**
|
|
461
|
+
* @public
|
|
462
|
+
*/
|
|
463
|
+
export type RouteVehicleMode = (typeof RouteVehicleMode)[keyof typeof RouteVehicleMode];
|
|
372
464
|
/**
|
|
373
465
|
* @public
|
|
374
466
|
* @enum
|
|
@@ -421,7 +513,10 @@ export type RouteTravelStepType = (typeof RouteTravelStepType)[keyof typeof Rout
|
|
|
421
513
|
*/
|
|
422
514
|
export declare const RouteResponseNoticeCode: {
|
|
423
515
|
readonly MAIN_LANGUAGE_NOT_FOUND: "MainLanguageNotFound";
|
|
516
|
+
readonly NO_TRANSIT_STATIONS_FOUND: "NoTransitStationsFound";
|
|
424
517
|
readonly OTHER: "Other";
|
|
518
|
+
readonly TRANSIT_DATA_UNAVAILABLE: "TransitDataUnavailable";
|
|
519
|
+
readonly TRANSIT_ROUTE_UNAVAILABLE: "TransitRouteUnavailable";
|
|
425
520
|
readonly TRAVEL_TIME_EXCEEDS_DRIVER_WORK_HOURS: "TravelTimeExceedsDriverWorkHours";
|
|
426
521
|
};
|
|
427
522
|
/**
|
|
@@ -494,6 +589,31 @@ export declare const RouteFerryTravelStepType: {
|
|
|
494
589
|
* @public
|
|
495
590
|
*/
|
|
496
591
|
export type RouteFerryTravelStepType = (typeof RouteFerryTravelStepType)[keyof typeof RouteFerryTravelStepType];
|
|
592
|
+
/**
|
|
593
|
+
* @public
|
|
594
|
+
* @enum
|
|
595
|
+
*/
|
|
596
|
+
export declare const RoutePedestrianAfterTravelStepType: {
|
|
597
|
+
readonly WAIT: "Wait";
|
|
598
|
+
};
|
|
599
|
+
/**
|
|
600
|
+
* @public
|
|
601
|
+
*/
|
|
602
|
+
export type RoutePedestrianAfterTravelStepType = (typeof RoutePedestrianAfterTravelStepType)[keyof typeof RoutePedestrianAfterTravelStepType];
|
|
603
|
+
/**
|
|
604
|
+
* @public
|
|
605
|
+
* @enum
|
|
606
|
+
*/
|
|
607
|
+
export declare const RouteAccessibilityAvailability: {
|
|
608
|
+
readonly AVAILABLE: "Available";
|
|
609
|
+
readonly LIMITED: "Limited";
|
|
610
|
+
readonly UNAVAILABLE: "Unavailable";
|
|
611
|
+
readonly UNKNOWN: "Unknown";
|
|
612
|
+
};
|
|
613
|
+
/**
|
|
614
|
+
* @public
|
|
615
|
+
*/
|
|
616
|
+
export type RouteAccessibilityAvailability = (typeof RouteAccessibilityAvailability)[keyof typeof RouteAccessibilityAvailability];
|
|
497
617
|
/**
|
|
498
618
|
* @public
|
|
499
619
|
* @enum
|
|
@@ -506,6 +626,20 @@ export declare const RouteSideOfStreet: {
|
|
|
506
626
|
* @public
|
|
507
627
|
*/
|
|
508
628
|
export type RouteSideOfStreet = (typeof RouteSideOfStreet)[keyof typeof RouteSideOfStreet];
|
|
629
|
+
/**
|
|
630
|
+
* @public
|
|
631
|
+
* @enum
|
|
632
|
+
*/
|
|
633
|
+
export declare const RoutePedestrianPlaceType: {
|
|
634
|
+
readonly ACCESS_POINT: "AccessPoint";
|
|
635
|
+
readonly DOCKING_STATION: "DockingStation";
|
|
636
|
+
readonly PARKING_LOT: "ParkingLot";
|
|
637
|
+
readonly STATION: "Station";
|
|
638
|
+
};
|
|
639
|
+
/**
|
|
640
|
+
* @public
|
|
641
|
+
*/
|
|
642
|
+
export type RoutePedestrianPlaceType = (typeof RoutePedestrianPlaceType)[keyof typeof RoutePedestrianPlaceType];
|
|
509
643
|
/**
|
|
510
644
|
* @public
|
|
511
645
|
* @enum
|
|
@@ -631,16 +765,310 @@ export declare const RoutePedestrianTravelStepType: {
|
|
|
631
765
|
* @public
|
|
632
766
|
*/
|
|
633
767
|
export type RoutePedestrianTravelStepType = (typeof RoutePedestrianTravelStepType)[keyof typeof RoutePedestrianTravelStepType];
|
|
768
|
+
/**
|
|
769
|
+
* @public
|
|
770
|
+
* @enum
|
|
771
|
+
*/
|
|
772
|
+
export declare const RouteRentalAfterTravelStepType: {
|
|
773
|
+
readonly PARK: "Park";
|
|
774
|
+
};
|
|
775
|
+
/**
|
|
776
|
+
* @public
|
|
777
|
+
*/
|
|
778
|
+
export type RouteRentalAfterTravelStepType = (typeof RouteRentalAfterTravelStepType)[keyof typeof RouteRentalAfterTravelStepType];
|
|
779
|
+
/**
|
|
780
|
+
* @public
|
|
781
|
+
* @enum
|
|
782
|
+
*/
|
|
783
|
+
export declare const RouteRentalPlaceType: {
|
|
784
|
+
readonly ACCESS_POINT: "AccessPoint";
|
|
785
|
+
readonly DOCKING_STATION: "DockingStation";
|
|
786
|
+
readonly PARKING_LOT: "ParkingLot";
|
|
787
|
+
readonly STATION: "Station";
|
|
788
|
+
};
|
|
789
|
+
/**
|
|
790
|
+
* @public
|
|
791
|
+
*/
|
|
792
|
+
export type RouteRentalPlaceType = (typeof RouteRentalPlaceType)[keyof typeof RouteRentalPlaceType];
|
|
793
|
+
/**
|
|
794
|
+
* @public
|
|
795
|
+
* @enum
|
|
796
|
+
*/
|
|
797
|
+
export declare const RouteAttributionType: {
|
|
798
|
+
readonly DISCLAIMER: "Disclaimer";
|
|
799
|
+
readonly TARIFF: "Tariff";
|
|
800
|
+
};
|
|
801
|
+
/**
|
|
802
|
+
* @public
|
|
803
|
+
*/
|
|
804
|
+
export type RouteAttributionType = (typeof RouteAttributionType)[keyof typeof RouteAttributionType];
|
|
805
|
+
/**
|
|
806
|
+
* @public
|
|
807
|
+
* @enum
|
|
808
|
+
*/
|
|
809
|
+
export declare const RouteWebLinkDeviceType: {
|
|
810
|
+
readonly ANDROID: "Android";
|
|
811
|
+
readonly IOS: "Ios";
|
|
812
|
+
readonly WEB: "Web";
|
|
813
|
+
};
|
|
814
|
+
/**
|
|
815
|
+
* @public
|
|
816
|
+
*/
|
|
817
|
+
export type RouteWebLinkDeviceType = (typeof RouteWebLinkDeviceType)[keyof typeof RouteWebLinkDeviceType];
|
|
818
|
+
/**
|
|
819
|
+
* @public
|
|
820
|
+
* @enum
|
|
821
|
+
*/
|
|
822
|
+
export declare const RouteRentalBeforeTravelStepType: {
|
|
823
|
+
readonly SETUP: "Setup";
|
|
824
|
+
};
|
|
825
|
+
/**
|
|
826
|
+
* @public
|
|
827
|
+
*/
|
|
828
|
+
export type RouteRentalBeforeTravelStepType = (typeof RouteRentalBeforeTravelStepType)[keyof typeof RouteRentalBeforeTravelStepType];
|
|
829
|
+
/**
|
|
830
|
+
* @public
|
|
831
|
+
* @enum
|
|
832
|
+
*/
|
|
833
|
+
export declare const RouteRentalTravelStepType: {
|
|
834
|
+
readonly ARRIVE: "Arrive";
|
|
835
|
+
readonly CONTINUE: "Continue";
|
|
836
|
+
readonly DEPART: "Depart";
|
|
837
|
+
readonly EXIT: "Exit";
|
|
838
|
+
readonly KEEP: "Keep";
|
|
839
|
+
readonly RAMP: "Ramp";
|
|
840
|
+
readonly ROUNDABOUT_ENTER: "RoundaboutEnter";
|
|
841
|
+
readonly ROUNDABOUT_EXIT: "RoundaboutExit";
|
|
842
|
+
readonly ROUNDABOUT_PASS: "RoundaboutPass";
|
|
843
|
+
readonly TURN: "Turn";
|
|
844
|
+
readonly U_TURN: "UTurn";
|
|
845
|
+
};
|
|
846
|
+
/**
|
|
847
|
+
* @public
|
|
848
|
+
*/
|
|
849
|
+
export type RouteRentalTravelStepType = (typeof RouteRentalTravelStepType)[keyof typeof RouteRentalTravelStepType];
|
|
850
|
+
/**
|
|
851
|
+
* @public
|
|
852
|
+
* @enum
|
|
853
|
+
*/
|
|
854
|
+
export declare const RouteTaxiAfterTravelStepType: {
|
|
855
|
+
readonly PARK: "Park";
|
|
856
|
+
};
|
|
857
|
+
/**
|
|
858
|
+
* @public
|
|
859
|
+
*/
|
|
860
|
+
export type RouteTaxiAfterTravelStepType = (typeof RouteTaxiAfterTravelStepType)[keyof typeof RouteTaxiAfterTravelStepType];
|
|
861
|
+
/**
|
|
862
|
+
* @public
|
|
863
|
+
* @enum
|
|
864
|
+
*/
|
|
865
|
+
export declare const RouteTaxiPlaceType: {
|
|
866
|
+
readonly ACCESS_POINT: "AccessPoint";
|
|
867
|
+
readonly STATION: "Station";
|
|
868
|
+
};
|
|
869
|
+
/**
|
|
870
|
+
* @public
|
|
871
|
+
*/
|
|
872
|
+
export type RouteTaxiPlaceType = (typeof RouteTaxiPlaceType)[keyof typeof RouteTaxiPlaceType];
|
|
873
|
+
/**
|
|
874
|
+
* @public
|
|
875
|
+
* @enum
|
|
876
|
+
*/
|
|
877
|
+
export declare const RouteTaxiBeforeTravelStepType: {
|
|
878
|
+
readonly WAIT: "Wait";
|
|
879
|
+
};
|
|
880
|
+
/**
|
|
881
|
+
* @public
|
|
882
|
+
*/
|
|
883
|
+
export type RouteTaxiBeforeTravelStepType = (typeof RouteTaxiBeforeTravelStepType)[keyof typeof RouteTaxiBeforeTravelStepType];
|
|
884
|
+
/**
|
|
885
|
+
* @public
|
|
886
|
+
* @enum
|
|
887
|
+
*/
|
|
888
|
+
export declare const RouteTaxiNoticeCode: {
|
|
889
|
+
readonly ACCURATE_POLYLINE_UNAVAILABLE: "AccuratePolylineUnavailable";
|
|
890
|
+
readonly OTHER: "Other";
|
|
891
|
+
};
|
|
892
|
+
/**
|
|
893
|
+
* @public
|
|
894
|
+
*/
|
|
895
|
+
export type RouteTaxiNoticeCode = (typeof RouteTaxiNoticeCode)[keyof typeof RouteTaxiNoticeCode];
|
|
896
|
+
/**
|
|
897
|
+
* @public
|
|
898
|
+
* @enum
|
|
899
|
+
*/
|
|
900
|
+
export declare const RouteTaxiTravelStepType: {
|
|
901
|
+
readonly ARRIVE: "Arrive";
|
|
902
|
+
readonly CONTINUE: "Continue";
|
|
903
|
+
readonly DEPART: "Depart";
|
|
904
|
+
readonly EXIT: "Exit";
|
|
905
|
+
readonly KEEP: "Keep";
|
|
906
|
+
readonly RAMP: "Ramp";
|
|
907
|
+
readonly ROUNDABOUT_ENTER: "RoundaboutEnter";
|
|
908
|
+
readonly ROUNDABOUT_EXIT: "RoundaboutExit";
|
|
909
|
+
readonly ROUNDABOUT_PASS: "RoundaboutPass";
|
|
910
|
+
readonly TURN: "Turn";
|
|
911
|
+
readonly U_TURN: "UTurn";
|
|
912
|
+
};
|
|
913
|
+
/**
|
|
914
|
+
* @public
|
|
915
|
+
*/
|
|
916
|
+
export type RouteTaxiTravelStepType = (typeof RouteTaxiTravelStepType)[keyof typeof RouteTaxiTravelStepType];
|
|
917
|
+
/**
|
|
918
|
+
* @public
|
|
919
|
+
* @enum
|
|
920
|
+
*/
|
|
921
|
+
export declare const RouteTransitAfterTravelStepType: {
|
|
922
|
+
readonly DEBOARD: "Deboard";
|
|
923
|
+
};
|
|
924
|
+
/**
|
|
925
|
+
* @public
|
|
926
|
+
*/
|
|
927
|
+
export type RouteTransitAfterTravelStepType = (typeof RouteTransitAfterTravelStepType)[keyof typeof RouteTransitAfterTravelStepType];
|
|
928
|
+
/**
|
|
929
|
+
* @public
|
|
930
|
+
* @enum
|
|
931
|
+
*/
|
|
932
|
+
export declare const RouteTransitPlaceType: {
|
|
933
|
+
readonly STATION: "Station";
|
|
934
|
+
};
|
|
935
|
+
/**
|
|
936
|
+
* @public
|
|
937
|
+
*/
|
|
938
|
+
export type RouteTransitPlaceType = (typeof RouteTransitPlaceType)[keyof typeof RouteTransitPlaceType];
|
|
939
|
+
/**
|
|
940
|
+
* @public
|
|
941
|
+
* @enum
|
|
942
|
+
*/
|
|
943
|
+
export declare const RouteTransitTripStatus: {
|
|
944
|
+
readonly ADDED: "Added";
|
|
945
|
+
readonly CANCELLED: "Cancelled";
|
|
946
|
+
readonly REPLACED: "Replaced";
|
|
947
|
+
readonly SCHEDULED: "Scheduled";
|
|
948
|
+
};
|
|
949
|
+
/**
|
|
950
|
+
* @public
|
|
951
|
+
*/
|
|
952
|
+
export type RouteTransitTripStatus = (typeof RouteTransitTripStatus)[keyof typeof RouteTransitTripStatus];
|
|
953
|
+
/**
|
|
954
|
+
* @public
|
|
955
|
+
* @enum
|
|
956
|
+
*/
|
|
957
|
+
export declare const RouteTransitBeforeTravelStepType: {
|
|
958
|
+
readonly BOARD: "Board";
|
|
959
|
+
};
|
|
960
|
+
/**
|
|
961
|
+
* @public
|
|
962
|
+
*/
|
|
963
|
+
export type RouteTransitBeforeTravelStepType = (typeof RouteTransitBeforeTravelStepType)[keyof typeof RouteTransitBeforeTravelStepType];
|
|
964
|
+
/**
|
|
965
|
+
* @public
|
|
966
|
+
* @enum
|
|
967
|
+
*/
|
|
968
|
+
export declare const RouteTransitIncidentEffect: {
|
|
969
|
+
readonly DELAYED: "Delayed";
|
|
970
|
+
readonly DETOURED: "Detoured";
|
|
971
|
+
readonly OTHER: "Other";
|
|
972
|
+
readonly SERVICE_ADDED: "ServiceAdded";
|
|
973
|
+
readonly SERVICE_CANCELLED: "ServiceCancelled";
|
|
974
|
+
readonly SERVICE_MODIFIED: "ServiceModified";
|
|
975
|
+
readonly SERVICE_REDUCED: "ServiceReduced";
|
|
976
|
+
readonly STOP_MOVED: "StopMoved";
|
|
977
|
+
};
|
|
978
|
+
/**
|
|
979
|
+
* @public
|
|
980
|
+
*/
|
|
981
|
+
export type RouteTransitIncidentEffect = (typeof RouteTransitIncidentEffect)[keyof typeof RouteTransitIncidentEffect];
|
|
982
|
+
/**
|
|
983
|
+
* @public
|
|
984
|
+
* @enum
|
|
985
|
+
*/
|
|
986
|
+
export declare const RouteTransitIncidentType: {
|
|
987
|
+
readonly ACCIDENT: "Accident";
|
|
988
|
+
readonly CONSTRUCTION: "Construction";
|
|
989
|
+
readonly DEMONSTRATION: "Demonstration";
|
|
990
|
+
readonly HOLIDAY: "Holiday";
|
|
991
|
+
readonly MAINTENANCE: "Maintenance";
|
|
992
|
+
readonly MEDICAL_EMERGENCY: "MedicalEmergency";
|
|
993
|
+
readonly OTHER: "Other";
|
|
994
|
+
readonly POLICE_ACTIVITY: "PoliceActivity";
|
|
995
|
+
readonly STRIKE: "Strike";
|
|
996
|
+
readonly TECHNICAL_PROBLEM: "TechnicalProblem";
|
|
997
|
+
readonly WEATHER: "Weather";
|
|
998
|
+
};
|
|
999
|
+
/**
|
|
1000
|
+
* @public
|
|
1001
|
+
*/
|
|
1002
|
+
export type RouteTransitIncidentType = (typeof RouteTransitIncidentType)[keyof typeof RouteTransitIncidentType];
|
|
1003
|
+
/**
|
|
1004
|
+
* @public
|
|
1005
|
+
* @enum
|
|
1006
|
+
*/
|
|
1007
|
+
export declare const RouteTransitIntermediateStopAttribute: {
|
|
1008
|
+
readonly NO_ENTRY: "NoEntry";
|
|
1009
|
+
readonly NO_EXIT: "NoExit";
|
|
1010
|
+
};
|
|
1011
|
+
/**
|
|
1012
|
+
* @public
|
|
1013
|
+
*/
|
|
1014
|
+
export type RouteTransitIntermediateStopAttribute = (typeof RouteTransitIntermediateStopAttribute)[keyof typeof RouteTransitIntermediateStopAttribute];
|
|
1015
|
+
/**
|
|
1016
|
+
* @public
|
|
1017
|
+
* @enum
|
|
1018
|
+
*/
|
|
1019
|
+
export declare const RouteTransitNoticeCode: {
|
|
1020
|
+
readonly ACCURATE_POLYLINE_UNAVAILABLE: "AccuratePolylineUnavailable";
|
|
1021
|
+
readonly INTERMEDIATE_STOPS_UNAVAILABLE: "IntermediateStopsUnavailable";
|
|
1022
|
+
readonly NO_SCHEDULE: "NoSchedule";
|
|
1023
|
+
readonly OTHER: "Other";
|
|
1024
|
+
readonly POTENTIAL_VIOLATED_VEHICLE_RESTRICTION_USAGE: "PotentialViolatedVehicleRestrictionUsage";
|
|
1025
|
+
readonly SCHEDULED_TIMES: "ScheduledTimes";
|
|
1026
|
+
readonly SEASONAL_CLOSURE: "SeasonalClosure";
|
|
1027
|
+
readonly VIOLATED_AVOID_AREAS: "ViolatedAvoidAreas";
|
|
1028
|
+
readonly VIOLATED_AVOID_FERRY: "ViolatedAvoidFerry";
|
|
1029
|
+
readonly VIOLATED_AVOID_RAIL_FERRY: "ViolatedAvoidRailFerry";
|
|
1030
|
+
readonly VIOLATED_EXCLUDED_TRANSIT_MODE: "ViolatedExcludedTransitMode";
|
|
1031
|
+
readonly VIOLATED_VEHICLE_RESTRICTION: "ViolatedVehicleRestriction";
|
|
1032
|
+
};
|
|
1033
|
+
/**
|
|
1034
|
+
* @public
|
|
1035
|
+
*/
|
|
1036
|
+
export type RouteTransitNoticeCode = (typeof RouteTransitNoticeCode)[keyof typeof RouteTransitNoticeCode];
|
|
1037
|
+
/**
|
|
1038
|
+
* @public
|
|
1039
|
+
* @enum
|
|
1040
|
+
*/
|
|
1041
|
+
export declare const RouteTransitTravelStepType: {
|
|
1042
|
+
readonly DEPART: "Depart";
|
|
1043
|
+
};
|
|
1044
|
+
/**
|
|
1045
|
+
* @public
|
|
1046
|
+
*/
|
|
1047
|
+
export type RouteTransitTravelStepType = (typeof RouteTransitTravelStepType)[keyof typeof RouteTransitTravelStepType];
|
|
634
1048
|
/**
|
|
635
1049
|
* @public
|
|
636
1050
|
* @enum
|
|
637
1051
|
*/
|
|
638
1052
|
export declare const RouteLegTravelMode: {
|
|
1053
|
+
readonly AERIAL_TRAMWAY: "AerialTramway";
|
|
1054
|
+
readonly AIRPLANE: "Airplane";
|
|
1055
|
+
readonly BUS: "Bus";
|
|
1056
|
+
readonly BUS_RAPID_TRANSIT: "BusRapidTransit";
|
|
639
1057
|
readonly CAR: "Car";
|
|
640
1058
|
readonly CAR_SHUTTLE_TRAIN: "CarShuttleTrain";
|
|
1059
|
+
readonly CITY_TRAIN: "CityTrain";
|
|
641
1060
|
readonly FERRY: "Ferry";
|
|
1061
|
+
readonly FUNICULAR_RAILWAY: "FunicularRailway";
|
|
1062
|
+
readonly HIGH_SPEED_TRAIN: "HighSpeedTrain";
|
|
1063
|
+
readonly INTERCITY_TRAIN: "IntercityTrain";
|
|
1064
|
+
readonly INTERREGIONAL_TRAIN: "InterregionalTrain";
|
|
1065
|
+
readonly LIGHT_RAIL: "LightRail";
|
|
1066
|
+
readonly MONORAIL: "Monorail";
|
|
642
1067
|
readonly PEDESTRIAN: "Pedestrian";
|
|
1068
|
+
readonly PRIVATE_BUS: "PrivateBus";
|
|
1069
|
+
readonly REGIONAL_TRAIN: "RegionalTrain";
|
|
643
1070
|
readonly SCOOTER: "Scooter";
|
|
1071
|
+
readonly SUBWAY: "Subway";
|
|
644
1072
|
readonly TRUCK: "Truck";
|
|
645
1073
|
};
|
|
646
1074
|
/**
|
|
@@ -654,12 +1082,40 @@ export type RouteLegTravelMode = (typeof RouteLegTravelMode)[keyof typeof RouteL
|
|
|
654
1082
|
export declare const RouteLegType: {
|
|
655
1083
|
readonly FERRY: "Ferry";
|
|
656
1084
|
readonly PEDESTRIAN: "Pedestrian";
|
|
1085
|
+
readonly RENTAL: "Rental";
|
|
1086
|
+
readonly TAXI: "Taxi";
|
|
1087
|
+
readonly TRANSIT: "Transit";
|
|
657
1088
|
readonly VEHICLE: "Vehicle";
|
|
658
1089
|
};
|
|
659
1090
|
/**
|
|
660
1091
|
* @public
|
|
661
1092
|
*/
|
|
662
1093
|
export type RouteLegType = (typeof RouteLegType)[keyof typeof RouteLegType];
|
|
1094
|
+
/**
|
|
1095
|
+
* @public
|
|
1096
|
+
* @enum
|
|
1097
|
+
*/
|
|
1098
|
+
export declare const RouteVehicleAfterTravelStepType: {
|
|
1099
|
+
readonly PARK: "Park";
|
|
1100
|
+
};
|
|
1101
|
+
/**
|
|
1102
|
+
* @public
|
|
1103
|
+
*/
|
|
1104
|
+
export type RouteVehicleAfterTravelStepType = (typeof RouteVehicleAfterTravelStepType)[keyof typeof RouteVehicleAfterTravelStepType];
|
|
1105
|
+
/**
|
|
1106
|
+
* @public
|
|
1107
|
+
* @enum
|
|
1108
|
+
*/
|
|
1109
|
+
export declare const RouteVehiclePlaceType: {
|
|
1110
|
+
readonly ACCESS_POINT: "AccessPoint";
|
|
1111
|
+
readonly DOCKING_STATION: "DockingStation";
|
|
1112
|
+
readonly PARKING_LOT: "ParkingLot";
|
|
1113
|
+
readonly STATION: "Station";
|
|
1114
|
+
};
|
|
1115
|
+
/**
|
|
1116
|
+
* @public
|
|
1117
|
+
*/
|
|
1118
|
+
export type RouteVehiclePlaceType = (typeof RouteVehiclePlaceType)[keyof typeof RouteVehiclePlaceType];
|
|
663
1119
|
/**
|
|
664
1120
|
* @public
|
|
665
1121
|
* @enum
|