@aws-sdk/client-geo-routes 3.683.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/LICENSE +201 -0
- package/README.md +265 -0
- package/dist-cjs/GeoRoutes.js +21 -0
- package/dist-cjs/GeoRoutesClient.js +50 -0
- package/dist-cjs/auth/httpAuthExtensionConfiguration.js +43 -0
- package/dist-cjs/auth/httpAuthSchemeProvider.js +47 -0
- package/dist-cjs/commands/CalculateIsolinesCommand.js +27 -0
- package/dist-cjs/commands/CalculateRouteMatrixCommand.js +27 -0
- package/dist-cjs/commands/CalculateRoutesCommand.js +27 -0
- package/dist-cjs/commands/OptimizeWaypointsCommand.js +27 -0
- package/dist-cjs/commands/SnapToRoadsCommand.js +27 -0
- package/dist-cjs/commands/index.js +8 -0
- package/dist-cjs/endpoint/EndpointParameters.js +18 -0
- package/dist-cjs/endpoint/endpointResolver.js +18 -0
- package/dist-cjs/endpoint/ruleset.js +7 -0
- package/dist-cjs/extensionConfiguration.js +2 -0
- package/dist-cjs/index.js +10 -0
- package/dist-cjs/models/GeoRoutesServiceException.js +12 -0
- package/dist-cjs/models/index.js +4 -0
- package/dist-cjs/models/models_0.js +1009 -0
- package/dist-cjs/protocols/Aws_restJson1.js +1529 -0
- package/dist-cjs/runtimeConfig.browser.js +39 -0
- package/dist-cjs/runtimeConfig.js +50 -0
- package/dist-cjs/runtimeConfig.native.js +15 -0
- package/dist-cjs/runtimeConfig.shared.js +34 -0
- package/dist-cjs/runtimeExtensions.js +25 -0
- package/dist-es/GeoRoutes.js +17 -0
- package/dist-es/GeoRoutesClient.js +46 -0
- package/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
- package/dist-es/auth/httpAuthSchemeProvider.js +41 -0
- package/dist-es/commands/CalculateIsolinesCommand.js +23 -0
- package/dist-es/commands/CalculateRouteMatrixCommand.js +23 -0
- package/dist-es/commands/CalculateRoutesCommand.js +23 -0
- package/dist-es/commands/OptimizeWaypointsCommand.js +23 -0
- package/dist-es/commands/SnapToRoadsCommand.js +23 -0
- package/dist-es/commands/index.js +5 -0
- package/dist-es/endpoint/EndpointParameters.js +14 -0
- package/dist-es/endpoint/endpointResolver.js +14 -0
- package/dist-es/endpoint/ruleset.js +4 -0
- package/dist-es/extensionConfiguration.js +1 -0
- package/dist-es/index.js +5 -0
- package/dist-es/models/GeoRoutesServiceException.js +8 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +927 -0
- package/dist-es/protocols/Aws_restJson1.js +1516 -0
- package/dist-es/runtimeConfig.browser.js +34 -0
- package/dist-es/runtimeConfig.js +45 -0
- package/dist-es/runtimeConfig.native.js +11 -0
- package/dist-es/runtimeConfig.shared.js +30 -0
- package/dist-es/runtimeExtensions.js +21 -0
- package/dist-types/GeoRoutes.d.ts +65 -0
- package/dist-types/GeoRoutesClient.d.ts +194 -0
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +61 -0
- package/dist-types/commands/CalculateIsolinesCommand.d.ts +315 -0
- package/dist-types/commands/CalculateRouteMatrixCommand.d.ts +281 -0
- package/dist-types/commands/CalculateRoutesCommand.d.ts +969 -0
- package/dist-types/commands/OptimizeWaypointsCommand.d.ts +251 -0
- package/dist-types/commands/SnapToRoadsCommand.d.ts +140 -0
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +40 -0
- package/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/dist-types/endpoint/ruleset.d.ts +2 -0
- package/dist-types/extensionConfiguration.d.ts +9 -0
- package/dist-types/index.d.ts +33 -0
- package/dist-types/models/GeoRoutesServiceException.d.ts +14 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +7597 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +47 -0
- package/dist-types/runtimeConfig.browser.d.ts +48 -0
- package/dist-types/runtimeConfig.d.ts +48 -0
- package/dist-types/runtimeConfig.native.d.ts +47 -0
- package/dist-types/runtimeConfig.shared.d.ts +21 -0
- package/dist-types/runtimeExtensions.d.ts +17 -0
- package/dist-types/ts3.4/GeoRoutes.d.ts +90 -0
- package/dist-types/ts3.4/GeoRoutesClient.d.ts +148 -0
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +44 -0
- package/dist-types/ts3.4/commands/CalculateIsolinesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CalculateRouteMatrixCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CalculateRoutesCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/OptimizeWaypointsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/SnapToRoadsCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +51 -0
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/dist-types/ts3.4/extensionConfiguration.d.ts +9 -0
- package/dist-types/ts3.4/index.d.ts +8 -0
- package/dist-types/ts3.4/models/GeoRoutesServiceException.d.ts +9 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +2022 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +65 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +93 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +94 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +87 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +21 -0
- package/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
- package/package.json +101 -0
|
@@ -0,0 +1,2022 @@
|
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
|
+
import { GeoRoutesServiceException as __BaseException } from "./GeoRoutesServiceException";
|
|
3
|
+
export declare class AccessDeniedException extends __BaseException {
|
|
4
|
+
readonly name: "AccessDeniedException";
|
|
5
|
+
readonly $fault: "client";
|
|
6
|
+
Message: string | undefined;
|
|
7
|
+
constructor(
|
|
8
|
+
opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
|
|
9
|
+
);
|
|
10
|
+
}
|
|
11
|
+
export interface IsolineAllowOptions {
|
|
12
|
+
Hot?: boolean;
|
|
13
|
+
Hov?: boolean;
|
|
14
|
+
}
|
|
15
|
+
export interface Corridor {
|
|
16
|
+
LineString: number[][] | undefined;
|
|
17
|
+
Radius: number | undefined;
|
|
18
|
+
}
|
|
19
|
+
export interface PolylineCorridor {
|
|
20
|
+
Polyline: string | undefined;
|
|
21
|
+
Radius: number | undefined;
|
|
22
|
+
}
|
|
23
|
+
export interface IsolineAvoidanceAreaGeometry {
|
|
24
|
+
BoundingBox?: number[];
|
|
25
|
+
Corridor?: Corridor;
|
|
26
|
+
Polygon?: number[][][];
|
|
27
|
+
PolylineCorridor?: PolylineCorridor;
|
|
28
|
+
PolylinePolygon?: string[];
|
|
29
|
+
}
|
|
30
|
+
export interface IsolineAvoidanceArea {
|
|
31
|
+
Except?: IsolineAvoidanceAreaGeometry[];
|
|
32
|
+
Geometry: IsolineAvoidanceAreaGeometry | undefined;
|
|
33
|
+
}
|
|
34
|
+
export declare const IsolineZoneCategory: {
|
|
35
|
+
readonly CONGESTION_PRICING: "CongestionPricing";
|
|
36
|
+
readonly ENVIRONMENTAL: "Environmental";
|
|
37
|
+
readonly VIGNETTE: "Vignette";
|
|
38
|
+
};
|
|
39
|
+
export type IsolineZoneCategory =
|
|
40
|
+
(typeof IsolineZoneCategory)[keyof typeof IsolineZoneCategory];
|
|
41
|
+
export interface IsolineAvoidanceZoneCategory {
|
|
42
|
+
Category?: IsolineZoneCategory;
|
|
43
|
+
}
|
|
44
|
+
export interface IsolineAvoidanceOptions {
|
|
45
|
+
Areas?: IsolineAvoidanceArea[];
|
|
46
|
+
CarShuttleTrains?: boolean;
|
|
47
|
+
ControlledAccessHighways?: boolean;
|
|
48
|
+
DirtRoads?: boolean;
|
|
49
|
+
Ferries?: boolean;
|
|
50
|
+
SeasonalClosure?: boolean;
|
|
51
|
+
TollRoads?: boolean;
|
|
52
|
+
TollTransponders?: boolean;
|
|
53
|
+
TruckRoadTypes?: string[];
|
|
54
|
+
Tunnels?: boolean;
|
|
55
|
+
UTurns?: boolean;
|
|
56
|
+
ZoneCategories?: IsolineAvoidanceZoneCategory[];
|
|
57
|
+
}
|
|
58
|
+
export declare const MatchingStrategy: {
|
|
59
|
+
readonly MATCH_ANY: "MatchAny";
|
|
60
|
+
readonly MATCH_MOST_SIGNIFICANT_ROAD: "MatchMostSignificantRoad";
|
|
61
|
+
};
|
|
62
|
+
export type MatchingStrategy =
|
|
63
|
+
(typeof MatchingStrategy)[keyof typeof MatchingStrategy];
|
|
64
|
+
export interface IsolineMatchingOptions {
|
|
65
|
+
NameHint?: string;
|
|
66
|
+
OnRoadThreshold?: number;
|
|
67
|
+
Radius?: number;
|
|
68
|
+
Strategy?: MatchingStrategy;
|
|
69
|
+
}
|
|
70
|
+
export declare const SideOfStreetMatchingStrategy: {
|
|
71
|
+
readonly ANY_STREET: "AnyStreet";
|
|
72
|
+
readonly DIVIDED_STREET_ONLY: "DividedStreetOnly";
|
|
73
|
+
};
|
|
74
|
+
export type SideOfStreetMatchingStrategy =
|
|
75
|
+
(typeof SideOfStreetMatchingStrategy)[keyof typeof SideOfStreetMatchingStrategy];
|
|
76
|
+
export interface IsolineSideOfStreetOptions {
|
|
77
|
+
Position: number[] | undefined;
|
|
78
|
+
UseWith?: SideOfStreetMatchingStrategy;
|
|
79
|
+
}
|
|
80
|
+
export interface IsolineDestinationOptions {
|
|
81
|
+
AvoidActionsForDistance?: number;
|
|
82
|
+
Heading?: number;
|
|
83
|
+
Matching?: IsolineMatchingOptions;
|
|
84
|
+
SideOfStreet?: IsolineSideOfStreetOptions;
|
|
85
|
+
}
|
|
86
|
+
export declare const GeometryFormat: {
|
|
87
|
+
readonly FLEXIBLE_POLYLINE: "FlexiblePolyline";
|
|
88
|
+
readonly SIMPLE: "Simple";
|
|
89
|
+
};
|
|
90
|
+
export type GeometryFormat =
|
|
91
|
+
(typeof GeometryFormat)[keyof typeof GeometryFormat];
|
|
92
|
+
export interface IsolineGranularityOptions {
|
|
93
|
+
MaxPoints?: number;
|
|
94
|
+
MaxResolution?: number;
|
|
95
|
+
}
|
|
96
|
+
export declare const IsolineOptimizationObjective: {
|
|
97
|
+
readonly ACCURATE_CALCULATION: "AccurateCalculation";
|
|
98
|
+
readonly BALANCED_CALCULATION: "BalancedCalculation";
|
|
99
|
+
readonly FAST_CALCULATION: "FastCalculation";
|
|
100
|
+
};
|
|
101
|
+
export type IsolineOptimizationObjective =
|
|
102
|
+
(typeof IsolineOptimizationObjective)[keyof typeof IsolineOptimizationObjective];
|
|
103
|
+
export declare const RoutingObjective: {
|
|
104
|
+
readonly FASTEST_ROUTE: "FastestRoute";
|
|
105
|
+
readonly SHORTEST_ROUTE: "ShortestRoute";
|
|
106
|
+
};
|
|
107
|
+
export type RoutingObjective =
|
|
108
|
+
(typeof RoutingObjective)[keyof typeof RoutingObjective];
|
|
109
|
+
export interface IsolineOriginOptions {
|
|
110
|
+
AvoidActionsForDistance?: number;
|
|
111
|
+
Heading?: number;
|
|
112
|
+
Matching?: IsolineMatchingOptions;
|
|
113
|
+
SideOfStreet?: IsolineSideOfStreetOptions;
|
|
114
|
+
}
|
|
115
|
+
export interface IsolineThresholds {
|
|
116
|
+
Distance?: number[];
|
|
117
|
+
Time?: number[];
|
|
118
|
+
}
|
|
119
|
+
export declare const TrafficUsage: {
|
|
120
|
+
readonly IGNORE_TRAFFIC_DATA: "IgnoreTrafficData";
|
|
121
|
+
readonly USE_TRAFFIC_DATA: "UseTrafficData";
|
|
122
|
+
};
|
|
123
|
+
export type TrafficUsage = (typeof TrafficUsage)[keyof typeof TrafficUsage];
|
|
124
|
+
export interface IsolineTrafficOptions {
|
|
125
|
+
FlowEventThresholdOverride?: number;
|
|
126
|
+
Usage?: TrafficUsage;
|
|
127
|
+
}
|
|
128
|
+
export declare const IsolineTravelMode: {
|
|
129
|
+
readonly CAR: "Car";
|
|
130
|
+
readonly PEDESTRIAN: "Pedestrian";
|
|
131
|
+
readonly SCOOTER: "Scooter";
|
|
132
|
+
readonly TRUCK: "Truck";
|
|
133
|
+
};
|
|
134
|
+
export type IsolineTravelMode =
|
|
135
|
+
(typeof IsolineTravelMode)[keyof typeof IsolineTravelMode];
|
|
136
|
+
export declare const IsolineEngineType: {
|
|
137
|
+
readonly ELECTRIC: "Electric";
|
|
138
|
+
readonly INTERNAL_COMBUSTION: "InternalCombustion";
|
|
139
|
+
readonly PLUGIN_HYBRID: "PluginHybrid";
|
|
140
|
+
};
|
|
141
|
+
export type IsolineEngineType =
|
|
142
|
+
(typeof IsolineEngineType)[keyof typeof IsolineEngineType];
|
|
143
|
+
export interface IsolineVehicleLicensePlate {
|
|
144
|
+
LastCharacter?: string;
|
|
145
|
+
}
|
|
146
|
+
export interface IsolineCarOptions {
|
|
147
|
+
EngineType?: IsolineEngineType;
|
|
148
|
+
LicensePlate?: IsolineVehicleLicensePlate;
|
|
149
|
+
MaxSpeed?: number;
|
|
150
|
+
Occupancy?: number;
|
|
151
|
+
}
|
|
152
|
+
export interface IsolineScooterOptions {
|
|
153
|
+
EngineType?: IsolineEngineType;
|
|
154
|
+
LicensePlate?: IsolineVehicleLicensePlate;
|
|
155
|
+
MaxSpeed?: number;
|
|
156
|
+
Occupancy?: number;
|
|
157
|
+
}
|
|
158
|
+
export declare const IsolineHazardousCargoType: {
|
|
159
|
+
readonly COMBUSTIBLE: "Combustible";
|
|
160
|
+
readonly CORROSIVE: "Corrosive";
|
|
161
|
+
readonly EXPLOSIVE: "Explosive";
|
|
162
|
+
readonly FLAMMABLE: "Flammable";
|
|
163
|
+
readonly GAS: "Gas";
|
|
164
|
+
readonly HARMFUL_TO_WATER: "HarmfulToWater";
|
|
165
|
+
readonly ORGANIC: "Organic";
|
|
166
|
+
readonly OTHER: "Other";
|
|
167
|
+
readonly POISON: "Poison";
|
|
168
|
+
readonly POISONOUS_INHALATION: "PoisonousInhalation";
|
|
169
|
+
readonly RADIOACTIVE: "Radioactive";
|
|
170
|
+
};
|
|
171
|
+
export type IsolineHazardousCargoType =
|
|
172
|
+
(typeof IsolineHazardousCargoType)[keyof typeof IsolineHazardousCargoType];
|
|
173
|
+
export interface IsolineTrailerOptions {
|
|
174
|
+
AxleCount?: number;
|
|
175
|
+
TrailerCount?: number;
|
|
176
|
+
}
|
|
177
|
+
export declare const IsolineTruckType: {
|
|
178
|
+
readonly LIGHT_TRUCK: "LightTruck";
|
|
179
|
+
readonly STRAIGHT_TRUCK: "StraightTruck";
|
|
180
|
+
readonly TRACTOR: "Tractor";
|
|
181
|
+
};
|
|
182
|
+
export type IsolineTruckType =
|
|
183
|
+
(typeof IsolineTruckType)[keyof typeof IsolineTruckType];
|
|
184
|
+
export interface WeightPerAxleGroup {
|
|
185
|
+
Single?: number;
|
|
186
|
+
Tandem?: number;
|
|
187
|
+
Triple?: number;
|
|
188
|
+
Quad?: number;
|
|
189
|
+
Quint?: number;
|
|
190
|
+
}
|
|
191
|
+
export interface IsolineTruckOptions {
|
|
192
|
+
AxleCount?: number;
|
|
193
|
+
EngineType?: IsolineEngineType;
|
|
194
|
+
GrossWeight?: number;
|
|
195
|
+
HazardousCargos?: IsolineHazardousCargoType[];
|
|
196
|
+
Height?: number;
|
|
197
|
+
HeightAboveFirstAxle?: number;
|
|
198
|
+
KpraLength?: number;
|
|
199
|
+
Length?: number;
|
|
200
|
+
LicensePlate?: IsolineVehicleLicensePlate;
|
|
201
|
+
MaxSpeed?: number;
|
|
202
|
+
Occupancy?: number;
|
|
203
|
+
PayloadCapacity?: number;
|
|
204
|
+
TireCount?: number;
|
|
205
|
+
Trailer?: IsolineTrailerOptions;
|
|
206
|
+
TruckType?: IsolineTruckType;
|
|
207
|
+
TunnelRestrictionCode?: string;
|
|
208
|
+
WeightPerAxle?: number;
|
|
209
|
+
WeightPerAxleGroup?: WeightPerAxleGroup;
|
|
210
|
+
Width?: number;
|
|
211
|
+
}
|
|
212
|
+
export interface IsolineTravelModeOptions {
|
|
213
|
+
Car?: IsolineCarOptions;
|
|
214
|
+
Scooter?: IsolineScooterOptions;
|
|
215
|
+
Truck?: IsolineTruckOptions;
|
|
216
|
+
}
|
|
217
|
+
export interface CalculateIsolinesRequest {
|
|
218
|
+
Allow?: IsolineAllowOptions;
|
|
219
|
+
ArrivalTime?: string;
|
|
220
|
+
Avoid?: IsolineAvoidanceOptions;
|
|
221
|
+
DepartNow?: boolean;
|
|
222
|
+
DepartureTime?: string;
|
|
223
|
+
Destination?: number[];
|
|
224
|
+
DestinationOptions?: IsolineDestinationOptions;
|
|
225
|
+
IsolineGeometryFormat?: GeometryFormat;
|
|
226
|
+
IsolineGranularity?: IsolineGranularityOptions;
|
|
227
|
+
Key?: string;
|
|
228
|
+
OptimizeIsolineFor?: IsolineOptimizationObjective;
|
|
229
|
+
OptimizeRoutingFor?: RoutingObjective;
|
|
230
|
+
Origin?: number[];
|
|
231
|
+
OriginOptions?: IsolineOriginOptions;
|
|
232
|
+
Thresholds: IsolineThresholds | undefined;
|
|
233
|
+
Traffic?: IsolineTrafficOptions;
|
|
234
|
+
TravelMode?: IsolineTravelMode;
|
|
235
|
+
TravelModeOptions?: IsolineTravelModeOptions;
|
|
236
|
+
}
|
|
237
|
+
export interface IsolineConnectionGeometry {
|
|
238
|
+
LineString?: number[][];
|
|
239
|
+
Polyline?: string;
|
|
240
|
+
}
|
|
241
|
+
export interface IsolineConnection {
|
|
242
|
+
FromPolygonIndex: number | undefined;
|
|
243
|
+
Geometry: IsolineConnectionGeometry | undefined;
|
|
244
|
+
ToPolygonIndex: number | undefined;
|
|
245
|
+
}
|
|
246
|
+
export interface IsolineShapeGeometry {
|
|
247
|
+
Polygon?: number[][][];
|
|
248
|
+
PolylinePolygon?: string[];
|
|
249
|
+
}
|
|
250
|
+
export interface Isoline {
|
|
251
|
+
Connections: IsolineConnection[] | undefined;
|
|
252
|
+
DistanceThreshold?: number;
|
|
253
|
+
Geometries: IsolineShapeGeometry[] | undefined;
|
|
254
|
+
TimeThreshold?: number;
|
|
255
|
+
}
|
|
256
|
+
export interface CalculateIsolinesResponse {
|
|
257
|
+
ArrivalTime?: string;
|
|
258
|
+
DepartureTime?: string;
|
|
259
|
+
IsolineGeometryFormat: GeometryFormat | undefined;
|
|
260
|
+
Isolines: Isoline[] | undefined;
|
|
261
|
+
PricingBucket: string | undefined;
|
|
262
|
+
SnappedDestination?: number[];
|
|
263
|
+
SnappedOrigin?: number[];
|
|
264
|
+
}
|
|
265
|
+
export declare class InternalServerException extends __BaseException {
|
|
266
|
+
readonly name: "InternalServerException";
|
|
267
|
+
readonly $fault: "server";
|
|
268
|
+
$retryable: {};
|
|
269
|
+
Message: string | undefined;
|
|
270
|
+
constructor(
|
|
271
|
+
opts: __ExceptionOptionType<InternalServerException, __BaseException>
|
|
272
|
+
);
|
|
273
|
+
}
|
|
274
|
+
export declare class ThrottlingException extends __BaseException {
|
|
275
|
+
readonly name: "ThrottlingException";
|
|
276
|
+
readonly $fault: "client";
|
|
277
|
+
$retryable: {};
|
|
278
|
+
Message: string | undefined;
|
|
279
|
+
constructor(
|
|
280
|
+
opts: __ExceptionOptionType<ThrottlingException, __BaseException>
|
|
281
|
+
);
|
|
282
|
+
}
|
|
283
|
+
export interface ValidationExceptionField {
|
|
284
|
+
Name: string | undefined;
|
|
285
|
+
Message: string | undefined;
|
|
286
|
+
}
|
|
287
|
+
export declare const ValidationExceptionReason: {
|
|
288
|
+
readonly CANNOT_PARSE: "CannotParse";
|
|
289
|
+
readonly FIELD_VALIDATION_FAILED: "FieldValidationFailed";
|
|
290
|
+
readonly MISSING: "Missing";
|
|
291
|
+
readonly OTHER: "Other";
|
|
292
|
+
readonly UNKNOWN_FIELD: "UnknownField";
|
|
293
|
+
readonly UNKNOWN_OPERATION: "UnknownOperation";
|
|
294
|
+
};
|
|
295
|
+
export type ValidationExceptionReason =
|
|
296
|
+
(typeof ValidationExceptionReason)[keyof typeof ValidationExceptionReason];
|
|
297
|
+
export declare class ValidationException extends __BaseException {
|
|
298
|
+
readonly name: "ValidationException";
|
|
299
|
+
readonly $fault: "client";
|
|
300
|
+
Message: string | undefined;
|
|
301
|
+
Reason: ValidationExceptionReason | undefined;
|
|
302
|
+
FieldList: ValidationExceptionField[] | undefined;
|
|
303
|
+
constructor(
|
|
304
|
+
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
305
|
+
);
|
|
306
|
+
}
|
|
307
|
+
export interface RouteMatrixAllowOptions {
|
|
308
|
+
Hot?: boolean;
|
|
309
|
+
Hov?: boolean;
|
|
310
|
+
}
|
|
311
|
+
export interface RouteMatrixAvoidanceAreaGeometry {
|
|
312
|
+
BoundingBox?: number[];
|
|
313
|
+
Polygon?: number[][][];
|
|
314
|
+
PolylinePolygon?: string[];
|
|
315
|
+
}
|
|
316
|
+
export interface RouteMatrixAvoidanceArea {
|
|
317
|
+
Geometry: RouteMatrixAvoidanceAreaGeometry | undefined;
|
|
318
|
+
}
|
|
319
|
+
export declare const RouteMatrixZoneCategory: {
|
|
320
|
+
readonly CONGESTION_PRICING: "CongestionPricing";
|
|
321
|
+
readonly ENVIRONMENTAL: "Environmental";
|
|
322
|
+
readonly VIGNETTE: "Vignette";
|
|
323
|
+
};
|
|
324
|
+
export type RouteMatrixZoneCategory =
|
|
325
|
+
(typeof RouteMatrixZoneCategory)[keyof typeof RouteMatrixZoneCategory];
|
|
326
|
+
export interface RouteMatrixAvoidanceZoneCategory {
|
|
327
|
+
Category?: RouteMatrixZoneCategory;
|
|
328
|
+
}
|
|
329
|
+
export interface RouteMatrixAvoidanceOptions {
|
|
330
|
+
Areas?: RouteMatrixAvoidanceArea[];
|
|
331
|
+
CarShuttleTrains?: boolean;
|
|
332
|
+
ControlledAccessHighways?: boolean;
|
|
333
|
+
DirtRoads?: boolean;
|
|
334
|
+
Ferries?: boolean;
|
|
335
|
+
TollRoads?: boolean;
|
|
336
|
+
TollTransponders?: boolean;
|
|
337
|
+
TruckRoadTypes?: string[];
|
|
338
|
+
Tunnels?: boolean;
|
|
339
|
+
UTurns?: boolean;
|
|
340
|
+
ZoneCategories?: RouteMatrixAvoidanceZoneCategory[];
|
|
341
|
+
}
|
|
342
|
+
export interface RouteMatrixMatchingOptions {
|
|
343
|
+
NameHint?: string;
|
|
344
|
+
OnRoadThreshold?: number;
|
|
345
|
+
Radius?: number;
|
|
346
|
+
Strategy?: MatchingStrategy;
|
|
347
|
+
}
|
|
348
|
+
export interface RouteMatrixSideOfStreetOptions {
|
|
349
|
+
Position: number[] | undefined;
|
|
350
|
+
UseWith?: SideOfStreetMatchingStrategy;
|
|
351
|
+
}
|
|
352
|
+
export interface RouteMatrixDestinationOptions {
|
|
353
|
+
AvoidActionsForDistance?: number;
|
|
354
|
+
Heading?: number;
|
|
355
|
+
Matching?: RouteMatrixMatchingOptions;
|
|
356
|
+
SideOfStreet?: RouteMatrixSideOfStreetOptions;
|
|
357
|
+
}
|
|
358
|
+
export interface RouteMatrixDestination {
|
|
359
|
+
Options?: RouteMatrixDestinationOptions;
|
|
360
|
+
Position: number[] | undefined;
|
|
361
|
+
}
|
|
362
|
+
export interface RouteMatrixExclusionOptions {
|
|
363
|
+
Countries: string[] | undefined;
|
|
364
|
+
}
|
|
365
|
+
export interface RouteMatrixOriginOptions {
|
|
366
|
+
AvoidActionsForDistance?: number;
|
|
367
|
+
Heading?: number;
|
|
368
|
+
Matching?: RouteMatrixMatchingOptions;
|
|
369
|
+
SideOfStreet?: RouteMatrixSideOfStreetOptions;
|
|
370
|
+
}
|
|
371
|
+
export interface RouteMatrixOrigin {
|
|
372
|
+
Options?: RouteMatrixOriginOptions;
|
|
373
|
+
Position: number[] | undefined;
|
|
374
|
+
}
|
|
375
|
+
export interface RouteMatrixAutoCircle {
|
|
376
|
+
Margin?: number;
|
|
377
|
+
MaxRadius?: number;
|
|
378
|
+
}
|
|
379
|
+
export interface Circle {
|
|
380
|
+
Center: number[] | undefined;
|
|
381
|
+
Radius: number | undefined;
|
|
382
|
+
}
|
|
383
|
+
export interface RouteMatrixBoundaryGeometry {
|
|
384
|
+
AutoCircle?: RouteMatrixAutoCircle;
|
|
385
|
+
Circle?: Circle;
|
|
386
|
+
BoundingBox?: number[];
|
|
387
|
+
Polygon?: number[][][];
|
|
388
|
+
}
|
|
389
|
+
export interface RouteMatrixBoundary {
|
|
390
|
+
Geometry?: RouteMatrixBoundaryGeometry;
|
|
391
|
+
Unbounded?: boolean;
|
|
392
|
+
}
|
|
393
|
+
export interface RouteMatrixTrafficOptions {
|
|
394
|
+
FlowEventThresholdOverride?: number;
|
|
395
|
+
Usage?: TrafficUsage;
|
|
396
|
+
}
|
|
397
|
+
export declare const RouteMatrixTravelMode: {
|
|
398
|
+
readonly CAR: "Car";
|
|
399
|
+
readonly PEDESTRIAN: "Pedestrian";
|
|
400
|
+
readonly SCOOTER: "Scooter";
|
|
401
|
+
readonly TRUCK: "Truck";
|
|
402
|
+
};
|
|
403
|
+
export type RouteMatrixTravelMode =
|
|
404
|
+
(typeof RouteMatrixTravelMode)[keyof typeof RouteMatrixTravelMode];
|
|
405
|
+
export interface RouteMatrixVehicleLicensePlate {
|
|
406
|
+
LastCharacter?: string;
|
|
407
|
+
}
|
|
408
|
+
export interface RouteMatrixCarOptions {
|
|
409
|
+
LicensePlate?: RouteMatrixVehicleLicensePlate;
|
|
410
|
+
MaxSpeed?: number;
|
|
411
|
+
Occupancy?: number;
|
|
412
|
+
}
|
|
413
|
+
export interface RouteMatrixScooterOptions {
|
|
414
|
+
LicensePlate?: RouteMatrixVehicleLicensePlate;
|
|
415
|
+
MaxSpeed?: number;
|
|
416
|
+
Occupancy?: number;
|
|
417
|
+
}
|
|
418
|
+
export declare const RouteMatrixHazardousCargoType: {
|
|
419
|
+
readonly COMBUSTIBLE: "Combustible";
|
|
420
|
+
readonly CORROSIVE: "Corrosive";
|
|
421
|
+
readonly EXPLOSIVE: "Explosive";
|
|
422
|
+
readonly FLAMMABLE: "Flammable";
|
|
423
|
+
readonly GAS: "Gas";
|
|
424
|
+
readonly HARMFUL_TO_WATER: "HarmfulToWater";
|
|
425
|
+
readonly ORGANIC: "Organic";
|
|
426
|
+
readonly OTHER: "Other";
|
|
427
|
+
readonly POISON: "Poison";
|
|
428
|
+
readonly POISONOUS_INHALATION: "PoisonousInhalation";
|
|
429
|
+
readonly RADIOACTIVE: "Radioactive";
|
|
430
|
+
};
|
|
431
|
+
export type RouteMatrixHazardousCargoType =
|
|
432
|
+
(typeof RouteMatrixHazardousCargoType)[keyof typeof RouteMatrixHazardousCargoType];
|
|
433
|
+
export interface RouteMatrixTrailerOptions {
|
|
434
|
+
TrailerCount?: number;
|
|
435
|
+
}
|
|
436
|
+
export declare const RouteMatrixTruckType: {
|
|
437
|
+
readonly LIGHT_TRUCK: "LightTruck";
|
|
438
|
+
readonly STRAIGHT_TRUCK: "StraightTruck";
|
|
439
|
+
readonly TRACTOR: "Tractor";
|
|
440
|
+
};
|
|
441
|
+
export type RouteMatrixTruckType =
|
|
442
|
+
(typeof RouteMatrixTruckType)[keyof typeof RouteMatrixTruckType];
|
|
443
|
+
export interface RouteMatrixTruckOptions {
|
|
444
|
+
AxleCount?: number;
|
|
445
|
+
GrossWeight?: number;
|
|
446
|
+
HazardousCargos?: RouteMatrixHazardousCargoType[];
|
|
447
|
+
Height?: number;
|
|
448
|
+
KpraLength?: number;
|
|
449
|
+
Length?: number;
|
|
450
|
+
LicensePlate?: RouteMatrixVehicleLicensePlate;
|
|
451
|
+
MaxSpeed?: number;
|
|
452
|
+
Occupancy?: number;
|
|
453
|
+
PayloadCapacity?: number;
|
|
454
|
+
Trailer?: RouteMatrixTrailerOptions;
|
|
455
|
+
TruckType?: RouteMatrixTruckType;
|
|
456
|
+
TunnelRestrictionCode?: string;
|
|
457
|
+
WeightPerAxle?: number;
|
|
458
|
+
WeightPerAxleGroup?: WeightPerAxleGroup;
|
|
459
|
+
Width?: number;
|
|
460
|
+
}
|
|
461
|
+
export interface RouteMatrixTravelModeOptions {
|
|
462
|
+
Car?: RouteMatrixCarOptions;
|
|
463
|
+
Scooter?: RouteMatrixScooterOptions;
|
|
464
|
+
Truck?: RouteMatrixTruckOptions;
|
|
465
|
+
}
|
|
466
|
+
export interface CalculateRouteMatrixRequest {
|
|
467
|
+
Allow?: RouteMatrixAllowOptions;
|
|
468
|
+
Avoid?: RouteMatrixAvoidanceOptions;
|
|
469
|
+
DepartNow?: boolean;
|
|
470
|
+
DepartureTime?: string;
|
|
471
|
+
Destinations: RouteMatrixDestination[] | undefined;
|
|
472
|
+
Exclude?: RouteMatrixExclusionOptions;
|
|
473
|
+
Key?: string;
|
|
474
|
+
OptimizeRoutingFor?: RoutingObjective;
|
|
475
|
+
Origins: RouteMatrixOrigin[] | undefined;
|
|
476
|
+
RoutingBoundary: RouteMatrixBoundary | undefined;
|
|
477
|
+
Traffic?: RouteMatrixTrafficOptions;
|
|
478
|
+
TravelMode?: RouteMatrixTravelMode;
|
|
479
|
+
TravelModeOptions?: RouteMatrixTravelModeOptions;
|
|
480
|
+
}
|
|
481
|
+
export declare const RouteMatrixErrorCode: {
|
|
482
|
+
readonly NO_MATCH: "NoMatch";
|
|
483
|
+
readonly NO_MATCH_DESTINATION: "NoMatchDestination";
|
|
484
|
+
readonly NO_MATCH_ORIGIN: "NoMatchOrigin";
|
|
485
|
+
readonly NO_ROUTE: "NoRoute";
|
|
486
|
+
readonly OTHER: "Other";
|
|
487
|
+
readonly OUT_OF_BOUNDS: "OutOfBounds";
|
|
488
|
+
readonly OUT_OF_BOUNDS_DESTINATION: "OutOfBoundsDestination";
|
|
489
|
+
readonly OUT_OF_BOUNDS_ORIGIN: "OutOfBoundsOrigin";
|
|
490
|
+
readonly VIOLATION: "Violation";
|
|
491
|
+
};
|
|
492
|
+
export type RouteMatrixErrorCode =
|
|
493
|
+
(typeof RouteMatrixErrorCode)[keyof typeof RouteMatrixErrorCode];
|
|
494
|
+
export interface RouteMatrixEntry {
|
|
495
|
+
Distance: number | undefined;
|
|
496
|
+
Duration: number | undefined;
|
|
497
|
+
Error?: RouteMatrixErrorCode;
|
|
498
|
+
}
|
|
499
|
+
export interface CalculateRouteMatrixResponse {
|
|
500
|
+
ErrorCount: number | undefined;
|
|
501
|
+
PricingBucket: string | undefined;
|
|
502
|
+
RouteMatrix: RouteMatrixEntry[][] | undefined;
|
|
503
|
+
RoutingBoundary: RouteMatrixBoundary | undefined;
|
|
504
|
+
}
|
|
505
|
+
export interface RouteAllowOptions {
|
|
506
|
+
Hot?: boolean;
|
|
507
|
+
Hov?: boolean;
|
|
508
|
+
}
|
|
509
|
+
export interface RouteAvoidanceAreaGeometry {
|
|
510
|
+
Corridor?: Corridor;
|
|
511
|
+
BoundingBox?: number[];
|
|
512
|
+
Polygon?: number[][][];
|
|
513
|
+
PolylineCorridor?: PolylineCorridor;
|
|
514
|
+
PolylinePolygon?: string[];
|
|
515
|
+
}
|
|
516
|
+
export interface RouteAvoidanceArea {
|
|
517
|
+
Except?: RouteAvoidanceAreaGeometry[];
|
|
518
|
+
Geometry: RouteAvoidanceAreaGeometry | undefined;
|
|
519
|
+
}
|
|
520
|
+
export declare const RouteZoneCategory: {
|
|
521
|
+
readonly CONGESTION_PRICING: "CongestionPricing";
|
|
522
|
+
readonly ENVIRONMENTAL: "Environmental";
|
|
523
|
+
readonly VIGNETTE: "Vignette";
|
|
524
|
+
};
|
|
525
|
+
export type RouteZoneCategory =
|
|
526
|
+
(typeof RouteZoneCategory)[keyof typeof RouteZoneCategory];
|
|
527
|
+
export interface RouteAvoidanceZoneCategory {
|
|
528
|
+
Category: RouteZoneCategory | undefined;
|
|
529
|
+
}
|
|
530
|
+
export interface RouteAvoidanceOptions {
|
|
531
|
+
Areas?: RouteAvoidanceArea[];
|
|
532
|
+
CarShuttleTrains?: boolean;
|
|
533
|
+
ControlledAccessHighways?: boolean;
|
|
534
|
+
DirtRoads?: boolean;
|
|
535
|
+
Ferries?: boolean;
|
|
536
|
+
SeasonalClosure?: boolean;
|
|
537
|
+
TollRoads?: boolean;
|
|
538
|
+
TollTransponders?: boolean;
|
|
539
|
+
TruckRoadTypes?: string[];
|
|
540
|
+
Tunnels?: boolean;
|
|
541
|
+
UTurns?: boolean;
|
|
542
|
+
ZoneCategories?: RouteAvoidanceZoneCategory[];
|
|
543
|
+
}
|
|
544
|
+
export interface RouteMatchingOptions {
|
|
545
|
+
NameHint?: string;
|
|
546
|
+
OnRoadThreshold?: number;
|
|
547
|
+
Radius?: number;
|
|
548
|
+
Strategy?: MatchingStrategy;
|
|
549
|
+
}
|
|
550
|
+
export interface RouteSideOfStreetOptions {
|
|
551
|
+
Position: number[] | undefined;
|
|
552
|
+
UseWith?: SideOfStreetMatchingStrategy;
|
|
553
|
+
}
|
|
554
|
+
export interface RouteDestinationOptions {
|
|
555
|
+
AvoidActionsForDistance?: number;
|
|
556
|
+
AvoidUTurns?: boolean;
|
|
557
|
+
Heading?: number;
|
|
558
|
+
Matching?: RouteMatchingOptions;
|
|
559
|
+
SideOfStreet?: RouteSideOfStreetOptions;
|
|
560
|
+
StopDuration?: number;
|
|
561
|
+
}
|
|
562
|
+
export interface RouteDriverScheduleInterval {
|
|
563
|
+
DriveDuration: number | undefined;
|
|
564
|
+
RestDuration: number | undefined;
|
|
565
|
+
}
|
|
566
|
+
export interface RouteDriverOptions {
|
|
567
|
+
Schedule?: RouteDriverScheduleInterval[];
|
|
568
|
+
}
|
|
569
|
+
export interface RouteExclusionOptions {
|
|
570
|
+
Countries: string[] | undefined;
|
|
571
|
+
}
|
|
572
|
+
export declare const MeasurementSystem: {
|
|
573
|
+
readonly IMPERIAL: "Imperial";
|
|
574
|
+
readonly METRIC: "Metric";
|
|
575
|
+
};
|
|
576
|
+
export type MeasurementSystem =
|
|
577
|
+
(typeof MeasurementSystem)[keyof typeof MeasurementSystem];
|
|
578
|
+
export declare const RouteLegAdditionalFeature: {
|
|
579
|
+
readonly ELEVATION: "Elevation";
|
|
580
|
+
readonly INCIDENTS: "Incidents";
|
|
581
|
+
readonly PASS_THROUGH_WAYPOINTS: "PassThroughWaypoints";
|
|
582
|
+
readonly SUMMARY: "Summary";
|
|
583
|
+
readonly TOLLS: "Tolls";
|
|
584
|
+
readonly TRAVEL_STEP_INSTRUCTIONS: "TravelStepInstructions";
|
|
585
|
+
readonly TRUCK_ROAD_TYPES: "TruckRoadTypes";
|
|
586
|
+
readonly TYPICAL_DURATION: "TypicalDuration";
|
|
587
|
+
readonly ZONES: "Zones";
|
|
588
|
+
};
|
|
589
|
+
export type RouteLegAdditionalFeature =
|
|
590
|
+
(typeof RouteLegAdditionalFeature)[keyof typeof RouteLegAdditionalFeature];
|
|
591
|
+
export interface RouteOriginOptions {
|
|
592
|
+
AvoidActionsForDistance?: number;
|
|
593
|
+
AvoidUTurns?: boolean;
|
|
594
|
+
Heading?: number;
|
|
595
|
+
Matching?: RouteMatchingOptions;
|
|
596
|
+
SideOfStreet?: RouteSideOfStreetOptions;
|
|
597
|
+
}
|
|
598
|
+
export declare const RouteSpanAdditionalFeature: {
|
|
599
|
+
readonly BEST_CASE_DURATION: "BestCaseDuration";
|
|
600
|
+
readonly CAR_ACCESS: "CarAccess";
|
|
601
|
+
readonly CONSUMPTION: "Consumption";
|
|
602
|
+
readonly COUNTRY: "Country";
|
|
603
|
+
readonly DISTANCE: "Distance";
|
|
604
|
+
readonly DURATION: "Duration";
|
|
605
|
+
readonly DYNAMIC_SPEED: "DynamicSpeed";
|
|
606
|
+
readonly FUNCTIONAL_CLASSIFICATION: "FunctionalClassification";
|
|
607
|
+
readonly GATES: "Gates";
|
|
608
|
+
readonly INCIDENTS: "Incidents";
|
|
609
|
+
readonly NAMES: "Names";
|
|
610
|
+
readonly NOTICES: "Notices";
|
|
611
|
+
readonly PEDESTRIAN_ACCESS: "PedestrianAccess";
|
|
612
|
+
readonly RAILWAY_CROSSINGS: "RailwayCrossings";
|
|
613
|
+
readonly REGION: "Region";
|
|
614
|
+
readonly ROAD_ATTRIBUTES: "RoadAttributes";
|
|
615
|
+
readonly ROUTE_NUMBERS: "RouteNumbers";
|
|
616
|
+
readonly SCOOTER_ACCESS: "ScooterAccess";
|
|
617
|
+
readonly SPEED_LIMIT: "SpeedLimit";
|
|
618
|
+
readonly TOLL_SYSTEMS: "TollSystems";
|
|
619
|
+
readonly TRUCK_ACCESS: "TruckAccess";
|
|
620
|
+
readonly TRUCK_ROAD_TYPES: "TruckRoadTypes";
|
|
621
|
+
readonly TYPICAL_DURATION: "TypicalDuration";
|
|
622
|
+
readonly ZONES: "Zones";
|
|
623
|
+
};
|
|
624
|
+
export type RouteSpanAdditionalFeature =
|
|
625
|
+
(typeof RouteSpanAdditionalFeature)[keyof typeof RouteSpanAdditionalFeature];
|
|
626
|
+
export interface RouteEmissionType {
|
|
627
|
+
Co2EmissionClass?: string;
|
|
628
|
+
Type: string | undefined;
|
|
629
|
+
}
|
|
630
|
+
export declare const RouteTollVehicleCategory: {
|
|
631
|
+
readonly MINIBUS: "Minibus";
|
|
632
|
+
};
|
|
633
|
+
export type RouteTollVehicleCategory =
|
|
634
|
+
(typeof RouteTollVehicleCategory)[keyof typeof RouteTollVehicleCategory];
|
|
635
|
+
export interface RouteTollOptions {
|
|
636
|
+
AllTransponders?: boolean;
|
|
637
|
+
AllVignettes?: boolean;
|
|
638
|
+
Currency?: string;
|
|
639
|
+
EmissionType?: RouteEmissionType;
|
|
640
|
+
VehicleCategory?: RouteTollVehicleCategory;
|
|
641
|
+
}
|
|
642
|
+
export interface RouteTrafficOptions {
|
|
643
|
+
FlowEventThresholdOverride?: number;
|
|
644
|
+
Usage?: TrafficUsage;
|
|
645
|
+
}
|
|
646
|
+
export declare const RouteTravelMode: {
|
|
647
|
+
readonly CAR: "Car";
|
|
648
|
+
readonly PEDESTRIAN: "Pedestrian";
|
|
649
|
+
readonly SCOOTER: "Scooter";
|
|
650
|
+
readonly TRUCK: "Truck";
|
|
651
|
+
};
|
|
652
|
+
export type RouteTravelMode =
|
|
653
|
+
(typeof RouteTravelMode)[keyof typeof RouteTravelMode];
|
|
654
|
+
export declare const RouteEngineType: {
|
|
655
|
+
readonly ELECTRIC: "Electric";
|
|
656
|
+
readonly INTERNAL_COMBUSTION: "InternalCombustion";
|
|
657
|
+
readonly PLUGIN_HYBRID: "PluginHybrid";
|
|
658
|
+
};
|
|
659
|
+
export type RouteEngineType =
|
|
660
|
+
(typeof RouteEngineType)[keyof typeof RouteEngineType];
|
|
661
|
+
export interface RouteVehicleLicensePlate {
|
|
662
|
+
LastCharacter?: string;
|
|
663
|
+
}
|
|
664
|
+
export interface RouteCarOptions {
|
|
665
|
+
EngineType?: RouteEngineType;
|
|
666
|
+
LicensePlate?: RouteVehicleLicensePlate;
|
|
667
|
+
MaxSpeed?: number;
|
|
668
|
+
Occupancy?: number;
|
|
669
|
+
}
|
|
670
|
+
export interface RoutePedestrianOptions {
|
|
671
|
+
Speed?: number;
|
|
672
|
+
}
|
|
673
|
+
export interface RouteScooterOptions {
|
|
674
|
+
EngineType?: RouteEngineType;
|
|
675
|
+
LicensePlate?: RouteVehicleLicensePlate;
|
|
676
|
+
MaxSpeed?: number;
|
|
677
|
+
Occupancy?: number;
|
|
678
|
+
}
|
|
679
|
+
export declare const RouteHazardousCargoType: {
|
|
680
|
+
readonly COMBUSTIBLE: "Combustible";
|
|
681
|
+
readonly CORROSIVE: "Corrosive";
|
|
682
|
+
readonly EXPLOSIVE: "Explosive";
|
|
683
|
+
readonly FLAMMABLE: "Flammable";
|
|
684
|
+
readonly GAS: "Gas";
|
|
685
|
+
readonly HARMFUL_TO_WATER: "HarmfulToWater";
|
|
686
|
+
readonly ORGANIC: "Organic";
|
|
687
|
+
readonly OTHER: "Other";
|
|
688
|
+
readonly POISON: "Poison";
|
|
689
|
+
readonly POISONOUS_INHALATION: "PoisonousInhalation";
|
|
690
|
+
readonly RADIOACTIVE: "Radioactive";
|
|
691
|
+
};
|
|
692
|
+
export type RouteHazardousCargoType =
|
|
693
|
+
(typeof RouteHazardousCargoType)[keyof typeof RouteHazardousCargoType];
|
|
694
|
+
export interface RouteTrailerOptions {
|
|
695
|
+
AxleCount?: number;
|
|
696
|
+
TrailerCount?: number;
|
|
697
|
+
}
|
|
698
|
+
export declare const RouteTruckType: {
|
|
699
|
+
readonly LIGHT_TRUCK: "LightTruck";
|
|
700
|
+
readonly STRAIGHT_TRUCK: "StraightTruck";
|
|
701
|
+
readonly TRACTOR: "Tractor";
|
|
702
|
+
};
|
|
703
|
+
export type RouteTruckType =
|
|
704
|
+
(typeof RouteTruckType)[keyof typeof RouteTruckType];
|
|
705
|
+
export interface RouteTruckOptions {
|
|
706
|
+
AxleCount?: number;
|
|
707
|
+
EngineType?: RouteEngineType;
|
|
708
|
+
GrossWeight?: number;
|
|
709
|
+
HazardousCargos?: RouteHazardousCargoType[];
|
|
710
|
+
Height?: number;
|
|
711
|
+
HeightAboveFirstAxle?: number;
|
|
712
|
+
KpraLength?: number;
|
|
713
|
+
Length?: number;
|
|
714
|
+
LicensePlate?: RouteVehicleLicensePlate;
|
|
715
|
+
MaxSpeed?: number;
|
|
716
|
+
Occupancy?: number;
|
|
717
|
+
PayloadCapacity?: number;
|
|
718
|
+
TireCount?: number;
|
|
719
|
+
Trailer?: RouteTrailerOptions;
|
|
720
|
+
TruckType?: RouteTruckType;
|
|
721
|
+
TunnelRestrictionCode?: string;
|
|
722
|
+
WeightPerAxle?: number;
|
|
723
|
+
WeightPerAxleGroup?: WeightPerAxleGroup;
|
|
724
|
+
Width?: number;
|
|
725
|
+
}
|
|
726
|
+
export interface RouteTravelModeOptions {
|
|
727
|
+
Car?: RouteCarOptions;
|
|
728
|
+
Pedestrian?: RoutePedestrianOptions;
|
|
729
|
+
Scooter?: RouteScooterOptions;
|
|
730
|
+
Truck?: RouteTruckOptions;
|
|
731
|
+
}
|
|
732
|
+
export declare const RouteTravelStepType: {
|
|
733
|
+
readonly DEFAULT: "Default";
|
|
734
|
+
readonly TURN_BY_TURN: "TurnByTurn";
|
|
735
|
+
};
|
|
736
|
+
export type RouteTravelStepType =
|
|
737
|
+
(typeof RouteTravelStepType)[keyof typeof RouteTravelStepType];
|
|
738
|
+
export interface RouteWaypoint {
|
|
739
|
+
AvoidActionsForDistance?: number;
|
|
740
|
+
AvoidUTurns?: boolean;
|
|
741
|
+
Heading?: number;
|
|
742
|
+
Matching?: RouteMatchingOptions;
|
|
743
|
+
PassThrough?: boolean;
|
|
744
|
+
Position: number[] | undefined;
|
|
745
|
+
SideOfStreet?: RouteSideOfStreetOptions;
|
|
746
|
+
StopDuration?: number;
|
|
747
|
+
}
|
|
748
|
+
export interface CalculateRoutesRequest {
|
|
749
|
+
Allow?: RouteAllowOptions;
|
|
750
|
+
ArrivalTime?: string;
|
|
751
|
+
Avoid?: RouteAvoidanceOptions;
|
|
752
|
+
DepartNow?: boolean;
|
|
753
|
+
DepartureTime?: string;
|
|
754
|
+
Destination: number[] | undefined;
|
|
755
|
+
DestinationOptions?: RouteDestinationOptions;
|
|
756
|
+
Driver?: RouteDriverOptions;
|
|
757
|
+
Exclude?: RouteExclusionOptions;
|
|
758
|
+
InstructionsMeasurementSystem?: MeasurementSystem;
|
|
759
|
+
Key?: string;
|
|
760
|
+
Languages?: string[];
|
|
761
|
+
LegAdditionalFeatures?: RouteLegAdditionalFeature[];
|
|
762
|
+
LegGeometryFormat?: GeometryFormat;
|
|
763
|
+
MaxAlternatives?: number;
|
|
764
|
+
OptimizeRoutingFor?: RoutingObjective;
|
|
765
|
+
Origin: number[] | undefined;
|
|
766
|
+
OriginOptions?: RouteOriginOptions;
|
|
767
|
+
SpanAdditionalFeatures?: RouteSpanAdditionalFeature[];
|
|
768
|
+
Tolls?: RouteTollOptions;
|
|
769
|
+
Traffic?: RouteTrafficOptions;
|
|
770
|
+
TravelMode?: RouteTravelMode;
|
|
771
|
+
TravelModeOptions?: RouteTravelModeOptions;
|
|
772
|
+
TravelStepType?: RouteTravelStepType;
|
|
773
|
+
Waypoints?: RouteWaypoint[];
|
|
774
|
+
}
|
|
775
|
+
export declare const RouteResponseNoticeCode: {
|
|
776
|
+
readonly MAIN_LANGUAGE_NOT_FOUND: "MainLanguageNotFound";
|
|
777
|
+
readonly OTHER: "Other";
|
|
778
|
+
readonly TRAVEL_TIME_EXCEEDS_DRIVER_WORK_HOURS: "TravelTimeExceedsDriverWorkHours";
|
|
779
|
+
};
|
|
780
|
+
export type RouteResponseNoticeCode =
|
|
781
|
+
(typeof RouteResponseNoticeCode)[keyof typeof RouteResponseNoticeCode];
|
|
782
|
+
export declare const RouteNoticeImpact: {
|
|
783
|
+
readonly HIGH: "High";
|
|
784
|
+
readonly LOW: "Low";
|
|
785
|
+
};
|
|
786
|
+
export type RouteNoticeImpact =
|
|
787
|
+
(typeof RouteNoticeImpact)[keyof typeof RouteNoticeImpact];
|
|
788
|
+
export interface RouteResponseNotice {
|
|
789
|
+
Code: RouteResponseNoticeCode | undefined;
|
|
790
|
+
Impact?: RouteNoticeImpact;
|
|
791
|
+
}
|
|
792
|
+
export declare const RouteFerryAfterTravelStepType: {
|
|
793
|
+
readonly DEBOARD: "Deboard";
|
|
794
|
+
};
|
|
795
|
+
export type RouteFerryAfterTravelStepType =
|
|
796
|
+
(typeof RouteFerryAfterTravelStepType)[keyof typeof RouteFerryAfterTravelStepType];
|
|
797
|
+
export interface RouteFerryAfterTravelStep {
|
|
798
|
+
Duration: number | undefined;
|
|
799
|
+
Instruction?: string;
|
|
800
|
+
Type: RouteFerryAfterTravelStepType | undefined;
|
|
801
|
+
}
|
|
802
|
+
export interface RouteFerryPlace {
|
|
803
|
+
Name?: string;
|
|
804
|
+
OriginalPosition?: number[];
|
|
805
|
+
Position: number[] | undefined;
|
|
806
|
+
WaypointIndex?: number;
|
|
807
|
+
}
|
|
808
|
+
export interface RouteFerryArrival {
|
|
809
|
+
Place: RouteFerryPlace | undefined;
|
|
810
|
+
Time?: string;
|
|
811
|
+
}
|
|
812
|
+
export declare const RouteFerryBeforeTravelStepType: {
|
|
813
|
+
readonly BOARD: "Board";
|
|
814
|
+
};
|
|
815
|
+
export type RouteFerryBeforeTravelStepType =
|
|
816
|
+
(typeof RouteFerryBeforeTravelStepType)[keyof typeof RouteFerryBeforeTravelStepType];
|
|
817
|
+
export interface RouteFerryBeforeTravelStep {
|
|
818
|
+
Duration: number | undefined;
|
|
819
|
+
Instruction?: string;
|
|
820
|
+
Type: RouteFerryBeforeTravelStepType | undefined;
|
|
821
|
+
}
|
|
822
|
+
export interface RouteFerryDeparture {
|
|
823
|
+
Place: RouteFerryPlace | undefined;
|
|
824
|
+
Time?: string;
|
|
825
|
+
}
|
|
826
|
+
export declare const RouteFerryNoticeCode: {
|
|
827
|
+
readonly ACCURATE_POLYLINE_UNAVAILABLE: "AccuratePolylineUnavailable";
|
|
828
|
+
readonly NO_SCHEDULE: "NoSchedule";
|
|
829
|
+
readonly OTHER: "Other";
|
|
830
|
+
readonly VIOLATED_AVOID_FERRY: "ViolatedAvoidFerry";
|
|
831
|
+
readonly VIOLATED_AVOID_RAIL_FERRY: "ViolatedAvoidRailFerry";
|
|
832
|
+
};
|
|
833
|
+
export type RouteFerryNoticeCode =
|
|
834
|
+
(typeof RouteFerryNoticeCode)[keyof typeof RouteFerryNoticeCode];
|
|
835
|
+
export interface RouteFerryNotice {
|
|
836
|
+
Code: RouteFerryNoticeCode | undefined;
|
|
837
|
+
Impact?: RouteNoticeImpact;
|
|
838
|
+
}
|
|
839
|
+
export interface RoutePassThroughPlace {
|
|
840
|
+
OriginalPosition?: number[];
|
|
841
|
+
Position: number[] | undefined;
|
|
842
|
+
WaypointIndex?: number;
|
|
843
|
+
}
|
|
844
|
+
export interface RoutePassThroughWaypoint {
|
|
845
|
+
GeometryOffset?: number;
|
|
846
|
+
Place: RoutePassThroughPlace | undefined;
|
|
847
|
+
}
|
|
848
|
+
export interface LocalizedString {
|
|
849
|
+
Language?: string;
|
|
850
|
+
Value: string | undefined;
|
|
851
|
+
}
|
|
852
|
+
export interface RouteFerrySpan {
|
|
853
|
+
Country?: string;
|
|
854
|
+
Distance?: number;
|
|
855
|
+
Duration?: number;
|
|
856
|
+
GeometryOffset?: number;
|
|
857
|
+
Names?: LocalizedString[];
|
|
858
|
+
Region?: string;
|
|
859
|
+
}
|
|
860
|
+
export interface RouteFerryOverviewSummary {
|
|
861
|
+
Distance: number | undefined;
|
|
862
|
+
Duration: number | undefined;
|
|
863
|
+
}
|
|
864
|
+
export interface RouteFerryTravelOnlySummary {
|
|
865
|
+
Duration: number | undefined;
|
|
866
|
+
}
|
|
867
|
+
export interface RouteFerrySummary {
|
|
868
|
+
Overview?: RouteFerryOverviewSummary;
|
|
869
|
+
TravelOnly?: RouteFerryTravelOnlySummary;
|
|
870
|
+
}
|
|
871
|
+
export declare const RouteFerryTravelStepType: {
|
|
872
|
+
readonly ARRIVE: "Arrive";
|
|
873
|
+
readonly CONTINUE: "Continue";
|
|
874
|
+
readonly DEPART: "Depart";
|
|
875
|
+
};
|
|
876
|
+
export type RouteFerryTravelStepType =
|
|
877
|
+
(typeof RouteFerryTravelStepType)[keyof typeof RouteFerryTravelStepType];
|
|
878
|
+
export interface RouteFerryTravelStep {
|
|
879
|
+
Distance?: number;
|
|
880
|
+
Duration: number | undefined;
|
|
881
|
+
GeometryOffset?: number;
|
|
882
|
+
Instruction?: string;
|
|
883
|
+
Type: RouteFerryTravelStepType | undefined;
|
|
884
|
+
}
|
|
885
|
+
export interface RouteFerryLegDetails {
|
|
886
|
+
AfterTravelSteps: RouteFerryAfterTravelStep[] | undefined;
|
|
887
|
+
Arrival: RouteFerryArrival | undefined;
|
|
888
|
+
BeforeTravelSteps: RouteFerryBeforeTravelStep[] | undefined;
|
|
889
|
+
Departure: RouteFerryDeparture | undefined;
|
|
890
|
+
Notices: RouteFerryNotice[] | undefined;
|
|
891
|
+
PassThroughWaypoints: RoutePassThroughWaypoint[] | undefined;
|
|
892
|
+
RouteName?: string;
|
|
893
|
+
Spans: RouteFerrySpan[] | undefined;
|
|
894
|
+
Summary?: RouteFerrySummary;
|
|
895
|
+
TravelSteps: RouteFerryTravelStep[] | undefined;
|
|
896
|
+
}
|
|
897
|
+
export interface RouteLegGeometry {
|
|
898
|
+
LineString?: number[][];
|
|
899
|
+
Polyline?: string;
|
|
900
|
+
}
|
|
901
|
+
export declare const RouteSideOfStreet: {
|
|
902
|
+
readonly LEFT: "Left";
|
|
903
|
+
readonly RIGHT: "Right";
|
|
904
|
+
};
|
|
905
|
+
export type RouteSideOfStreet =
|
|
906
|
+
(typeof RouteSideOfStreet)[keyof typeof RouteSideOfStreet];
|
|
907
|
+
export interface RoutePedestrianPlace {
|
|
908
|
+
Name?: string;
|
|
909
|
+
OriginalPosition?: number[];
|
|
910
|
+
Position: number[] | undefined;
|
|
911
|
+
SideOfStreet?: RouteSideOfStreet;
|
|
912
|
+
WaypointIndex?: number;
|
|
913
|
+
}
|
|
914
|
+
export interface RoutePedestrianArrival {
|
|
915
|
+
Place: RoutePedestrianPlace | undefined;
|
|
916
|
+
Time?: string;
|
|
917
|
+
}
|
|
918
|
+
export interface RoutePedestrianDeparture {
|
|
919
|
+
Place: RoutePedestrianPlace | undefined;
|
|
920
|
+
Time?: string;
|
|
921
|
+
}
|
|
922
|
+
export declare const RoutePedestrianNoticeCode: {
|
|
923
|
+
readonly ACCURATE_POLYLINE_UNAVAILABLE: "AccuratePolylineUnavailable";
|
|
924
|
+
readonly OTHER: "Other";
|
|
925
|
+
readonly VIOLATED_AVOID_DIRT_ROAD: "ViolatedAvoidDirtRoad";
|
|
926
|
+
readonly VIOLATED_AVOID_TUNNEL: "ViolatedAvoidTunnel";
|
|
927
|
+
readonly VIOLATED_PEDESTRIAN_OPTION: "ViolatedPedestrianOption";
|
|
928
|
+
};
|
|
929
|
+
export type RoutePedestrianNoticeCode =
|
|
930
|
+
(typeof RoutePedestrianNoticeCode)[keyof typeof RoutePedestrianNoticeCode];
|
|
931
|
+
export interface RoutePedestrianNotice {
|
|
932
|
+
Code: RoutePedestrianNoticeCode | undefined;
|
|
933
|
+
Impact?: RouteNoticeImpact;
|
|
934
|
+
}
|
|
935
|
+
export interface RouteSpanDynamicSpeedDetails {
|
|
936
|
+
BestCaseSpeed?: number;
|
|
937
|
+
TurnDuration?: number;
|
|
938
|
+
TypicalSpeed?: number;
|
|
939
|
+
}
|
|
940
|
+
export declare const RouteSpanPedestrianAccessAttribute: {
|
|
941
|
+
readonly ALLOWED: "Allowed";
|
|
942
|
+
readonly INDOORS: "Indoors";
|
|
943
|
+
readonly NO_THROUGH_TRAFFIC: "NoThroughTraffic";
|
|
944
|
+
readonly PARK: "Park";
|
|
945
|
+
readonly STAIRS: "Stairs";
|
|
946
|
+
readonly TOLL_ROAD: "TollRoad";
|
|
947
|
+
};
|
|
948
|
+
export type RouteSpanPedestrianAccessAttribute =
|
|
949
|
+
(typeof RouteSpanPedestrianAccessAttribute)[keyof typeof RouteSpanPedestrianAccessAttribute];
|
|
950
|
+
export declare const RouteSpanRoadAttribute: {
|
|
951
|
+
readonly BRIDGE: "Bridge";
|
|
952
|
+
readonly BUILT_UP_AREA: "BuiltUpArea";
|
|
953
|
+
readonly CONTROLLED_ACCESS_HIGHWAY: "ControlledAccessHighway";
|
|
954
|
+
readonly DIRT_ROAD: "DirtRoad";
|
|
955
|
+
readonly DIVIDED_ROAD: "DividedRoad";
|
|
956
|
+
readonly MOTORWAY: "Motorway";
|
|
957
|
+
readonly PRIVATE_ROAD: "PrivateRoad";
|
|
958
|
+
readonly RAMP: "Ramp";
|
|
959
|
+
readonly RIGHT_HAND_TRAFFIC: "RightHandTraffic";
|
|
960
|
+
readonly ROUNDABOUT: "Roundabout";
|
|
961
|
+
readonly TUNNEL: "Tunnel";
|
|
962
|
+
readonly UNDER_CONSTRUCTION: "UnderConstruction";
|
|
963
|
+
};
|
|
964
|
+
export type RouteSpanRoadAttribute =
|
|
965
|
+
(typeof RouteSpanRoadAttribute)[keyof typeof RouteSpanRoadAttribute];
|
|
966
|
+
export declare const RouteDirection: {
|
|
967
|
+
readonly EAST: "East";
|
|
968
|
+
readonly NORTH: "North";
|
|
969
|
+
readonly SOUTH: "South";
|
|
970
|
+
readonly WEST: "West";
|
|
971
|
+
};
|
|
972
|
+
export type RouteDirection =
|
|
973
|
+
(typeof RouteDirection)[keyof typeof RouteDirection];
|
|
974
|
+
export interface RouteNumber {
|
|
975
|
+
Direction?: RouteDirection;
|
|
976
|
+
Language?: string;
|
|
977
|
+
Value: string | undefined;
|
|
978
|
+
}
|
|
979
|
+
export interface RouteSpanSpeedLimitDetails {
|
|
980
|
+
MaxSpeed?: number;
|
|
981
|
+
Unlimited?: boolean;
|
|
982
|
+
}
|
|
983
|
+
export interface RoutePedestrianSpan {
|
|
984
|
+
BestCaseDuration?: number;
|
|
985
|
+
Country?: string;
|
|
986
|
+
Distance?: number;
|
|
987
|
+
Duration?: number;
|
|
988
|
+
DynamicSpeed?: RouteSpanDynamicSpeedDetails;
|
|
989
|
+
FunctionalClassification?: number;
|
|
990
|
+
GeometryOffset?: number;
|
|
991
|
+
Incidents?: number[];
|
|
992
|
+
Names?: LocalizedString[];
|
|
993
|
+
PedestrianAccess?: RouteSpanPedestrianAccessAttribute[];
|
|
994
|
+
Region?: string;
|
|
995
|
+
RoadAttributes?: RouteSpanRoadAttribute[];
|
|
996
|
+
RouteNumbers?: RouteNumber[];
|
|
997
|
+
SpeedLimit?: RouteSpanSpeedLimitDetails;
|
|
998
|
+
TypicalDuration?: number;
|
|
999
|
+
}
|
|
1000
|
+
export interface RoutePedestrianOverviewSummary {
|
|
1001
|
+
Distance: number | undefined;
|
|
1002
|
+
Duration: number | undefined;
|
|
1003
|
+
}
|
|
1004
|
+
export interface RoutePedestrianTravelOnlySummary {
|
|
1005
|
+
Duration: number | undefined;
|
|
1006
|
+
}
|
|
1007
|
+
export interface RoutePedestrianSummary {
|
|
1008
|
+
Overview?: RoutePedestrianOverviewSummary;
|
|
1009
|
+
TravelOnly?: RoutePedestrianTravelOnlySummary;
|
|
1010
|
+
}
|
|
1011
|
+
export interface RouteContinueStepDetails {
|
|
1012
|
+
Intersection: LocalizedString[] | undefined;
|
|
1013
|
+
}
|
|
1014
|
+
export declare const RouteRoadType: {
|
|
1015
|
+
readonly HIGHWAY: "Highway";
|
|
1016
|
+
readonly RURAL: "Rural";
|
|
1017
|
+
readonly URBAN: "Urban";
|
|
1018
|
+
};
|
|
1019
|
+
export type RouteRoadType = (typeof RouteRoadType)[keyof typeof RouteRoadType];
|
|
1020
|
+
export interface RouteRoad {
|
|
1021
|
+
RoadName: LocalizedString[] | undefined;
|
|
1022
|
+
RouteNumber: RouteNumber[] | undefined;
|
|
1023
|
+
Towards: LocalizedString[] | undefined;
|
|
1024
|
+
Type?: RouteRoadType;
|
|
1025
|
+
}
|
|
1026
|
+
export declare const RouteSteeringDirection: {
|
|
1027
|
+
readonly LEFT: "Left";
|
|
1028
|
+
readonly RIGHT: "Right";
|
|
1029
|
+
readonly STRAIGHT: "Straight";
|
|
1030
|
+
};
|
|
1031
|
+
export type RouteSteeringDirection =
|
|
1032
|
+
(typeof RouteSteeringDirection)[keyof typeof RouteSteeringDirection];
|
|
1033
|
+
export declare const RouteTurnIntensity: {
|
|
1034
|
+
readonly SHARP: "Sharp";
|
|
1035
|
+
readonly SLIGHT: "Slight";
|
|
1036
|
+
readonly TYPICAL: "Typical";
|
|
1037
|
+
};
|
|
1038
|
+
export type RouteTurnIntensity =
|
|
1039
|
+
(typeof RouteTurnIntensity)[keyof typeof RouteTurnIntensity];
|
|
1040
|
+
export interface RouteKeepStepDetails {
|
|
1041
|
+
Intersection: LocalizedString[] | undefined;
|
|
1042
|
+
SteeringDirection?: RouteSteeringDirection;
|
|
1043
|
+
TurnAngle?: number;
|
|
1044
|
+
TurnIntensity?: RouteTurnIntensity;
|
|
1045
|
+
}
|
|
1046
|
+
export interface RouteRoundaboutEnterStepDetails {
|
|
1047
|
+
Intersection: LocalizedString[] | undefined;
|
|
1048
|
+
SteeringDirection?: RouteSteeringDirection;
|
|
1049
|
+
TurnAngle?: number;
|
|
1050
|
+
TurnIntensity?: RouteTurnIntensity;
|
|
1051
|
+
}
|
|
1052
|
+
export interface RouteRoundaboutExitStepDetails {
|
|
1053
|
+
Intersection: LocalizedString[] | undefined;
|
|
1054
|
+
RelativeExit?: number;
|
|
1055
|
+
RoundaboutAngle?: number;
|
|
1056
|
+
SteeringDirection?: RouteSteeringDirection;
|
|
1057
|
+
}
|
|
1058
|
+
export interface RouteRoundaboutPassStepDetails {
|
|
1059
|
+
Intersection: LocalizedString[] | undefined;
|
|
1060
|
+
SteeringDirection?: RouteSteeringDirection;
|
|
1061
|
+
TurnAngle?: number;
|
|
1062
|
+
TurnIntensity?: RouteTurnIntensity;
|
|
1063
|
+
}
|
|
1064
|
+
export interface RouteSignpostLabel {
|
|
1065
|
+
RouteNumber?: RouteNumber;
|
|
1066
|
+
Text?: LocalizedString;
|
|
1067
|
+
}
|
|
1068
|
+
export interface RouteSignpost {
|
|
1069
|
+
Labels: RouteSignpostLabel[] | undefined;
|
|
1070
|
+
}
|
|
1071
|
+
export interface RouteTurnStepDetails {
|
|
1072
|
+
Intersection: LocalizedString[] | undefined;
|
|
1073
|
+
SteeringDirection?: RouteSteeringDirection;
|
|
1074
|
+
TurnAngle?: number;
|
|
1075
|
+
TurnIntensity?: RouteTurnIntensity;
|
|
1076
|
+
}
|
|
1077
|
+
export declare const RoutePedestrianTravelStepType: {
|
|
1078
|
+
readonly ARRIVE: "Arrive";
|
|
1079
|
+
readonly CONTINUE: "Continue";
|
|
1080
|
+
readonly DEPART: "Depart";
|
|
1081
|
+
readonly EXIT: "Exit";
|
|
1082
|
+
readonly KEEP: "Keep";
|
|
1083
|
+
readonly RAMP: "Ramp";
|
|
1084
|
+
readonly ROUNDABOUT_ENTER: "RoundaboutEnter";
|
|
1085
|
+
readonly ROUNDABOUT_EXIT: "RoundaboutExit";
|
|
1086
|
+
readonly ROUNDABOUT_PASS: "RoundaboutPass";
|
|
1087
|
+
readonly TURN: "Turn";
|
|
1088
|
+
readonly U_TURN: "UTurn";
|
|
1089
|
+
};
|
|
1090
|
+
export type RoutePedestrianTravelStepType =
|
|
1091
|
+
(typeof RoutePedestrianTravelStepType)[keyof typeof RoutePedestrianTravelStepType];
|
|
1092
|
+
export interface RoutePedestrianTravelStep {
|
|
1093
|
+
ContinueStepDetails?: RouteContinueStepDetails;
|
|
1094
|
+
CurrentRoad?: RouteRoad;
|
|
1095
|
+
Distance?: number;
|
|
1096
|
+
Duration: number | undefined;
|
|
1097
|
+
ExitNumber?: LocalizedString[];
|
|
1098
|
+
GeometryOffset?: number;
|
|
1099
|
+
Instruction?: string;
|
|
1100
|
+
KeepStepDetails?: RouteKeepStepDetails;
|
|
1101
|
+
NextRoad?: RouteRoad;
|
|
1102
|
+
RoundaboutEnterStepDetails?: RouteRoundaboutEnterStepDetails;
|
|
1103
|
+
RoundaboutExitStepDetails?: RouteRoundaboutExitStepDetails;
|
|
1104
|
+
RoundaboutPassStepDetails?: RouteRoundaboutPassStepDetails;
|
|
1105
|
+
Signpost?: RouteSignpost;
|
|
1106
|
+
TurnStepDetails?: RouteTurnStepDetails;
|
|
1107
|
+
Type: RoutePedestrianTravelStepType | undefined;
|
|
1108
|
+
}
|
|
1109
|
+
export interface RoutePedestrianLegDetails {
|
|
1110
|
+
Arrival: RoutePedestrianArrival | undefined;
|
|
1111
|
+
Departure: RoutePedestrianDeparture | undefined;
|
|
1112
|
+
Notices: RoutePedestrianNotice[] | undefined;
|
|
1113
|
+
PassThroughWaypoints: RoutePassThroughWaypoint[] | undefined;
|
|
1114
|
+
Spans: RoutePedestrianSpan[] | undefined;
|
|
1115
|
+
Summary?: RoutePedestrianSummary;
|
|
1116
|
+
TravelSteps: RoutePedestrianTravelStep[] | undefined;
|
|
1117
|
+
}
|
|
1118
|
+
export declare const RouteLegTravelMode: {
|
|
1119
|
+
readonly CAR: "Car";
|
|
1120
|
+
readonly FERRY: "Ferry";
|
|
1121
|
+
readonly PEDESTRIAN: "Pedestrian";
|
|
1122
|
+
readonly SCOOTER: "Scooter";
|
|
1123
|
+
readonly TRUCK: "Truck";
|
|
1124
|
+
};
|
|
1125
|
+
export type RouteLegTravelMode =
|
|
1126
|
+
(typeof RouteLegTravelMode)[keyof typeof RouteLegTravelMode];
|
|
1127
|
+
export declare const RouteLegType: {
|
|
1128
|
+
readonly FERRY: "Ferry";
|
|
1129
|
+
readonly PEDESTRIAN: "Pedestrian";
|
|
1130
|
+
readonly VEHICLE: "Vehicle";
|
|
1131
|
+
};
|
|
1132
|
+
export type RouteLegType = (typeof RouteLegType)[keyof typeof RouteLegType];
|
|
1133
|
+
export interface RouteVehiclePlace {
|
|
1134
|
+
Name?: string;
|
|
1135
|
+
OriginalPosition?: number[];
|
|
1136
|
+
Position: number[] | undefined;
|
|
1137
|
+
SideOfStreet?: RouteSideOfStreet;
|
|
1138
|
+
WaypointIndex?: number;
|
|
1139
|
+
}
|
|
1140
|
+
export interface RouteVehicleArrival {
|
|
1141
|
+
Place: RouteVehiclePlace | undefined;
|
|
1142
|
+
Time?: string;
|
|
1143
|
+
}
|
|
1144
|
+
export interface RouteVehicleDeparture {
|
|
1145
|
+
Place: RouteVehiclePlace | undefined;
|
|
1146
|
+
Time?: string;
|
|
1147
|
+
}
|
|
1148
|
+
export declare const RouteVehicleIncidentSeverity: {
|
|
1149
|
+
readonly CRITICAL: "Critical";
|
|
1150
|
+
readonly HIGH: "High";
|
|
1151
|
+
readonly LOW: "Low";
|
|
1152
|
+
readonly MEDIUM: "Medium";
|
|
1153
|
+
};
|
|
1154
|
+
export type RouteVehicleIncidentSeverity =
|
|
1155
|
+
(typeof RouteVehicleIncidentSeverity)[keyof typeof RouteVehicleIncidentSeverity];
|
|
1156
|
+
export declare const RouteVehicleIncidentType: {
|
|
1157
|
+
readonly ACCIDENT: "Accident";
|
|
1158
|
+
readonly CONGESTION: "Congestion";
|
|
1159
|
+
readonly CONSTRUCTION: "Construction";
|
|
1160
|
+
readonly DISABLED_VEHICLE: "DisabledVehicle";
|
|
1161
|
+
readonly LANE_RESTRICTION: "LaneRestriction";
|
|
1162
|
+
readonly MASS_TRANSIT: "MassTransit";
|
|
1163
|
+
readonly OTHER: "Other";
|
|
1164
|
+
readonly PLANNED_EVENT: "PlannedEvent";
|
|
1165
|
+
readonly ROAD_CLOSURE: "RoadClosure";
|
|
1166
|
+
readonly ROAD_HAZARD: "RoadHazard";
|
|
1167
|
+
readonly WEATHER: "Weather";
|
|
1168
|
+
};
|
|
1169
|
+
export type RouteVehicleIncidentType =
|
|
1170
|
+
(typeof RouteVehicleIncidentType)[keyof typeof RouteVehicleIncidentType];
|
|
1171
|
+
export interface RouteVehicleIncident {
|
|
1172
|
+
Description?: string;
|
|
1173
|
+
EndTime?: string;
|
|
1174
|
+
Severity?: RouteVehicleIncidentSeverity;
|
|
1175
|
+
StartTime?: string;
|
|
1176
|
+
Type?: RouteVehicleIncidentType;
|
|
1177
|
+
}
|
|
1178
|
+
export declare const RouteVehicleNoticeCode: {
|
|
1179
|
+
readonly ACCURATE_POLYLINE_UNAVAILABLE: "AccuratePolylineUnavailable";
|
|
1180
|
+
readonly OTHER: "Other";
|
|
1181
|
+
readonly POTENTIAL_VIOLATED_AVOID_TOLL_ROAD_USAGE: "PotentialViolatedAvoidTollRoadUsage";
|
|
1182
|
+
readonly POTENTIAL_VIOLATED_CARPOOL_USAGE: "PotentialViolatedCarpoolUsage";
|
|
1183
|
+
readonly POTENTIAL_VIOLATED_TURN_RESTRICTION_USAGE: "PotentialViolatedTurnRestrictionUsage";
|
|
1184
|
+
readonly POTENTIAL_VIOLATED_VEHICLE_RESTRICTION_USAGE: "PotentialViolatedVehicleRestrictionUsage";
|
|
1185
|
+
readonly POTENTIAL_VIOLATED_ZONE_RESTRICTION_USAGE: "PotentialViolatedZoneRestrictionUsage";
|
|
1186
|
+
readonly SEASONAL_CLOSURE: "SeasonalClosure";
|
|
1187
|
+
readonly TOLLS_DATA_TEMPORARILY_UNAVAILABLE: "TollsDataTemporarilyUnavailable";
|
|
1188
|
+
readonly TOLLS_DATA_UNAVAILABLE: "TollsDataUnavailable";
|
|
1189
|
+
readonly TOLL_TRANSPONDER: "TollTransponder";
|
|
1190
|
+
readonly VIOLATED_AVOID_CONTROLLED_ACCESS_HIGHWAY: "ViolatedAvoidControlledAccessHighway";
|
|
1191
|
+
readonly VIOLATED_AVOID_DIFFICULT_TURNS: "ViolatedAvoidDifficultTurns";
|
|
1192
|
+
readonly VIOLATED_AVOID_DIRT_ROAD: "ViolatedAvoidDirtRoad";
|
|
1193
|
+
readonly VIOLATED_AVOID_SEASONAL_CLOSURE: "ViolatedAvoidSeasonalClosure";
|
|
1194
|
+
readonly VIOLATED_AVOID_TOLL_ROAD: "ViolatedAvoidTollRoad";
|
|
1195
|
+
readonly VIOLATED_AVOID_TOLL_TRANSPONDER: "ViolatedAvoidTollTransponder";
|
|
1196
|
+
readonly VIOLATED_AVOID_TRUCK_ROAD_TYPE: "ViolatedAvoidTruckRoadType";
|
|
1197
|
+
readonly VIOLATED_AVOID_TUNNEL: "ViolatedAvoidTunnel";
|
|
1198
|
+
readonly VIOLATED_AVOID_U_TURNS: "ViolatedAvoidUTurns";
|
|
1199
|
+
readonly VIOLATED_BLOCKED_ROAD: "ViolatedBlockedRoad";
|
|
1200
|
+
readonly VIOLATED_CARPOOL: "ViolatedCarpool";
|
|
1201
|
+
readonly VIOLATED_EMERGENCY_GATE: "ViolatedEmergencyGate";
|
|
1202
|
+
readonly VIOLATED_START_DIRECTION: "ViolatedStartDirection";
|
|
1203
|
+
readonly VIOLATED_TURN_RESTRICTION: "ViolatedTurnRestriction";
|
|
1204
|
+
readonly VIOLATED_VEHICLE_RESTRICTION: "ViolatedVehicleRestriction";
|
|
1205
|
+
readonly VIOLATED_ZONE_RESTRICTION: "ViolatedZoneRestriction";
|
|
1206
|
+
};
|
|
1207
|
+
export type RouteVehicleNoticeCode =
|
|
1208
|
+
(typeof RouteVehicleNoticeCode)[keyof typeof RouteVehicleNoticeCode];
|
|
1209
|
+
export interface RouteNoticeDetailRange {
|
|
1210
|
+
Min?: number;
|
|
1211
|
+
Max?: number;
|
|
1212
|
+
}
|
|
1213
|
+
export declare const RouteWeightConstraintType: {
|
|
1214
|
+
readonly CURRENT: "Current";
|
|
1215
|
+
readonly GROSS: "Gross";
|
|
1216
|
+
readonly UNKNOWN: "Unknown";
|
|
1217
|
+
};
|
|
1218
|
+
export type RouteWeightConstraintType =
|
|
1219
|
+
(typeof RouteWeightConstraintType)[keyof typeof RouteWeightConstraintType];
|
|
1220
|
+
export interface RouteWeightConstraint {
|
|
1221
|
+
Type: RouteWeightConstraintType | undefined;
|
|
1222
|
+
Value: number | undefined;
|
|
1223
|
+
}
|
|
1224
|
+
export interface RouteViolatedConstraints {
|
|
1225
|
+
AllHazardsRestricted?: boolean;
|
|
1226
|
+
AxleCount?: RouteNoticeDetailRange;
|
|
1227
|
+
HazardousCargos: RouteHazardousCargoType[] | undefined;
|
|
1228
|
+
MaxHeight?: number;
|
|
1229
|
+
MaxKpraLength?: number;
|
|
1230
|
+
MaxLength?: number;
|
|
1231
|
+
MaxPayloadCapacity?: number;
|
|
1232
|
+
MaxWeight?: RouteWeightConstraint;
|
|
1233
|
+
MaxWeightPerAxle?: number;
|
|
1234
|
+
MaxWeightPerAxleGroup?: WeightPerAxleGroup;
|
|
1235
|
+
MaxWidth?: number;
|
|
1236
|
+
Occupancy?: RouteNoticeDetailRange;
|
|
1237
|
+
RestrictedTimes?: string;
|
|
1238
|
+
TimeDependent?: boolean;
|
|
1239
|
+
TrailerCount?: RouteNoticeDetailRange;
|
|
1240
|
+
TravelMode?: boolean;
|
|
1241
|
+
TruckRoadType?: string;
|
|
1242
|
+
TruckType?: RouteTruckType;
|
|
1243
|
+
TunnelRestrictionCode?: string;
|
|
1244
|
+
}
|
|
1245
|
+
export interface RouteVehicleNoticeDetail {
|
|
1246
|
+
Title?: string;
|
|
1247
|
+
ViolatedConstraints?: RouteViolatedConstraints;
|
|
1248
|
+
}
|
|
1249
|
+
export interface RouteVehicleNotice {
|
|
1250
|
+
Code: RouteVehicleNoticeCode | undefined;
|
|
1251
|
+
Details: RouteVehicleNoticeDetail[] | undefined;
|
|
1252
|
+
Impact?: RouteNoticeImpact;
|
|
1253
|
+
}
|
|
1254
|
+
export declare const RouteSpanCarAccessAttribute: {
|
|
1255
|
+
readonly ALLOWED: "Allowed";
|
|
1256
|
+
readonly NO_THROUGH_TRAFFIC: "NoThroughTraffic";
|
|
1257
|
+
readonly TOLL_ROAD: "TollRoad";
|
|
1258
|
+
};
|
|
1259
|
+
export type RouteSpanCarAccessAttribute =
|
|
1260
|
+
(typeof RouteSpanCarAccessAttribute)[keyof typeof RouteSpanCarAccessAttribute];
|
|
1261
|
+
export declare const RouteSpanGateAttribute: {
|
|
1262
|
+
readonly EMERGENCY: "Emergency";
|
|
1263
|
+
readonly KEY_ACCESS: "KeyAccess";
|
|
1264
|
+
readonly PERMISSION_REQUIRED: "PermissionRequired";
|
|
1265
|
+
};
|
|
1266
|
+
export type RouteSpanGateAttribute =
|
|
1267
|
+
(typeof RouteSpanGateAttribute)[keyof typeof RouteSpanGateAttribute];
|
|
1268
|
+
export declare const RouteSpanRailwayCrossingAttribute: {
|
|
1269
|
+
readonly PROTECTED: "Protected";
|
|
1270
|
+
readonly UNPROTECTED: "Unprotected";
|
|
1271
|
+
};
|
|
1272
|
+
export type RouteSpanRailwayCrossingAttribute =
|
|
1273
|
+
(typeof RouteSpanRailwayCrossingAttribute)[keyof typeof RouteSpanRailwayCrossingAttribute];
|
|
1274
|
+
export declare const RouteSpanScooterAccessAttribute: {
|
|
1275
|
+
readonly ALLOWED: "Allowed";
|
|
1276
|
+
readonly NO_THROUGH_TRAFFIC: "NoThroughTraffic";
|
|
1277
|
+
readonly TOLL_ROAD: "TollRoad";
|
|
1278
|
+
};
|
|
1279
|
+
export type RouteSpanScooterAccessAttribute =
|
|
1280
|
+
(typeof RouteSpanScooterAccessAttribute)[keyof typeof RouteSpanScooterAccessAttribute];
|
|
1281
|
+
export declare const RouteSpanTruckAccessAttribute: {
|
|
1282
|
+
readonly ALLOWED: "Allowed";
|
|
1283
|
+
readonly NO_THROUGH_TRAFFIC: "NoThroughTraffic";
|
|
1284
|
+
readonly TOLL_ROAD: "TollRoad";
|
|
1285
|
+
};
|
|
1286
|
+
export type RouteSpanTruckAccessAttribute =
|
|
1287
|
+
(typeof RouteSpanTruckAccessAttribute)[keyof typeof RouteSpanTruckAccessAttribute];
|
|
1288
|
+
export interface RouteVehicleSpan {
|
|
1289
|
+
BestCaseDuration?: number;
|
|
1290
|
+
CarAccess?: RouteSpanCarAccessAttribute[];
|
|
1291
|
+
Country?: string;
|
|
1292
|
+
Distance?: number;
|
|
1293
|
+
Duration?: number;
|
|
1294
|
+
DynamicSpeed?: RouteSpanDynamicSpeedDetails;
|
|
1295
|
+
FunctionalClassification?: number;
|
|
1296
|
+
Gate?: RouteSpanGateAttribute;
|
|
1297
|
+
GeometryOffset?: number;
|
|
1298
|
+
Incidents?: number[];
|
|
1299
|
+
Names?: LocalizedString[];
|
|
1300
|
+
Notices?: number[];
|
|
1301
|
+
RailwayCrossing?: RouteSpanRailwayCrossingAttribute;
|
|
1302
|
+
Region?: string;
|
|
1303
|
+
RoadAttributes?: RouteSpanRoadAttribute[];
|
|
1304
|
+
RouteNumbers?: RouteNumber[];
|
|
1305
|
+
ScooterAccess?: RouteSpanScooterAccessAttribute[];
|
|
1306
|
+
SpeedLimit?: RouteSpanSpeedLimitDetails;
|
|
1307
|
+
TollSystems?: number[];
|
|
1308
|
+
TruckAccess?: RouteSpanTruckAccessAttribute[];
|
|
1309
|
+
TruckRoadTypes?: number[];
|
|
1310
|
+
TypicalDuration?: number;
|
|
1311
|
+
Zones?: number[];
|
|
1312
|
+
}
|
|
1313
|
+
export interface RouteVehicleOverviewSummary {
|
|
1314
|
+
BestCaseDuration?: number;
|
|
1315
|
+
Distance: number | undefined;
|
|
1316
|
+
Duration: number | undefined;
|
|
1317
|
+
TypicalDuration?: number;
|
|
1318
|
+
}
|
|
1319
|
+
export interface RouteVehicleTravelOnlySummary {
|
|
1320
|
+
BestCaseDuration?: number;
|
|
1321
|
+
Duration: number | undefined;
|
|
1322
|
+
TypicalDuration?: number;
|
|
1323
|
+
}
|
|
1324
|
+
export interface RouteVehicleSummary {
|
|
1325
|
+
Overview?: RouteVehicleOverviewSummary;
|
|
1326
|
+
TravelOnly?: RouteVehicleTravelOnlySummary;
|
|
1327
|
+
}
|
|
1328
|
+
export interface RouteTollPaymentSite {
|
|
1329
|
+
Name?: string;
|
|
1330
|
+
Position: number[] | undefined;
|
|
1331
|
+
}
|
|
1332
|
+
export interface RouteTollPriceValueRange {
|
|
1333
|
+
Min: number | undefined;
|
|
1334
|
+
Max: number | undefined;
|
|
1335
|
+
}
|
|
1336
|
+
export interface RouteTollPrice {
|
|
1337
|
+
Currency: string | undefined;
|
|
1338
|
+
Estimate: boolean | undefined;
|
|
1339
|
+
PerDuration?: number;
|
|
1340
|
+
Range: boolean | undefined;
|
|
1341
|
+
RangeValue?: RouteTollPriceValueRange;
|
|
1342
|
+
Value: number | undefined;
|
|
1343
|
+
}
|
|
1344
|
+
export declare const RouteTollPassValidityPeriodType: {
|
|
1345
|
+
readonly ANNUAL: "Annual";
|
|
1346
|
+
readonly DAYS: "Days";
|
|
1347
|
+
readonly EXTENDED_ANNUAL: "ExtendedAnnual";
|
|
1348
|
+
readonly MINUTES: "Minutes";
|
|
1349
|
+
readonly MONTHS: "Months";
|
|
1350
|
+
};
|
|
1351
|
+
export type RouteTollPassValidityPeriodType =
|
|
1352
|
+
(typeof RouteTollPassValidityPeriodType)[keyof typeof RouteTollPassValidityPeriodType];
|
|
1353
|
+
export interface RouteTollPassValidityPeriod {
|
|
1354
|
+
Period: RouteTollPassValidityPeriodType | undefined;
|
|
1355
|
+
PeriodCount?: number;
|
|
1356
|
+
}
|
|
1357
|
+
export interface RouteTollPass {
|
|
1358
|
+
IncludesReturnTrip?: boolean;
|
|
1359
|
+
SeniorPass?: boolean;
|
|
1360
|
+
TransferCount?: number;
|
|
1361
|
+
TripCount?: number;
|
|
1362
|
+
ValidityPeriod?: RouteTollPassValidityPeriod;
|
|
1363
|
+
}
|
|
1364
|
+
export declare const RouteTollPaymentMethod: {
|
|
1365
|
+
readonly BANK_CARD: "BankCard";
|
|
1366
|
+
readonly CASH: "Cash";
|
|
1367
|
+
readonly CASH_EXACT: "CashExact";
|
|
1368
|
+
readonly CREDIT_CARD: "CreditCard";
|
|
1369
|
+
readonly PASS_SUBSCRIPTION: "PassSubscription";
|
|
1370
|
+
readonly TRANSPONDER: "Transponder";
|
|
1371
|
+
readonly TRAVEL_CARD: "TravelCard";
|
|
1372
|
+
readonly VIDEO_TOLL: "VideoToll";
|
|
1373
|
+
};
|
|
1374
|
+
export type RouteTollPaymentMethod =
|
|
1375
|
+
(typeof RouteTollPaymentMethod)[keyof typeof RouteTollPaymentMethod];
|
|
1376
|
+
export interface RouteTransponder {
|
|
1377
|
+
SystemName?: string;
|
|
1378
|
+
}
|
|
1379
|
+
export interface RouteTollRate {
|
|
1380
|
+
ApplicableTimes?: string;
|
|
1381
|
+
ConvertedPrice?: RouteTollPrice;
|
|
1382
|
+
Id: string | undefined;
|
|
1383
|
+
LocalPrice: RouteTollPrice | undefined;
|
|
1384
|
+
Name: string | undefined;
|
|
1385
|
+
Pass?: RouteTollPass;
|
|
1386
|
+
PaymentMethods: RouteTollPaymentMethod[] | undefined;
|
|
1387
|
+
Transponders: RouteTransponder[] | undefined;
|
|
1388
|
+
}
|
|
1389
|
+
export interface RouteToll {
|
|
1390
|
+
Country?: string;
|
|
1391
|
+
PaymentSites: RouteTollPaymentSite[] | undefined;
|
|
1392
|
+
Rates: RouteTollRate[] | undefined;
|
|
1393
|
+
Systems: number[] | undefined;
|
|
1394
|
+
}
|
|
1395
|
+
export interface RouteTollSystem {
|
|
1396
|
+
Name?: string;
|
|
1397
|
+
}
|
|
1398
|
+
export interface RouteContinueHighwayStepDetails {
|
|
1399
|
+
Intersection: LocalizedString[] | undefined;
|
|
1400
|
+
SteeringDirection?: RouteSteeringDirection;
|
|
1401
|
+
TurnAngle?: number;
|
|
1402
|
+
TurnIntensity?: RouteTurnIntensity;
|
|
1403
|
+
}
|
|
1404
|
+
export interface RouteEnterHighwayStepDetails {
|
|
1405
|
+
Intersection: LocalizedString[] | undefined;
|
|
1406
|
+
SteeringDirection?: RouteSteeringDirection;
|
|
1407
|
+
TurnAngle?: number;
|
|
1408
|
+
TurnIntensity?: RouteTurnIntensity;
|
|
1409
|
+
}
|
|
1410
|
+
export interface RouteExitStepDetails {
|
|
1411
|
+
Intersection: LocalizedString[] | undefined;
|
|
1412
|
+
RelativeExit?: number;
|
|
1413
|
+
SteeringDirection?: RouteSteeringDirection;
|
|
1414
|
+
TurnAngle?: number;
|
|
1415
|
+
TurnIntensity?: RouteTurnIntensity;
|
|
1416
|
+
}
|
|
1417
|
+
export interface RouteRampStepDetails {
|
|
1418
|
+
Intersection: LocalizedString[] | undefined;
|
|
1419
|
+
SteeringDirection?: RouteSteeringDirection;
|
|
1420
|
+
TurnAngle?: number;
|
|
1421
|
+
TurnIntensity?: RouteTurnIntensity;
|
|
1422
|
+
}
|
|
1423
|
+
export declare const RouteVehicleTravelStepType: {
|
|
1424
|
+
readonly ARRIVE: "Arrive";
|
|
1425
|
+
readonly CONTINUE: "Continue";
|
|
1426
|
+
readonly CONTINUE_HIGHWAY: "ContinueHighway";
|
|
1427
|
+
readonly DEPART: "Depart";
|
|
1428
|
+
readonly ENTER_HIGHWAY: "EnterHighway";
|
|
1429
|
+
readonly EXIT: "Exit";
|
|
1430
|
+
readonly KEEP: "Keep";
|
|
1431
|
+
readonly RAMP: "Ramp";
|
|
1432
|
+
readonly ROUNDABOUT_ENTER: "RoundaboutEnter";
|
|
1433
|
+
readonly ROUNDABOUT_EXIT: "RoundaboutExit";
|
|
1434
|
+
readonly ROUNDABOUT_PASS: "RoundaboutPass";
|
|
1435
|
+
readonly TURN: "Turn";
|
|
1436
|
+
readonly U_TURN: "UTurn";
|
|
1437
|
+
};
|
|
1438
|
+
export type RouteVehicleTravelStepType =
|
|
1439
|
+
(typeof RouteVehicleTravelStepType)[keyof typeof RouteVehicleTravelStepType];
|
|
1440
|
+
export interface RouteUTurnStepDetails {
|
|
1441
|
+
Intersection: LocalizedString[] | undefined;
|
|
1442
|
+
SteeringDirection?: RouteSteeringDirection;
|
|
1443
|
+
TurnAngle?: number;
|
|
1444
|
+
TurnIntensity?: RouteTurnIntensity;
|
|
1445
|
+
}
|
|
1446
|
+
export interface RouteVehicleTravelStep {
|
|
1447
|
+
ContinueHighwayStepDetails?: RouteContinueHighwayStepDetails;
|
|
1448
|
+
ContinueStepDetails?: RouteContinueStepDetails;
|
|
1449
|
+
CurrentRoad?: RouteRoad;
|
|
1450
|
+
Distance?: number;
|
|
1451
|
+
Duration: number | undefined;
|
|
1452
|
+
EnterHighwayStepDetails?: RouteEnterHighwayStepDetails;
|
|
1453
|
+
ExitNumber?: LocalizedString[];
|
|
1454
|
+
ExitStepDetails?: RouteExitStepDetails;
|
|
1455
|
+
GeometryOffset?: number;
|
|
1456
|
+
Instruction?: string;
|
|
1457
|
+
KeepStepDetails?: RouteKeepStepDetails;
|
|
1458
|
+
NextRoad?: RouteRoad;
|
|
1459
|
+
RampStepDetails?: RouteRampStepDetails;
|
|
1460
|
+
RoundaboutEnterStepDetails?: RouteRoundaboutEnterStepDetails;
|
|
1461
|
+
RoundaboutExitStepDetails?: RouteRoundaboutExitStepDetails;
|
|
1462
|
+
RoundaboutPassStepDetails?: RouteRoundaboutPassStepDetails;
|
|
1463
|
+
Signpost?: RouteSignpost;
|
|
1464
|
+
TurnStepDetails?: RouteTurnStepDetails;
|
|
1465
|
+
Type: RouteVehicleTravelStepType | undefined;
|
|
1466
|
+
UTurnStepDetails?: RouteUTurnStepDetails;
|
|
1467
|
+
}
|
|
1468
|
+
export interface RouteZone {
|
|
1469
|
+
Category?: RouteZoneCategory;
|
|
1470
|
+
Name?: string;
|
|
1471
|
+
}
|
|
1472
|
+
export interface RouteVehicleLegDetails {
|
|
1473
|
+
Arrival: RouteVehicleArrival | undefined;
|
|
1474
|
+
Departure: RouteVehicleDeparture | undefined;
|
|
1475
|
+
Incidents: RouteVehicleIncident[] | undefined;
|
|
1476
|
+
Notices: RouteVehicleNotice[] | undefined;
|
|
1477
|
+
PassThroughWaypoints: RoutePassThroughWaypoint[] | undefined;
|
|
1478
|
+
Spans: RouteVehicleSpan[] | undefined;
|
|
1479
|
+
Summary?: RouteVehicleSummary;
|
|
1480
|
+
Tolls: RouteToll[] | undefined;
|
|
1481
|
+
TollSystems: RouteTollSystem[] | undefined;
|
|
1482
|
+
TravelSteps: RouteVehicleTravelStep[] | undefined;
|
|
1483
|
+
TruckRoadTypes: string[] | undefined;
|
|
1484
|
+
Zones: RouteZone[] | undefined;
|
|
1485
|
+
}
|
|
1486
|
+
export interface RouteLeg {
|
|
1487
|
+
FerryLegDetails?: RouteFerryLegDetails;
|
|
1488
|
+
Geometry: RouteLegGeometry | undefined;
|
|
1489
|
+
Language?: string;
|
|
1490
|
+
PedestrianLegDetails?: RoutePedestrianLegDetails;
|
|
1491
|
+
TravelMode: RouteLegTravelMode | undefined;
|
|
1492
|
+
Type: RouteLegType | undefined;
|
|
1493
|
+
VehicleLegDetails?: RouteVehicleLegDetails;
|
|
1494
|
+
}
|
|
1495
|
+
export interface RouteMajorRoadLabel {
|
|
1496
|
+
RoadName?: LocalizedString;
|
|
1497
|
+
RouteNumber?: RouteNumber;
|
|
1498
|
+
}
|
|
1499
|
+
export interface RouteTollPriceSummary {
|
|
1500
|
+
Currency: string | undefined;
|
|
1501
|
+
Estimate: boolean | undefined;
|
|
1502
|
+
Range: boolean | undefined;
|
|
1503
|
+
RangeValue?: RouteTollPriceValueRange;
|
|
1504
|
+
Value: number | undefined;
|
|
1505
|
+
}
|
|
1506
|
+
export interface RouteTollSummary {
|
|
1507
|
+
Total?: RouteTollPriceSummary;
|
|
1508
|
+
}
|
|
1509
|
+
export interface RouteSummary {
|
|
1510
|
+
Distance?: number;
|
|
1511
|
+
Duration?: number;
|
|
1512
|
+
Tolls?: RouteTollSummary;
|
|
1513
|
+
}
|
|
1514
|
+
export interface Route {
|
|
1515
|
+
Legs: RouteLeg[] | undefined;
|
|
1516
|
+
MajorRoadLabels: RouteMajorRoadLabel[] | undefined;
|
|
1517
|
+
Summary?: RouteSummary;
|
|
1518
|
+
}
|
|
1519
|
+
export interface CalculateRoutesResponse {
|
|
1520
|
+
LegGeometryFormat: GeometryFormat | undefined;
|
|
1521
|
+
Notices: RouteResponseNotice[] | undefined;
|
|
1522
|
+
PricingBucket: string | undefined;
|
|
1523
|
+
Routes: Route[] | undefined;
|
|
1524
|
+
}
|
|
1525
|
+
export declare const DayOfWeek: {
|
|
1526
|
+
readonly FRIDAY: "Friday";
|
|
1527
|
+
readonly MONDAY: "Monday";
|
|
1528
|
+
readonly SATURDAY: "Saturday";
|
|
1529
|
+
readonly SUNDAY: "Sunday";
|
|
1530
|
+
readonly THURSDAY: "Thursday";
|
|
1531
|
+
readonly TUESDAY: "Tuesday";
|
|
1532
|
+
readonly WEDNESDAY: "Wednesday";
|
|
1533
|
+
};
|
|
1534
|
+
export type DayOfWeek = (typeof DayOfWeek)[keyof typeof DayOfWeek];
|
|
1535
|
+
export interface WaypointOptimizationAvoidanceAreaGeometry {
|
|
1536
|
+
BoundingBox?: number[];
|
|
1537
|
+
}
|
|
1538
|
+
export interface WaypointOptimizationAvoidanceArea {
|
|
1539
|
+
Geometry: WaypointOptimizationAvoidanceAreaGeometry | undefined;
|
|
1540
|
+
}
|
|
1541
|
+
export interface WaypointOptimizationAvoidanceOptions {
|
|
1542
|
+
Areas?: WaypointOptimizationAvoidanceArea[];
|
|
1543
|
+
CarShuttleTrains?: boolean;
|
|
1544
|
+
ControlledAccessHighways?: boolean;
|
|
1545
|
+
DirtRoads?: boolean;
|
|
1546
|
+
Ferries?: boolean;
|
|
1547
|
+
TollRoads?: boolean;
|
|
1548
|
+
Tunnels?: boolean;
|
|
1549
|
+
UTurns?: boolean;
|
|
1550
|
+
}
|
|
1551
|
+
export interface WaypointOptimizationAccessHoursEntry {
|
|
1552
|
+
DayOfWeek: DayOfWeek | undefined;
|
|
1553
|
+
TimeOfDay: string | undefined;
|
|
1554
|
+
}
|
|
1555
|
+
export interface WaypointOptimizationAccessHours {
|
|
1556
|
+
From: WaypointOptimizationAccessHoursEntry | undefined;
|
|
1557
|
+
To: WaypointOptimizationAccessHoursEntry | undefined;
|
|
1558
|
+
}
|
|
1559
|
+
export interface WaypointOptimizationSideOfStreetOptions {
|
|
1560
|
+
Position: number[] | undefined;
|
|
1561
|
+
UseWith?: SideOfStreetMatchingStrategy;
|
|
1562
|
+
}
|
|
1563
|
+
export interface WaypointOptimizationDestinationOptions {
|
|
1564
|
+
AccessHours?: WaypointOptimizationAccessHours;
|
|
1565
|
+
AppointmentTime?: string;
|
|
1566
|
+
Heading?: number;
|
|
1567
|
+
Id?: string;
|
|
1568
|
+
ServiceDuration?: number;
|
|
1569
|
+
SideOfStreet?: WaypointOptimizationSideOfStreetOptions;
|
|
1570
|
+
}
|
|
1571
|
+
export interface WaypointOptimizationRestCycleDurations {
|
|
1572
|
+
RestDuration: number | undefined;
|
|
1573
|
+
WorkDuration: number | undefined;
|
|
1574
|
+
}
|
|
1575
|
+
export interface WaypointOptimizationRestCycles {
|
|
1576
|
+
LongCycle: WaypointOptimizationRestCycleDurations | undefined;
|
|
1577
|
+
ShortCycle: WaypointOptimizationRestCycleDurations | undefined;
|
|
1578
|
+
}
|
|
1579
|
+
export interface WaypointOptimizationRestProfile {
|
|
1580
|
+
Profile: string | undefined;
|
|
1581
|
+
}
|
|
1582
|
+
export declare const WaypointOptimizationServiceTimeTreatment: {
|
|
1583
|
+
readonly REST: "Rest";
|
|
1584
|
+
readonly WORK: "Work";
|
|
1585
|
+
};
|
|
1586
|
+
export type WaypointOptimizationServiceTimeTreatment =
|
|
1587
|
+
(typeof WaypointOptimizationServiceTimeTreatment)[keyof typeof WaypointOptimizationServiceTimeTreatment];
|
|
1588
|
+
export interface WaypointOptimizationDriverOptions {
|
|
1589
|
+
RestCycles?: WaypointOptimizationRestCycles;
|
|
1590
|
+
RestProfile?: WaypointOptimizationRestProfile;
|
|
1591
|
+
TreatServiceTimeAs?: WaypointOptimizationServiceTimeTreatment;
|
|
1592
|
+
}
|
|
1593
|
+
export interface WaypointOptimizationExclusionOptions {
|
|
1594
|
+
Countries: string[] | undefined;
|
|
1595
|
+
}
|
|
1596
|
+
export declare const WaypointOptimizationSequencingObjective: {
|
|
1597
|
+
readonly FASTEST_ROUTE: "FastestRoute";
|
|
1598
|
+
readonly SHORTEST_ROUTE: "ShortestRoute";
|
|
1599
|
+
};
|
|
1600
|
+
export type WaypointOptimizationSequencingObjective =
|
|
1601
|
+
(typeof WaypointOptimizationSequencingObjective)[keyof typeof WaypointOptimizationSequencingObjective];
|
|
1602
|
+
export interface WaypointOptimizationOriginOptions {
|
|
1603
|
+
Id?: string;
|
|
1604
|
+
}
|
|
1605
|
+
export interface WaypointOptimizationTrafficOptions {
|
|
1606
|
+
Usage?: TrafficUsage;
|
|
1607
|
+
}
|
|
1608
|
+
export declare const WaypointOptimizationTravelMode: {
|
|
1609
|
+
readonly CAR: "Car";
|
|
1610
|
+
readonly PEDESTRIAN: "Pedestrian";
|
|
1611
|
+
readonly SCOOTER: "Scooter";
|
|
1612
|
+
readonly TRUCK: "Truck";
|
|
1613
|
+
};
|
|
1614
|
+
export type WaypointOptimizationTravelMode =
|
|
1615
|
+
(typeof WaypointOptimizationTravelMode)[keyof typeof WaypointOptimizationTravelMode];
|
|
1616
|
+
export interface WaypointOptimizationPedestrianOptions {
|
|
1617
|
+
Speed?: number;
|
|
1618
|
+
}
|
|
1619
|
+
export declare const WaypointOptimizationHazardousCargoType: {
|
|
1620
|
+
readonly COMBUSTIBLE: "Combustible";
|
|
1621
|
+
readonly CORROSIVE: "Corrosive";
|
|
1622
|
+
readonly EXPLOSIVE: "Explosive";
|
|
1623
|
+
readonly FLAMMABLE: "Flammable";
|
|
1624
|
+
readonly GAS: "Gas";
|
|
1625
|
+
readonly HARMFUL_TO_WATER: "HarmfulToWater";
|
|
1626
|
+
readonly ORGANIC: "Organic";
|
|
1627
|
+
readonly OTHER: "Other";
|
|
1628
|
+
readonly POISON: "Poison";
|
|
1629
|
+
readonly POISONOUS_INHALATION: "PoisonousInhalation";
|
|
1630
|
+
readonly RADIOACTIVE: "Radioactive";
|
|
1631
|
+
};
|
|
1632
|
+
export type WaypointOptimizationHazardousCargoType =
|
|
1633
|
+
(typeof WaypointOptimizationHazardousCargoType)[keyof typeof WaypointOptimizationHazardousCargoType];
|
|
1634
|
+
export interface WaypointOptimizationTrailerOptions {
|
|
1635
|
+
TrailerCount?: number;
|
|
1636
|
+
}
|
|
1637
|
+
export declare const WaypointOptimizationTruckType: {
|
|
1638
|
+
readonly STRAIGHT_TRUCK: "StraightTruck";
|
|
1639
|
+
readonly TRACTOR: "Tractor";
|
|
1640
|
+
};
|
|
1641
|
+
export type WaypointOptimizationTruckType =
|
|
1642
|
+
(typeof WaypointOptimizationTruckType)[keyof typeof WaypointOptimizationTruckType];
|
|
1643
|
+
export interface WaypointOptimizationTruckOptions {
|
|
1644
|
+
GrossWeight?: number;
|
|
1645
|
+
HazardousCargos?: WaypointOptimizationHazardousCargoType[];
|
|
1646
|
+
Height?: number;
|
|
1647
|
+
Length?: number;
|
|
1648
|
+
Trailer?: WaypointOptimizationTrailerOptions;
|
|
1649
|
+
TruckType?: WaypointOptimizationTruckType;
|
|
1650
|
+
TunnelRestrictionCode?: string;
|
|
1651
|
+
WeightPerAxle?: number;
|
|
1652
|
+
Width?: number;
|
|
1653
|
+
}
|
|
1654
|
+
export interface WaypointOptimizationTravelModeOptions {
|
|
1655
|
+
Pedestrian?: WaypointOptimizationPedestrianOptions;
|
|
1656
|
+
Truck?: WaypointOptimizationTruckOptions;
|
|
1657
|
+
}
|
|
1658
|
+
export interface WaypointOptimizationWaypoint {
|
|
1659
|
+
AccessHours?: WaypointOptimizationAccessHours;
|
|
1660
|
+
AppointmentTime?: string;
|
|
1661
|
+
Before?: number[];
|
|
1662
|
+
Heading?: number;
|
|
1663
|
+
Id?: string;
|
|
1664
|
+
Position: number[] | undefined;
|
|
1665
|
+
ServiceDuration?: number;
|
|
1666
|
+
SideOfStreet?: WaypointOptimizationSideOfStreetOptions;
|
|
1667
|
+
}
|
|
1668
|
+
export interface OptimizeWaypointsRequest {
|
|
1669
|
+
Avoid?: WaypointOptimizationAvoidanceOptions;
|
|
1670
|
+
DepartureTime?: string;
|
|
1671
|
+
Destination?: number[];
|
|
1672
|
+
DestinationOptions?: WaypointOptimizationDestinationOptions;
|
|
1673
|
+
Driver?: WaypointOptimizationDriverOptions;
|
|
1674
|
+
Exclude?: WaypointOptimizationExclusionOptions;
|
|
1675
|
+
Key?: string;
|
|
1676
|
+
OptimizeSequencingFor?: WaypointOptimizationSequencingObjective;
|
|
1677
|
+
Origin: number[] | undefined;
|
|
1678
|
+
OriginOptions?: WaypointOptimizationOriginOptions;
|
|
1679
|
+
Traffic?: WaypointOptimizationTrafficOptions;
|
|
1680
|
+
TravelMode?: WaypointOptimizationTravelMode;
|
|
1681
|
+
TravelModeOptions?: WaypointOptimizationTravelModeOptions;
|
|
1682
|
+
Waypoints?: WaypointOptimizationWaypoint[];
|
|
1683
|
+
}
|
|
1684
|
+
export interface WaypointOptimizationConnection {
|
|
1685
|
+
Distance: number | undefined;
|
|
1686
|
+
From: string | undefined;
|
|
1687
|
+
RestDuration: number | undefined;
|
|
1688
|
+
To: string | undefined;
|
|
1689
|
+
TravelDuration: number | undefined;
|
|
1690
|
+
WaitDuration: number | undefined;
|
|
1691
|
+
}
|
|
1692
|
+
export declare const WaypointOptimizationConstraint: {
|
|
1693
|
+
readonly ACCESS_HOURS: "AccessHours";
|
|
1694
|
+
readonly APPOINTMENT_TIME: "AppointmentTime";
|
|
1695
|
+
readonly BEFORE: "Before";
|
|
1696
|
+
readonly HEADING: "Heading";
|
|
1697
|
+
readonly SERVICE_DURATION: "ServiceDuration";
|
|
1698
|
+
readonly SIDE_OF_STREET: "SideOfStreet";
|
|
1699
|
+
};
|
|
1700
|
+
export type WaypointOptimizationConstraint =
|
|
1701
|
+
(typeof WaypointOptimizationConstraint)[keyof typeof WaypointOptimizationConstraint];
|
|
1702
|
+
export interface WaypointOptimizationFailedConstraint {
|
|
1703
|
+
Constraint?: WaypointOptimizationConstraint;
|
|
1704
|
+
Reason?: string;
|
|
1705
|
+
}
|
|
1706
|
+
export interface WaypointOptimizationImpedingWaypoint {
|
|
1707
|
+
FailedConstraints: WaypointOptimizationFailedConstraint[] | undefined;
|
|
1708
|
+
Id: string | undefined;
|
|
1709
|
+
Position: number[] | undefined;
|
|
1710
|
+
}
|
|
1711
|
+
export interface WaypointOptimizationOptimizedWaypoint {
|
|
1712
|
+
ArrivalTime?: string;
|
|
1713
|
+
DepartureTime: string | undefined;
|
|
1714
|
+
Id: string | undefined;
|
|
1715
|
+
Position: number[] | undefined;
|
|
1716
|
+
}
|
|
1717
|
+
export interface WaypointOptimizationTimeBreakdown {
|
|
1718
|
+
RestDuration: number | undefined;
|
|
1719
|
+
ServiceDuration: number | undefined;
|
|
1720
|
+
TravelDuration: number | undefined;
|
|
1721
|
+
WaitDuration: number | undefined;
|
|
1722
|
+
}
|
|
1723
|
+
export interface OptimizeWaypointsResponse {
|
|
1724
|
+
Connections: WaypointOptimizationConnection[] | undefined;
|
|
1725
|
+
Distance: number | undefined;
|
|
1726
|
+
Duration: number | undefined;
|
|
1727
|
+
ImpedingWaypoints: WaypointOptimizationImpedingWaypoint[] | undefined;
|
|
1728
|
+
OptimizedWaypoints: WaypointOptimizationOptimizedWaypoint[] | undefined;
|
|
1729
|
+
PricingBucket: string | undefined;
|
|
1730
|
+
TimeBreakdown: WaypointOptimizationTimeBreakdown | undefined;
|
|
1731
|
+
}
|
|
1732
|
+
export interface RoadSnapTracePoint {
|
|
1733
|
+
Heading?: number;
|
|
1734
|
+
Position: number[] | undefined;
|
|
1735
|
+
Speed?: number;
|
|
1736
|
+
Timestamp?: string;
|
|
1737
|
+
}
|
|
1738
|
+
export declare const RoadSnapTravelMode: {
|
|
1739
|
+
readonly CAR: "Car";
|
|
1740
|
+
readonly PEDESTRIAN: "Pedestrian";
|
|
1741
|
+
readonly SCOOTER: "Scooter";
|
|
1742
|
+
readonly TRUCK: "Truck";
|
|
1743
|
+
};
|
|
1744
|
+
export type RoadSnapTravelMode =
|
|
1745
|
+
(typeof RoadSnapTravelMode)[keyof typeof RoadSnapTravelMode];
|
|
1746
|
+
export declare const RoadSnapHazardousCargoType: {
|
|
1747
|
+
readonly COMBUSTIBLE: "Combustible";
|
|
1748
|
+
readonly CORROSIVE: "Corrosive";
|
|
1749
|
+
readonly EXPLOSIVE: "Explosive";
|
|
1750
|
+
readonly FLAMMABLE: "Flammable";
|
|
1751
|
+
readonly GAS: "Gas";
|
|
1752
|
+
readonly HARMFUL_TO_WATER: "HarmfulToWater";
|
|
1753
|
+
readonly ORGANIC: "Organic";
|
|
1754
|
+
readonly OTHER: "Other";
|
|
1755
|
+
readonly POISON: "Poison";
|
|
1756
|
+
readonly POISONOUS_INHALATION: "PoisonousInhalation";
|
|
1757
|
+
readonly RADIOACTIVE: "Radioactive";
|
|
1758
|
+
};
|
|
1759
|
+
export type RoadSnapHazardousCargoType =
|
|
1760
|
+
(typeof RoadSnapHazardousCargoType)[keyof typeof RoadSnapHazardousCargoType];
|
|
1761
|
+
export interface RoadSnapTrailerOptions {
|
|
1762
|
+
TrailerCount?: number;
|
|
1763
|
+
}
|
|
1764
|
+
export interface RoadSnapTruckOptions {
|
|
1765
|
+
GrossWeight?: number;
|
|
1766
|
+
HazardousCargos?: RoadSnapHazardousCargoType[];
|
|
1767
|
+
Height?: number;
|
|
1768
|
+
Length?: number;
|
|
1769
|
+
Trailer?: RoadSnapTrailerOptions;
|
|
1770
|
+
TunnelRestrictionCode?: string;
|
|
1771
|
+
Width?: number;
|
|
1772
|
+
}
|
|
1773
|
+
export interface RoadSnapTravelModeOptions {
|
|
1774
|
+
Truck?: RoadSnapTruckOptions;
|
|
1775
|
+
}
|
|
1776
|
+
export interface SnapToRoadsRequest {
|
|
1777
|
+
Key?: string;
|
|
1778
|
+
SnappedGeometryFormat?: GeometryFormat;
|
|
1779
|
+
SnapRadius?: number;
|
|
1780
|
+
TracePoints: RoadSnapTracePoint[] | undefined;
|
|
1781
|
+
TravelMode?: RoadSnapTravelMode;
|
|
1782
|
+
TravelModeOptions?: RoadSnapTravelModeOptions;
|
|
1783
|
+
}
|
|
1784
|
+
export declare const RoadSnapNoticeCode: {
|
|
1785
|
+
readonly TRACE_POINTS_HEADING_IGNORED: "TracePointsHeadingIgnored";
|
|
1786
|
+
readonly TRACE_POINTS_IGNORED: "TracePointsIgnored";
|
|
1787
|
+
readonly TRACE_POINTS_MOVED_BY_LARGE_DISTANCE: "TracePointsMovedByLargeDistance";
|
|
1788
|
+
readonly TRACE_POINTS_NOT_MATCHED: "TracePointsNotMatched";
|
|
1789
|
+
readonly TRACE_POINTS_OUT_OF_SEQUENCE: "TracePointsOutOfSequence";
|
|
1790
|
+
readonly TRACE_POINTS_SPEED_ESTIMATED: "TracePointsSpeedEstimated";
|
|
1791
|
+
readonly TRACE_POINTS_SPEED_IGNORED: "TracePointsSpeedIgnored";
|
|
1792
|
+
};
|
|
1793
|
+
export type RoadSnapNoticeCode =
|
|
1794
|
+
(typeof RoadSnapNoticeCode)[keyof typeof RoadSnapNoticeCode];
|
|
1795
|
+
export interface RoadSnapNotice {
|
|
1796
|
+
Code: RoadSnapNoticeCode | undefined;
|
|
1797
|
+
Title: string | undefined;
|
|
1798
|
+
TracePointIndexes: number[] | undefined;
|
|
1799
|
+
}
|
|
1800
|
+
export interface RoadSnapSnappedGeometry {
|
|
1801
|
+
LineString?: number[][];
|
|
1802
|
+
Polyline?: string;
|
|
1803
|
+
}
|
|
1804
|
+
export interface RoadSnapSnappedTracePoint {
|
|
1805
|
+
Confidence: number | undefined;
|
|
1806
|
+
OriginalPosition: number[] | undefined;
|
|
1807
|
+
SnappedPosition: number[] | undefined;
|
|
1808
|
+
}
|
|
1809
|
+
export interface SnapToRoadsResponse {
|
|
1810
|
+
Notices: RoadSnapNotice[] | undefined;
|
|
1811
|
+
PricingBucket: string | undefined;
|
|
1812
|
+
SnappedGeometry?: RoadSnapSnappedGeometry;
|
|
1813
|
+
SnappedGeometryFormat: GeometryFormat | undefined;
|
|
1814
|
+
SnappedTracePoints: RoadSnapSnappedTracePoint[] | undefined;
|
|
1815
|
+
}
|
|
1816
|
+
export declare const CorridorFilterSensitiveLog: (obj: Corridor) => any;
|
|
1817
|
+
export declare const PolylineCorridorFilterSensitiveLog: (
|
|
1818
|
+
obj: PolylineCorridor
|
|
1819
|
+
) => any;
|
|
1820
|
+
export declare const IsolineAvoidanceAreaGeometryFilterSensitiveLog: (
|
|
1821
|
+
obj: IsolineAvoidanceAreaGeometry
|
|
1822
|
+
) => any;
|
|
1823
|
+
export declare const IsolineAvoidanceAreaFilterSensitiveLog: (
|
|
1824
|
+
obj: IsolineAvoidanceArea
|
|
1825
|
+
) => any;
|
|
1826
|
+
export declare const IsolineAvoidanceOptionsFilterSensitiveLog: (
|
|
1827
|
+
obj: IsolineAvoidanceOptions
|
|
1828
|
+
) => any;
|
|
1829
|
+
export declare const IsolineMatchingOptionsFilterSensitiveLog: (
|
|
1830
|
+
obj: IsolineMatchingOptions
|
|
1831
|
+
) => any;
|
|
1832
|
+
export declare const IsolineSideOfStreetOptionsFilterSensitiveLog: (
|
|
1833
|
+
obj: IsolineSideOfStreetOptions
|
|
1834
|
+
) => any;
|
|
1835
|
+
export declare const IsolineDestinationOptionsFilterSensitiveLog: (
|
|
1836
|
+
obj: IsolineDestinationOptions
|
|
1837
|
+
) => any;
|
|
1838
|
+
export declare const IsolineOriginOptionsFilterSensitiveLog: (
|
|
1839
|
+
obj: IsolineOriginOptions
|
|
1840
|
+
) => any;
|
|
1841
|
+
export declare const CalculateIsolinesRequestFilterSensitiveLog: (
|
|
1842
|
+
obj: CalculateIsolinesRequest
|
|
1843
|
+
) => any;
|
|
1844
|
+
export declare const IsolineConnectionGeometryFilterSensitiveLog: (
|
|
1845
|
+
obj: IsolineConnectionGeometry
|
|
1846
|
+
) => any;
|
|
1847
|
+
export declare const IsolineConnectionFilterSensitiveLog: (
|
|
1848
|
+
obj: IsolineConnection
|
|
1849
|
+
) => any;
|
|
1850
|
+
export declare const IsolineShapeGeometryFilterSensitiveLog: (
|
|
1851
|
+
obj: IsolineShapeGeometry
|
|
1852
|
+
) => any;
|
|
1853
|
+
export declare const IsolineFilterSensitiveLog: (obj: Isoline) => any;
|
|
1854
|
+
export declare const CalculateIsolinesResponseFilterSensitiveLog: (
|
|
1855
|
+
obj: CalculateIsolinesResponse
|
|
1856
|
+
) => any;
|
|
1857
|
+
export declare const RouteMatrixAvoidanceAreaGeometryFilterSensitiveLog: (
|
|
1858
|
+
obj: RouteMatrixAvoidanceAreaGeometry
|
|
1859
|
+
) => any;
|
|
1860
|
+
export declare const RouteMatrixAvoidanceAreaFilterSensitiveLog: (
|
|
1861
|
+
obj: RouteMatrixAvoidanceArea
|
|
1862
|
+
) => any;
|
|
1863
|
+
export declare const RouteMatrixAvoidanceOptionsFilterSensitiveLog: (
|
|
1864
|
+
obj: RouteMatrixAvoidanceOptions
|
|
1865
|
+
) => any;
|
|
1866
|
+
export declare const RouteMatrixMatchingOptionsFilterSensitiveLog: (
|
|
1867
|
+
obj: RouteMatrixMatchingOptions
|
|
1868
|
+
) => any;
|
|
1869
|
+
export declare const RouteMatrixSideOfStreetOptionsFilterSensitiveLog: (
|
|
1870
|
+
obj: RouteMatrixSideOfStreetOptions
|
|
1871
|
+
) => any;
|
|
1872
|
+
export declare const RouteMatrixDestinationOptionsFilterSensitiveLog: (
|
|
1873
|
+
obj: RouteMatrixDestinationOptions
|
|
1874
|
+
) => any;
|
|
1875
|
+
export declare const RouteMatrixDestinationFilterSensitiveLog: (
|
|
1876
|
+
obj: RouteMatrixDestination
|
|
1877
|
+
) => any;
|
|
1878
|
+
export declare const RouteMatrixOriginOptionsFilterSensitiveLog: (
|
|
1879
|
+
obj: RouteMatrixOriginOptions
|
|
1880
|
+
) => any;
|
|
1881
|
+
export declare const RouteMatrixOriginFilterSensitiveLog: (
|
|
1882
|
+
obj: RouteMatrixOrigin
|
|
1883
|
+
) => any;
|
|
1884
|
+
export declare const CircleFilterSensitiveLog: (obj: Circle) => any;
|
|
1885
|
+
export declare const RouteMatrixBoundaryGeometryFilterSensitiveLog: (
|
|
1886
|
+
obj: RouteMatrixBoundaryGeometry
|
|
1887
|
+
) => any;
|
|
1888
|
+
export declare const RouteMatrixBoundaryFilterSensitiveLog: (
|
|
1889
|
+
obj: RouteMatrixBoundary
|
|
1890
|
+
) => any;
|
|
1891
|
+
export declare const CalculateRouteMatrixRequestFilterSensitiveLog: (
|
|
1892
|
+
obj: CalculateRouteMatrixRequest
|
|
1893
|
+
) => any;
|
|
1894
|
+
export declare const CalculateRouteMatrixResponseFilterSensitiveLog: (
|
|
1895
|
+
obj: CalculateRouteMatrixResponse
|
|
1896
|
+
) => any;
|
|
1897
|
+
export declare const RouteAvoidanceAreaGeometryFilterSensitiveLog: (
|
|
1898
|
+
obj: RouteAvoidanceAreaGeometry
|
|
1899
|
+
) => any;
|
|
1900
|
+
export declare const RouteAvoidanceAreaFilterSensitiveLog: (
|
|
1901
|
+
obj: RouteAvoidanceArea
|
|
1902
|
+
) => any;
|
|
1903
|
+
export declare const RouteAvoidanceOptionsFilterSensitiveLog: (
|
|
1904
|
+
obj: RouteAvoidanceOptions
|
|
1905
|
+
) => any;
|
|
1906
|
+
export declare const RouteMatchingOptionsFilterSensitiveLog: (
|
|
1907
|
+
obj: RouteMatchingOptions
|
|
1908
|
+
) => any;
|
|
1909
|
+
export declare const RouteSideOfStreetOptionsFilterSensitiveLog: (
|
|
1910
|
+
obj: RouteSideOfStreetOptions
|
|
1911
|
+
) => any;
|
|
1912
|
+
export declare const RouteDestinationOptionsFilterSensitiveLog: (
|
|
1913
|
+
obj: RouteDestinationOptions
|
|
1914
|
+
) => any;
|
|
1915
|
+
export declare const RouteOriginOptionsFilterSensitiveLog: (
|
|
1916
|
+
obj: RouteOriginOptions
|
|
1917
|
+
) => any;
|
|
1918
|
+
export declare const RouteWaypointFilterSensitiveLog: (
|
|
1919
|
+
obj: RouteWaypoint
|
|
1920
|
+
) => any;
|
|
1921
|
+
export declare const CalculateRoutesRequestFilterSensitiveLog: (
|
|
1922
|
+
obj: CalculateRoutesRequest
|
|
1923
|
+
) => any;
|
|
1924
|
+
export declare const RouteFerryPlaceFilterSensitiveLog: (
|
|
1925
|
+
obj: RouteFerryPlace
|
|
1926
|
+
) => any;
|
|
1927
|
+
export declare const RouteFerryArrivalFilterSensitiveLog: (
|
|
1928
|
+
obj: RouteFerryArrival
|
|
1929
|
+
) => any;
|
|
1930
|
+
export declare const RouteFerryDepartureFilterSensitiveLog: (
|
|
1931
|
+
obj: RouteFerryDeparture
|
|
1932
|
+
) => any;
|
|
1933
|
+
export declare const RoutePassThroughPlaceFilterSensitiveLog: (
|
|
1934
|
+
obj: RoutePassThroughPlace
|
|
1935
|
+
) => any;
|
|
1936
|
+
export declare const RoutePassThroughWaypointFilterSensitiveLog: (
|
|
1937
|
+
obj: RoutePassThroughWaypoint
|
|
1938
|
+
) => any;
|
|
1939
|
+
export declare const RouteFerryLegDetailsFilterSensitiveLog: (
|
|
1940
|
+
obj: RouteFerryLegDetails
|
|
1941
|
+
) => any;
|
|
1942
|
+
export declare const RouteLegGeometryFilterSensitiveLog: (
|
|
1943
|
+
obj: RouteLegGeometry
|
|
1944
|
+
) => any;
|
|
1945
|
+
export declare const RoutePedestrianPlaceFilterSensitiveLog: (
|
|
1946
|
+
obj: RoutePedestrianPlace
|
|
1947
|
+
) => any;
|
|
1948
|
+
export declare const RoutePedestrianArrivalFilterSensitiveLog: (
|
|
1949
|
+
obj: RoutePedestrianArrival
|
|
1950
|
+
) => any;
|
|
1951
|
+
export declare const RoutePedestrianDepartureFilterSensitiveLog: (
|
|
1952
|
+
obj: RoutePedestrianDeparture
|
|
1953
|
+
) => any;
|
|
1954
|
+
export declare const RoutePedestrianLegDetailsFilterSensitiveLog: (
|
|
1955
|
+
obj: RoutePedestrianLegDetails
|
|
1956
|
+
) => any;
|
|
1957
|
+
export declare const RouteVehiclePlaceFilterSensitiveLog: (
|
|
1958
|
+
obj: RouteVehiclePlace
|
|
1959
|
+
) => any;
|
|
1960
|
+
export declare const RouteVehicleArrivalFilterSensitiveLog: (
|
|
1961
|
+
obj: RouteVehicleArrival
|
|
1962
|
+
) => any;
|
|
1963
|
+
export declare const RouteVehicleDepartureFilterSensitiveLog: (
|
|
1964
|
+
obj: RouteVehicleDeparture
|
|
1965
|
+
) => any;
|
|
1966
|
+
export declare const RouteTollPaymentSiteFilterSensitiveLog: (
|
|
1967
|
+
obj: RouteTollPaymentSite
|
|
1968
|
+
) => any;
|
|
1969
|
+
export declare const RouteTollFilterSensitiveLog: (obj: RouteToll) => any;
|
|
1970
|
+
export declare const RouteVehicleLegDetailsFilterSensitiveLog: (
|
|
1971
|
+
obj: RouteVehicleLegDetails
|
|
1972
|
+
) => any;
|
|
1973
|
+
export declare const RouteLegFilterSensitiveLog: (obj: RouteLeg) => any;
|
|
1974
|
+
export declare const RouteFilterSensitiveLog: (obj: Route) => any;
|
|
1975
|
+
export declare const CalculateRoutesResponseFilterSensitiveLog: (
|
|
1976
|
+
obj: CalculateRoutesResponse
|
|
1977
|
+
) => any;
|
|
1978
|
+
export declare const WaypointOptimizationAvoidanceAreaGeometryFilterSensitiveLog: (
|
|
1979
|
+
obj: WaypointOptimizationAvoidanceAreaGeometry
|
|
1980
|
+
) => any;
|
|
1981
|
+
export declare const WaypointOptimizationAvoidanceAreaFilterSensitiveLog: (
|
|
1982
|
+
obj: WaypointOptimizationAvoidanceArea
|
|
1983
|
+
) => any;
|
|
1984
|
+
export declare const WaypointOptimizationAvoidanceOptionsFilterSensitiveLog: (
|
|
1985
|
+
obj: WaypointOptimizationAvoidanceOptions
|
|
1986
|
+
) => any;
|
|
1987
|
+
export declare const WaypointOptimizationSideOfStreetOptionsFilterSensitiveLog: (
|
|
1988
|
+
obj: WaypointOptimizationSideOfStreetOptions
|
|
1989
|
+
) => any;
|
|
1990
|
+
export declare const WaypointOptimizationDestinationOptionsFilterSensitiveLog: (
|
|
1991
|
+
obj: WaypointOptimizationDestinationOptions
|
|
1992
|
+
) => any;
|
|
1993
|
+
export declare const WaypointOptimizationWaypointFilterSensitiveLog: (
|
|
1994
|
+
obj: WaypointOptimizationWaypoint
|
|
1995
|
+
) => any;
|
|
1996
|
+
export declare const OptimizeWaypointsRequestFilterSensitiveLog: (
|
|
1997
|
+
obj: OptimizeWaypointsRequest
|
|
1998
|
+
) => any;
|
|
1999
|
+
export declare const WaypointOptimizationImpedingWaypointFilterSensitiveLog: (
|
|
2000
|
+
obj: WaypointOptimizationImpedingWaypoint
|
|
2001
|
+
) => any;
|
|
2002
|
+
export declare const WaypointOptimizationOptimizedWaypointFilterSensitiveLog: (
|
|
2003
|
+
obj: WaypointOptimizationOptimizedWaypoint
|
|
2004
|
+
) => any;
|
|
2005
|
+
export declare const OptimizeWaypointsResponseFilterSensitiveLog: (
|
|
2006
|
+
obj: OptimizeWaypointsResponse
|
|
2007
|
+
) => any;
|
|
2008
|
+
export declare const RoadSnapTracePointFilterSensitiveLog: (
|
|
2009
|
+
obj: RoadSnapTracePoint
|
|
2010
|
+
) => any;
|
|
2011
|
+
export declare const SnapToRoadsRequestFilterSensitiveLog: (
|
|
2012
|
+
obj: SnapToRoadsRequest
|
|
2013
|
+
) => any;
|
|
2014
|
+
export declare const RoadSnapSnappedGeometryFilterSensitiveLog: (
|
|
2015
|
+
obj: RoadSnapSnappedGeometry
|
|
2016
|
+
) => any;
|
|
2017
|
+
export declare const RoadSnapSnappedTracePointFilterSensitiveLog: (
|
|
2018
|
+
obj: RoadSnapSnappedTracePoint
|
|
2019
|
+
) => any;
|
|
2020
|
+
export declare const SnapToRoadsResponseFilterSensitiveLog: (
|
|
2021
|
+
obj: SnapToRoadsResponse
|
|
2022
|
+
) => any;
|