Basic types.
Specifies the consumption factor at a certain speed.
This type is experimental. Before using it, make sure you understand the implications of Experimental features.
Field Name | Type | Required | Default | Since | Description |
---|---|---|---|---|---|
speed | Speed (double) | yes | - | (2.23) | Specifies the speed.
This field is experimental. Before using it, make sure you understand the implications of Experimental features. |
factor | NonNegativeDouble (double) | yes | - | (2.23) | Specifies the consumption factor at the specified speed.
This field is experimental. Before using it, make sure you understand the implications of Experimental features. |
Specifies monetary costs in a certain currency. For example, toll costs that have to be paid for a route.
Field Name | Type | Required | Default | Since | Description |
---|---|---|---|---|---|
amount | double | yes | - | 2.0 | The amount of the costs in the specified currency. |
currency | CurrencyCode (String) | yes | - | 2.0 | The currency code. |
Type for storing a single untyped key value pair. Contains a string key and value. Interpretation of this type depends on the point of use. It is usually found in lists with keys being unique to the list unless otherwise mentioned.
Field Name | Type | Required | Default | Since | Description |
---|---|---|---|---|---|
key | String | yes | - | 2.0 | Key identifying the value.
Categories:highPerformanceRouting |
value | String | yes | - | 2.0 | Value identified by the key. Interpretation depends on point of use.
Categories:highPerformanceRouting |
Specifies a language by its code and its name.
Field Name | Type | Required | Default | Since | Description |
---|---|---|---|---|---|
code | LanguageCode (String) | no | - | 2.14 | The language code. |
name | String | no | - | 2.14 | The language name in the respective language. |
Specifies a time zone by its offset to UTC and daylight saving time.