@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
|
@@ -53,12 +53,16 @@ export declare var RoadSnapTrailerOptions$: StaticStructureSchema;
|
|
|
53
53
|
export declare var RoadSnapTravelModeOptions$: StaticStructureSchema;
|
|
54
54
|
export declare var RoadSnapTruckOptions$: StaticStructureSchema;
|
|
55
55
|
export declare var Route$: StaticStructureSchema;
|
|
56
|
+
export declare var RouteAccessibilityAvailabilityDetails$: StaticStructureSchema;
|
|
57
|
+
export declare var RouteAccessPointDetails$: StaticStructureSchema;
|
|
56
58
|
export declare var RouteAllowOptions$: StaticStructureSchema;
|
|
59
|
+
export declare var RouteAttribution$: StaticStructureSchema;
|
|
57
60
|
export declare var RouteAvoidanceArea$: StaticStructureSchema;
|
|
58
61
|
export declare var RouteAvoidanceAreaGeometry$: StaticStructureSchema;
|
|
59
62
|
export declare var RouteAvoidanceOptions$: StaticStructureSchema;
|
|
60
63
|
export declare var RouteAvoidanceZoneCategory$: StaticStructureSchema;
|
|
61
64
|
export declare var RouteCarOptions$: StaticStructureSchema;
|
|
65
|
+
export declare var RouteChargeStepDetails$: StaticStructureSchema;
|
|
62
66
|
export declare var RouteContinueHighwayStepDetails$: StaticStructureSchema;
|
|
63
67
|
export declare var RouteContinueStepDetails$: StaticStructureSchema;
|
|
64
68
|
export declare var RouteDestinationOptions$: StaticStructureSchema;
|
|
@@ -80,6 +84,12 @@ export declare var RouteFerrySpan$: StaticStructureSchema;
|
|
|
80
84
|
export declare var RouteFerrySummary$: StaticStructureSchema;
|
|
81
85
|
export declare var RouteFerryTravelOnlySummary$: StaticStructureSchema;
|
|
82
86
|
export declare var RouteFerryTravelStep$: StaticStructureSchema;
|
|
87
|
+
export declare var RouteIntermodalOptions$: StaticStructureSchema;
|
|
88
|
+
export declare var RouteIntermodalPedestrianOptions$: StaticStructureSchema;
|
|
89
|
+
export declare var RouteIntermodalRentalOptions$: StaticStructureSchema;
|
|
90
|
+
export declare var RouteIntermodalTaxiOptions$: StaticStructureSchema;
|
|
91
|
+
export declare var RouteIntermodalTransitOptions$: StaticStructureSchema;
|
|
92
|
+
export declare var RouteIntermodalVehicleOptions$: StaticStructureSchema;
|
|
83
93
|
export declare var RouteKeepStepDetails$: StaticStructureSchema;
|
|
84
94
|
export declare var RouteLeg$: StaticStructureSchema;
|
|
85
95
|
export declare var RouteLegGeometry$: StaticStructureSchema;
|
|
@@ -113,6 +123,7 @@ export declare var RouteNumber$: StaticStructureSchema;
|
|
|
113
123
|
export declare var RouteOriginOptions$: StaticStructureSchema;
|
|
114
124
|
export declare var RoutePassThroughPlace$: StaticStructureSchema;
|
|
115
125
|
export declare var RoutePassThroughWaypoint$: StaticStructureSchema;
|
|
126
|
+
export declare var RoutePedestrianAfterTravelStep$: StaticStructureSchema;
|
|
116
127
|
export declare var RoutePedestrianArrival$: StaticStructureSchema;
|
|
117
128
|
export declare var RoutePedestrianDeparture$: StaticStructureSchema;
|
|
118
129
|
export declare var RoutePedestrianLegDetails$: StaticStructureSchema;
|
|
@@ -125,6 +136,18 @@ export declare var RoutePedestrianSummary$: StaticStructureSchema;
|
|
|
125
136
|
export declare var RoutePedestrianTravelOnlySummary$: StaticStructureSchema;
|
|
126
137
|
export declare var RoutePedestrianTravelStep$: StaticStructureSchema;
|
|
127
138
|
export declare var RouteRampStepDetails$: StaticStructureSchema;
|
|
139
|
+
export declare var RouteRentalAfterTravelStep$: StaticStructureSchema;
|
|
140
|
+
export declare var RouteRentalAgency$: StaticStructureSchema;
|
|
141
|
+
export declare var RouteRentalArrival$: StaticStructureSchema;
|
|
142
|
+
export declare var RouteRentalBeforeTravelStep$: StaticStructureSchema;
|
|
143
|
+
export declare var RouteRentalDeparture$: StaticStructureSchema;
|
|
144
|
+
export declare var RouteRentalLegDetails$: StaticStructureSchema;
|
|
145
|
+
export declare var RouteRentalOverviewSummary$: StaticStructureSchema;
|
|
146
|
+
export declare var RouteRentalPlace$: StaticStructureSchema;
|
|
147
|
+
export declare var RouteRentalSummary$: StaticStructureSchema;
|
|
148
|
+
export declare var RouteRentalTransportModeDetails$: StaticStructureSchema;
|
|
149
|
+
export declare var RouteRentalTravelOnlySummary$: StaticStructureSchema;
|
|
150
|
+
export declare var RouteRentalTravelStep$: StaticStructureSchema;
|
|
128
151
|
export declare var RouteResponseNotice$: StaticStructureSchema;
|
|
129
152
|
export declare var RouteRoad$: StaticStructureSchema;
|
|
130
153
|
export declare var RouteRoundaboutEnterStepDetails$: StaticStructureSchema;
|
|
@@ -136,7 +159,21 @@ export declare var RouteSignpost$: StaticStructureSchema;
|
|
|
136
159
|
export declare var RouteSignpostLabel$: StaticStructureSchema;
|
|
137
160
|
export declare var RouteSpanDynamicSpeedDetails$: StaticStructureSchema;
|
|
138
161
|
export declare var RouteSpanSpeedLimitDetails$: StaticStructureSchema;
|
|
162
|
+
export declare var RouteStationDetails$: StaticStructureSchema;
|
|
139
163
|
export declare var RouteSummary$: StaticStructureSchema;
|
|
164
|
+
export declare var RouteTaxiAfterTravelStep$: StaticStructureSchema;
|
|
165
|
+
export declare var RouteTaxiAgency$: StaticStructureSchema;
|
|
166
|
+
export declare var RouteTaxiArrival$: StaticStructureSchema;
|
|
167
|
+
export declare var RouteTaxiBeforeTravelStep$: StaticStructureSchema;
|
|
168
|
+
export declare var RouteTaxiDeparture$: StaticStructureSchema;
|
|
169
|
+
export declare var RouteTaxiLegDetails$: StaticStructureSchema;
|
|
170
|
+
export declare var RouteTaxiNotice$: StaticStructureSchema;
|
|
171
|
+
export declare var RouteTaxiOverviewSummary$: StaticStructureSchema;
|
|
172
|
+
export declare var RouteTaxiPlace$: StaticStructureSchema;
|
|
173
|
+
export declare var RouteTaxiSummary$: StaticStructureSchema;
|
|
174
|
+
export declare var RouteTaxiTransportModeDetails$: StaticStructureSchema;
|
|
175
|
+
export declare var RouteTaxiTravelOnlySummary$: StaticStructureSchema;
|
|
176
|
+
export declare var RouteTaxiTravelStep$: StaticStructureSchema;
|
|
140
177
|
export declare var RouteToll$: StaticStructureSchema;
|
|
141
178
|
export declare var RouteTollOptions$: StaticStructureSchema;
|
|
142
179
|
export declare var RouteTollPass$: StaticStructureSchema;
|
|
@@ -150,11 +187,31 @@ export declare var RouteTollSummary$: StaticStructureSchema;
|
|
|
150
187
|
export declare var RouteTollSystem$: StaticStructureSchema;
|
|
151
188
|
export declare var RouteTrafficOptions$: StaticStructureSchema;
|
|
152
189
|
export declare var RouteTrailerOptions$: StaticStructureSchema;
|
|
190
|
+
export declare var RouteTransitAfterTravelStep$: StaticStructureSchema;
|
|
191
|
+
export declare var RouteTransitAgency$: StaticStructureSchema;
|
|
192
|
+
export declare var RouteTransitArrival$: StaticStructureSchema;
|
|
193
|
+
export declare var RouteTransitBeforeTravelStep$: StaticStructureSchema;
|
|
194
|
+
export declare var RouteTransitDeparture$: StaticStructureSchema;
|
|
195
|
+
export declare var RouteTransitIncident$: StaticStructureSchema;
|
|
196
|
+
export declare var RouteTransitIntermediateStop$: StaticStructureSchema;
|
|
197
|
+
export declare var RouteTransitLegDetails$: StaticStructureSchema;
|
|
198
|
+
export declare var RouteTransitNextDeparture$: StaticStructureSchema;
|
|
199
|
+
export declare var RouteTransitNotice$: StaticStructureSchema;
|
|
200
|
+
export declare var RouteTransitOptions$: StaticStructureSchema;
|
|
201
|
+
export declare var RouteTransitOverviewSummary$: StaticStructureSchema;
|
|
202
|
+
export declare var RouteTransitPedestrianOptions$: StaticStructureSchema;
|
|
203
|
+
export declare var RouteTransitPlace$: StaticStructureSchema;
|
|
204
|
+
export declare var RouteTransitSpan$: StaticStructureSchema;
|
|
205
|
+
export declare var RouteTransitSummary$: StaticStructureSchema;
|
|
206
|
+
export declare var RouteTransitTransportModeDetails$: StaticStructureSchema;
|
|
207
|
+
export declare var RouteTransitTravelOnlySummary$: StaticStructureSchema;
|
|
208
|
+
export declare var RouteTransitTravelStep$: StaticStructureSchema;
|
|
153
209
|
export declare var RouteTransponder$: StaticStructureSchema;
|
|
154
210
|
export declare var RouteTravelModeOptions$: StaticStructureSchema;
|
|
155
211
|
export declare var RouteTruckOptions$: StaticStructureSchema;
|
|
156
212
|
export declare var RouteTurnStepDetails$: StaticStructureSchema;
|
|
157
213
|
export declare var RouteUTurnStepDetails$: StaticStructureSchema;
|
|
214
|
+
export declare var RouteVehicleAfterTravelStep$: StaticStructureSchema;
|
|
158
215
|
export declare var RouteVehicleArrival$: StaticStructureSchema;
|
|
159
216
|
export declare var RouteVehicleDeparture$: StaticStructureSchema;
|
|
160
217
|
export declare var RouteVehicleIncident$: StaticStructureSchema;
|
|
@@ -170,6 +227,7 @@ export declare var RouteVehicleTravelOnlySummary$: StaticStructureSchema;
|
|
|
170
227
|
export declare var RouteVehicleTravelStep$: StaticStructureSchema;
|
|
171
228
|
export declare var RouteViolatedConstraints$: StaticStructureSchema;
|
|
172
229
|
export declare var RouteWaypoint$: StaticStructureSchema;
|
|
230
|
+
export declare var RouteWebLink$: StaticStructureSchema;
|
|
173
231
|
export declare var RouteWeightConstraint$: StaticStructureSchema;
|
|
174
232
|
export declare var RouteZone$: StaticStructureSchema;
|
|
175
233
|
export declare var SnapToRoadsRequest$: StaticStructureSchema;
|
|
@@ -152,8 +152,11 @@ export declare const MeasurementSystem: {
|
|
|
152
152
|
export type MeasurementSystem =
|
|
153
153
|
(typeof MeasurementSystem)[keyof typeof MeasurementSystem];
|
|
154
154
|
export declare const RouteLegAdditionalFeature: {
|
|
155
|
+
readonly BOOKINGS: "Bookings";
|
|
155
156
|
readonly ELEVATION: "Elevation";
|
|
156
157
|
readonly INCIDENTS: "Incidents";
|
|
158
|
+
readonly INTERMEDIATE_STOPS: "IntermediateStops";
|
|
159
|
+
readonly NEXT_DEPARTURES: "NextDepartures";
|
|
157
160
|
readonly PASS_THROUGH_WAYPOINTS: "PassThroughWaypoints";
|
|
158
161
|
readonly SUMMARY: "Summary";
|
|
159
162
|
readonly TOLLS: "Tolls";
|
|
@@ -199,8 +202,10 @@ export type RouteTollVehicleCategory =
|
|
|
199
202
|
(typeof RouteTollVehicleCategory)[keyof typeof RouteTollVehicleCategory];
|
|
200
203
|
export declare const RouteTravelMode: {
|
|
201
204
|
readonly CAR: "Car";
|
|
205
|
+
readonly INTERMODAL: "Intermodal";
|
|
202
206
|
readonly PEDESTRIAN: "Pedestrian";
|
|
203
207
|
readonly SCOOTER: "Scooter";
|
|
208
|
+
readonly TRANSIT: "Transit";
|
|
204
209
|
readonly TRUCK: "Truck";
|
|
205
210
|
};
|
|
206
211
|
export type RouteTravelMode =
|
|
@@ -212,6 +217,56 @@ export declare const RouteEngineType: {
|
|
|
212
217
|
};
|
|
213
218
|
export type RouteEngineType =
|
|
214
219
|
(typeof RouteEngineType)[keyof typeof RouteEngineType];
|
|
220
|
+
export declare const RouteAccessibilityAttribute: {
|
|
221
|
+
readonly WHEELCHAIR: "Wheelchair";
|
|
222
|
+
};
|
|
223
|
+
export type RouteAccessibilityAttribute =
|
|
224
|
+
(typeof RouteAccessibilityAttribute)[keyof typeof RouteAccessibilityAttribute];
|
|
225
|
+
export declare const RouteRentalMode: {
|
|
226
|
+
readonly ALL: "All";
|
|
227
|
+
readonly CAR: "Car";
|
|
228
|
+
};
|
|
229
|
+
export type RouteRentalMode =
|
|
230
|
+
(typeof RouteRentalMode)[keyof typeof RouteRentalMode];
|
|
231
|
+
export declare const RouteIntermodalEnabledLegs: {
|
|
232
|
+
readonly ENTIRE_ROUTE: "EntireRoute";
|
|
233
|
+
readonly FIRST_LEG: "FirstLeg";
|
|
234
|
+
readonly LAST_LEG: "LastLeg";
|
|
235
|
+
readonly NONE: "None";
|
|
236
|
+
};
|
|
237
|
+
export type RouteIntermodalEnabledLegs =
|
|
238
|
+
(typeof RouteIntermodalEnabledLegs)[keyof typeof RouteIntermodalEnabledLegs];
|
|
239
|
+
export declare const RouteTaxiMode: {
|
|
240
|
+
readonly ALL: "All";
|
|
241
|
+
readonly CAR: "Car";
|
|
242
|
+
};
|
|
243
|
+
export type RouteTaxiMode = (typeof RouteTaxiMode)[keyof typeof RouteTaxiMode];
|
|
244
|
+
export declare const RouteTransitMode: {
|
|
245
|
+
readonly AERIAL_TRAMWAY: "AerialTramway";
|
|
246
|
+
readonly AIRPLANE: "Airplane";
|
|
247
|
+
readonly ALL: "All";
|
|
248
|
+
readonly BUS: "Bus";
|
|
249
|
+
readonly BUS_RAPID_TRANSIT: "BusRapidTransit";
|
|
250
|
+
readonly CITY_TRAIN: "CityTrain";
|
|
251
|
+
readonly FERRY: "Ferry";
|
|
252
|
+
readonly FUNICULAR_RAILWAY: "FunicularRailway";
|
|
253
|
+
readonly HIGH_SPEED_TRAIN: "HighSpeedTrain";
|
|
254
|
+
readonly INTERCITY_TRAIN: "IntercityTrain";
|
|
255
|
+
readonly INTERREGIONAL_TRAIN: "InterregionalTrain";
|
|
256
|
+
readonly LIGHT_RAIL: "LightRail";
|
|
257
|
+
readonly MONORAIL: "Monorail";
|
|
258
|
+
readonly PRIVATE_BUS: "PrivateBus";
|
|
259
|
+
readonly REGIONAL_TRAIN: "RegionalTrain";
|
|
260
|
+
readonly SUBWAY: "Subway";
|
|
261
|
+
};
|
|
262
|
+
export type RouteTransitMode =
|
|
263
|
+
(typeof RouteTransitMode)[keyof typeof RouteTransitMode];
|
|
264
|
+
export declare const RouteVehicleMode: {
|
|
265
|
+
readonly ALL: "All";
|
|
266
|
+
readonly CAR: "Car";
|
|
267
|
+
};
|
|
268
|
+
export type RouteVehicleMode =
|
|
269
|
+
(typeof RouteVehicleMode)[keyof typeof RouteVehicleMode];
|
|
215
270
|
export declare const RouteHazardousCargoType: {
|
|
216
271
|
readonly COMBUSTIBLE: "Combustible";
|
|
217
272
|
readonly CORROSIVE: "Corrosive";
|
|
@@ -242,7 +297,10 @@ export type RouteTravelStepType =
|
|
|
242
297
|
(typeof RouteTravelStepType)[keyof typeof RouteTravelStepType];
|
|
243
298
|
export declare const RouteResponseNoticeCode: {
|
|
244
299
|
readonly MAIN_LANGUAGE_NOT_FOUND: "MainLanguageNotFound";
|
|
300
|
+
readonly NO_TRANSIT_STATIONS_FOUND: "NoTransitStationsFound";
|
|
245
301
|
readonly OTHER: "Other";
|
|
302
|
+
readonly TRANSIT_DATA_UNAVAILABLE: "TransitDataUnavailable";
|
|
303
|
+
readonly TRANSIT_ROUTE_UNAVAILABLE: "TransitRouteUnavailable";
|
|
246
304
|
readonly TRAVEL_TIME_EXCEEDS_DRIVER_WORK_HOURS: "TravelTimeExceedsDriverWorkHours";
|
|
247
305
|
};
|
|
248
306
|
export type RouteResponseNoticeCode =
|
|
@@ -283,12 +341,33 @@ export declare const RouteFerryTravelStepType: {
|
|
|
283
341
|
};
|
|
284
342
|
export type RouteFerryTravelStepType =
|
|
285
343
|
(typeof RouteFerryTravelStepType)[keyof typeof RouteFerryTravelStepType];
|
|
344
|
+
export declare const RoutePedestrianAfterTravelStepType: {
|
|
345
|
+
readonly WAIT: "Wait";
|
|
346
|
+
};
|
|
347
|
+
export type RoutePedestrianAfterTravelStepType =
|
|
348
|
+
(typeof RoutePedestrianAfterTravelStepType)[keyof typeof RoutePedestrianAfterTravelStepType];
|
|
349
|
+
export declare const RouteAccessibilityAvailability: {
|
|
350
|
+
readonly AVAILABLE: "Available";
|
|
351
|
+
readonly LIMITED: "Limited";
|
|
352
|
+
readonly UNAVAILABLE: "Unavailable";
|
|
353
|
+
readonly UNKNOWN: "Unknown";
|
|
354
|
+
};
|
|
355
|
+
export type RouteAccessibilityAvailability =
|
|
356
|
+
(typeof RouteAccessibilityAvailability)[keyof typeof RouteAccessibilityAvailability];
|
|
286
357
|
export declare const RouteSideOfStreet: {
|
|
287
358
|
readonly LEFT: "Left";
|
|
288
359
|
readonly RIGHT: "Right";
|
|
289
360
|
};
|
|
290
361
|
export type RouteSideOfStreet =
|
|
291
362
|
(typeof RouteSideOfStreet)[keyof typeof RouteSideOfStreet];
|
|
363
|
+
export declare const RoutePedestrianPlaceType: {
|
|
364
|
+
readonly ACCESS_POINT: "AccessPoint";
|
|
365
|
+
readonly DOCKING_STATION: "DockingStation";
|
|
366
|
+
readonly PARKING_LOT: "ParkingLot";
|
|
367
|
+
readonly STATION: "Station";
|
|
368
|
+
};
|
|
369
|
+
export type RoutePedestrianPlaceType =
|
|
370
|
+
(typeof RoutePedestrianPlaceType)[keyof typeof RoutePedestrianPlaceType];
|
|
292
371
|
export declare const RoutePedestrianNoticeCode: {
|
|
293
372
|
readonly ACCURATE_POLYLINE_UNAVAILABLE: "AccuratePolylineUnavailable";
|
|
294
373
|
readonly OTHER: "Other";
|
|
@@ -365,12 +444,186 @@ export declare const RoutePedestrianTravelStepType: {
|
|
|
365
444
|
};
|
|
366
445
|
export type RoutePedestrianTravelStepType =
|
|
367
446
|
(typeof RoutePedestrianTravelStepType)[keyof typeof RoutePedestrianTravelStepType];
|
|
447
|
+
export declare const RouteRentalAfterTravelStepType: {
|
|
448
|
+
readonly PARK: "Park";
|
|
449
|
+
};
|
|
450
|
+
export type RouteRentalAfterTravelStepType =
|
|
451
|
+
(typeof RouteRentalAfterTravelStepType)[keyof typeof RouteRentalAfterTravelStepType];
|
|
452
|
+
export declare const RouteRentalPlaceType: {
|
|
453
|
+
readonly ACCESS_POINT: "AccessPoint";
|
|
454
|
+
readonly DOCKING_STATION: "DockingStation";
|
|
455
|
+
readonly PARKING_LOT: "ParkingLot";
|
|
456
|
+
readonly STATION: "Station";
|
|
457
|
+
};
|
|
458
|
+
export type RouteRentalPlaceType =
|
|
459
|
+
(typeof RouteRentalPlaceType)[keyof typeof RouteRentalPlaceType];
|
|
460
|
+
export declare const RouteAttributionType: {
|
|
461
|
+
readonly DISCLAIMER: "Disclaimer";
|
|
462
|
+
readonly TARIFF: "Tariff";
|
|
463
|
+
};
|
|
464
|
+
export type RouteAttributionType =
|
|
465
|
+
(typeof RouteAttributionType)[keyof typeof RouteAttributionType];
|
|
466
|
+
export declare const RouteWebLinkDeviceType: {
|
|
467
|
+
readonly ANDROID: "Android";
|
|
468
|
+
readonly IOS: "Ios";
|
|
469
|
+
readonly WEB: "Web";
|
|
470
|
+
};
|
|
471
|
+
export type RouteWebLinkDeviceType =
|
|
472
|
+
(typeof RouteWebLinkDeviceType)[keyof typeof RouteWebLinkDeviceType];
|
|
473
|
+
export declare const RouteRentalBeforeTravelStepType: {
|
|
474
|
+
readonly SETUP: "Setup";
|
|
475
|
+
};
|
|
476
|
+
export type RouteRentalBeforeTravelStepType =
|
|
477
|
+
(typeof RouteRentalBeforeTravelStepType)[keyof typeof RouteRentalBeforeTravelStepType];
|
|
478
|
+
export declare const RouteRentalTravelStepType: {
|
|
479
|
+
readonly ARRIVE: "Arrive";
|
|
480
|
+
readonly CONTINUE: "Continue";
|
|
481
|
+
readonly DEPART: "Depart";
|
|
482
|
+
readonly EXIT: "Exit";
|
|
483
|
+
readonly KEEP: "Keep";
|
|
484
|
+
readonly RAMP: "Ramp";
|
|
485
|
+
readonly ROUNDABOUT_ENTER: "RoundaboutEnter";
|
|
486
|
+
readonly ROUNDABOUT_EXIT: "RoundaboutExit";
|
|
487
|
+
readonly ROUNDABOUT_PASS: "RoundaboutPass";
|
|
488
|
+
readonly TURN: "Turn";
|
|
489
|
+
readonly U_TURN: "UTurn";
|
|
490
|
+
};
|
|
491
|
+
export type RouteRentalTravelStepType =
|
|
492
|
+
(typeof RouteRentalTravelStepType)[keyof typeof RouteRentalTravelStepType];
|
|
493
|
+
export declare const RouteTaxiAfterTravelStepType: {
|
|
494
|
+
readonly PARK: "Park";
|
|
495
|
+
};
|
|
496
|
+
export type RouteTaxiAfterTravelStepType =
|
|
497
|
+
(typeof RouteTaxiAfterTravelStepType)[keyof typeof RouteTaxiAfterTravelStepType];
|
|
498
|
+
export declare const RouteTaxiPlaceType: {
|
|
499
|
+
readonly ACCESS_POINT: "AccessPoint";
|
|
500
|
+
readonly STATION: "Station";
|
|
501
|
+
};
|
|
502
|
+
export type RouteTaxiPlaceType =
|
|
503
|
+
(typeof RouteTaxiPlaceType)[keyof typeof RouteTaxiPlaceType];
|
|
504
|
+
export declare const RouteTaxiBeforeTravelStepType: {
|
|
505
|
+
readonly WAIT: "Wait";
|
|
506
|
+
};
|
|
507
|
+
export type RouteTaxiBeforeTravelStepType =
|
|
508
|
+
(typeof RouteTaxiBeforeTravelStepType)[keyof typeof RouteTaxiBeforeTravelStepType];
|
|
509
|
+
export declare const RouteTaxiNoticeCode: {
|
|
510
|
+
readonly ACCURATE_POLYLINE_UNAVAILABLE: "AccuratePolylineUnavailable";
|
|
511
|
+
readonly OTHER: "Other";
|
|
512
|
+
};
|
|
513
|
+
export type RouteTaxiNoticeCode =
|
|
514
|
+
(typeof RouteTaxiNoticeCode)[keyof typeof RouteTaxiNoticeCode];
|
|
515
|
+
export declare const RouteTaxiTravelStepType: {
|
|
516
|
+
readonly ARRIVE: "Arrive";
|
|
517
|
+
readonly CONTINUE: "Continue";
|
|
518
|
+
readonly DEPART: "Depart";
|
|
519
|
+
readonly EXIT: "Exit";
|
|
520
|
+
readonly KEEP: "Keep";
|
|
521
|
+
readonly RAMP: "Ramp";
|
|
522
|
+
readonly ROUNDABOUT_ENTER: "RoundaboutEnter";
|
|
523
|
+
readonly ROUNDABOUT_EXIT: "RoundaboutExit";
|
|
524
|
+
readonly ROUNDABOUT_PASS: "RoundaboutPass";
|
|
525
|
+
readonly TURN: "Turn";
|
|
526
|
+
readonly U_TURN: "UTurn";
|
|
527
|
+
};
|
|
528
|
+
export type RouteTaxiTravelStepType =
|
|
529
|
+
(typeof RouteTaxiTravelStepType)[keyof typeof RouteTaxiTravelStepType];
|
|
530
|
+
export declare const RouteTransitAfterTravelStepType: {
|
|
531
|
+
readonly DEBOARD: "Deboard";
|
|
532
|
+
};
|
|
533
|
+
export type RouteTransitAfterTravelStepType =
|
|
534
|
+
(typeof RouteTransitAfterTravelStepType)[keyof typeof RouteTransitAfterTravelStepType];
|
|
535
|
+
export declare const RouteTransitPlaceType: {
|
|
536
|
+
readonly STATION: "Station";
|
|
537
|
+
};
|
|
538
|
+
export type RouteTransitPlaceType =
|
|
539
|
+
(typeof RouteTransitPlaceType)[keyof typeof RouteTransitPlaceType];
|
|
540
|
+
export declare const RouteTransitTripStatus: {
|
|
541
|
+
readonly ADDED: "Added";
|
|
542
|
+
readonly CANCELLED: "Cancelled";
|
|
543
|
+
readonly REPLACED: "Replaced";
|
|
544
|
+
readonly SCHEDULED: "Scheduled";
|
|
545
|
+
};
|
|
546
|
+
export type RouteTransitTripStatus =
|
|
547
|
+
(typeof RouteTransitTripStatus)[keyof typeof RouteTransitTripStatus];
|
|
548
|
+
export declare const RouteTransitBeforeTravelStepType: {
|
|
549
|
+
readonly BOARD: "Board";
|
|
550
|
+
};
|
|
551
|
+
export type RouteTransitBeforeTravelStepType =
|
|
552
|
+
(typeof RouteTransitBeforeTravelStepType)[keyof typeof RouteTransitBeforeTravelStepType];
|
|
553
|
+
export declare const RouteTransitIncidentEffect: {
|
|
554
|
+
readonly DELAYED: "Delayed";
|
|
555
|
+
readonly DETOURED: "Detoured";
|
|
556
|
+
readonly OTHER: "Other";
|
|
557
|
+
readonly SERVICE_ADDED: "ServiceAdded";
|
|
558
|
+
readonly SERVICE_CANCELLED: "ServiceCancelled";
|
|
559
|
+
readonly SERVICE_MODIFIED: "ServiceModified";
|
|
560
|
+
readonly SERVICE_REDUCED: "ServiceReduced";
|
|
561
|
+
readonly STOP_MOVED: "StopMoved";
|
|
562
|
+
};
|
|
563
|
+
export type RouteTransitIncidentEffect =
|
|
564
|
+
(typeof RouteTransitIncidentEffect)[keyof typeof RouteTransitIncidentEffect];
|
|
565
|
+
export declare const RouteTransitIncidentType: {
|
|
566
|
+
readonly ACCIDENT: "Accident";
|
|
567
|
+
readonly CONSTRUCTION: "Construction";
|
|
568
|
+
readonly DEMONSTRATION: "Demonstration";
|
|
569
|
+
readonly HOLIDAY: "Holiday";
|
|
570
|
+
readonly MAINTENANCE: "Maintenance";
|
|
571
|
+
readonly MEDICAL_EMERGENCY: "MedicalEmergency";
|
|
572
|
+
readonly OTHER: "Other";
|
|
573
|
+
readonly POLICE_ACTIVITY: "PoliceActivity";
|
|
574
|
+
readonly STRIKE: "Strike";
|
|
575
|
+
readonly TECHNICAL_PROBLEM: "TechnicalProblem";
|
|
576
|
+
readonly WEATHER: "Weather";
|
|
577
|
+
};
|
|
578
|
+
export type RouteTransitIncidentType =
|
|
579
|
+
(typeof RouteTransitIncidentType)[keyof typeof RouteTransitIncidentType];
|
|
580
|
+
export declare const RouteTransitIntermediateStopAttribute: {
|
|
581
|
+
readonly NO_ENTRY: "NoEntry";
|
|
582
|
+
readonly NO_EXIT: "NoExit";
|
|
583
|
+
};
|
|
584
|
+
export type RouteTransitIntermediateStopAttribute =
|
|
585
|
+
(typeof RouteTransitIntermediateStopAttribute)[keyof typeof RouteTransitIntermediateStopAttribute];
|
|
586
|
+
export declare const RouteTransitNoticeCode: {
|
|
587
|
+
readonly ACCURATE_POLYLINE_UNAVAILABLE: "AccuratePolylineUnavailable";
|
|
588
|
+
readonly INTERMEDIATE_STOPS_UNAVAILABLE: "IntermediateStopsUnavailable";
|
|
589
|
+
readonly NO_SCHEDULE: "NoSchedule";
|
|
590
|
+
readonly OTHER: "Other";
|
|
591
|
+
readonly POTENTIAL_VIOLATED_VEHICLE_RESTRICTION_USAGE: "PotentialViolatedVehicleRestrictionUsage";
|
|
592
|
+
readonly SCHEDULED_TIMES: "ScheduledTimes";
|
|
593
|
+
readonly SEASONAL_CLOSURE: "SeasonalClosure";
|
|
594
|
+
readonly VIOLATED_AVOID_AREAS: "ViolatedAvoidAreas";
|
|
595
|
+
readonly VIOLATED_AVOID_FERRY: "ViolatedAvoidFerry";
|
|
596
|
+
readonly VIOLATED_AVOID_RAIL_FERRY: "ViolatedAvoidRailFerry";
|
|
597
|
+
readonly VIOLATED_EXCLUDED_TRANSIT_MODE: "ViolatedExcludedTransitMode";
|
|
598
|
+
readonly VIOLATED_VEHICLE_RESTRICTION: "ViolatedVehicleRestriction";
|
|
599
|
+
};
|
|
600
|
+
export type RouteTransitNoticeCode =
|
|
601
|
+
(typeof RouteTransitNoticeCode)[keyof typeof RouteTransitNoticeCode];
|
|
602
|
+
export declare const RouteTransitTravelStepType: {
|
|
603
|
+
readonly DEPART: "Depart";
|
|
604
|
+
};
|
|
605
|
+
export type RouteTransitTravelStepType =
|
|
606
|
+
(typeof RouteTransitTravelStepType)[keyof typeof RouteTransitTravelStepType];
|
|
368
607
|
export declare const RouteLegTravelMode: {
|
|
608
|
+
readonly AERIAL_TRAMWAY: "AerialTramway";
|
|
609
|
+
readonly AIRPLANE: "Airplane";
|
|
610
|
+
readonly BUS: "Bus";
|
|
611
|
+
readonly BUS_RAPID_TRANSIT: "BusRapidTransit";
|
|
369
612
|
readonly CAR: "Car";
|
|
370
613
|
readonly CAR_SHUTTLE_TRAIN: "CarShuttleTrain";
|
|
614
|
+
readonly CITY_TRAIN: "CityTrain";
|
|
371
615
|
readonly FERRY: "Ferry";
|
|
616
|
+
readonly FUNICULAR_RAILWAY: "FunicularRailway";
|
|
617
|
+
readonly HIGH_SPEED_TRAIN: "HighSpeedTrain";
|
|
618
|
+
readonly INTERCITY_TRAIN: "IntercityTrain";
|
|
619
|
+
readonly INTERREGIONAL_TRAIN: "InterregionalTrain";
|
|
620
|
+
readonly LIGHT_RAIL: "LightRail";
|
|
621
|
+
readonly MONORAIL: "Monorail";
|
|
372
622
|
readonly PEDESTRIAN: "Pedestrian";
|
|
623
|
+
readonly PRIVATE_BUS: "PrivateBus";
|
|
624
|
+
readonly REGIONAL_TRAIN: "RegionalTrain";
|
|
373
625
|
readonly SCOOTER: "Scooter";
|
|
626
|
+
readonly SUBWAY: "Subway";
|
|
374
627
|
readonly TRUCK: "Truck";
|
|
375
628
|
};
|
|
376
629
|
export type RouteLegTravelMode =
|
|
@@ -378,9 +631,25 @@ export type RouteLegTravelMode =
|
|
|
378
631
|
export declare const RouteLegType: {
|
|
379
632
|
readonly FERRY: "Ferry";
|
|
380
633
|
readonly PEDESTRIAN: "Pedestrian";
|
|
634
|
+
readonly RENTAL: "Rental";
|
|
635
|
+
readonly TAXI: "Taxi";
|
|
636
|
+
readonly TRANSIT: "Transit";
|
|
381
637
|
readonly VEHICLE: "Vehicle";
|
|
382
638
|
};
|
|
383
639
|
export type RouteLegType = (typeof RouteLegType)[keyof typeof RouteLegType];
|
|
640
|
+
export declare const RouteVehicleAfterTravelStepType: {
|
|
641
|
+
readonly PARK: "Park";
|
|
642
|
+
};
|
|
643
|
+
export type RouteVehicleAfterTravelStepType =
|
|
644
|
+
(typeof RouteVehicleAfterTravelStepType)[keyof typeof RouteVehicleAfterTravelStepType];
|
|
645
|
+
export declare const RouteVehiclePlaceType: {
|
|
646
|
+
readonly ACCESS_POINT: "AccessPoint";
|
|
647
|
+
readonly DOCKING_STATION: "DockingStation";
|
|
648
|
+
readonly PARKING_LOT: "ParkingLot";
|
|
649
|
+
readonly STATION: "Station";
|
|
650
|
+
};
|
|
651
|
+
export type RouteVehiclePlaceType =
|
|
652
|
+
(typeof RouteVehiclePlaceType)[keyof typeof RouteVehiclePlaceType];
|
|
384
653
|
export declare const RouteVehicleIncidentSeverity: {
|
|
385
654
|
readonly CRITICAL: "Critical";
|
|
386
655
|
readonly HIGH: "High";
|