You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* The level of directional narrative to include. Locations and times will always be returned, but narrative generation verbosity can be controlled with this parameter.
* The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
6
+
*
7
+
* The version of the OpenAPI document: 11.0.0
8
+
* Contact: support@stadiamaps.com
9
+
*
10
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+
* https://openapi-generator.tech
12
+
* Do not edit the class manually.
13
+
*/
14
+
15
+
/**
16
+
* A routing profile that determines which roads are eligible for matching (e.g. trucks probably aren't on sidewalks, so the search will snap to the nearest truck-accessible road).
Copy file name to clipboardExpand all lines: src/generated/models/TimeConstraintV1.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -14,13 +14,13 @@
14
14
15
15
import{mapValues}from"../runtime";
16
16
/**
17
-
* Specifies the time context for time-dependent routing (e.g., to account for traffic patterns or time-based access restrictions). Defaults to "depart_now" for traffic-influenced routing profiles like `auto_traffic`.
17
+
* Specifies the time context for time-dependent routing (e.g., to account for traffic patterns or time-based access restrictions). Defaults to depart_now for traffic-influenced routing profiles like `auto_traffic`.
18
18
* @export
19
19
* @interface TimeConstraintV1
20
20
*/
21
21
exportinterfaceTimeConstraintV1{
22
22
/**
23
-
* The type of time constraint: "depart_now" = depart now (current time), "depart_at" = depart at the specified time, "arrive_at" = arrive by the specified time.
23
+
* The type of time constraint: `depart_now` = depart now (current time), `depart_at` = depart at the specified time, `arrive_at` = arrive by the specified time.
* The level of directional narrative to include. Locations and times will always be returned, but narrative generation verbosity can be controlled with this parameter.
* If present, provides either a whitelist or a blacklist of keys to include/exclude in the response. This key is optional, and if omitted from the request, all available info will be returned.
0 commit comments