diff --git a/docs/around_me/android/changelogs.md b/docs/around_me/android/changelogs.md
index c236eb7bf..17a0eb8a5 100644
--- a/docs/around_me/android/changelogs.md
+++ b/docs/around_me/android/changelogs.md
@@ -4,6 +4,8 @@ title: Around Me Android - Changelogs - Navitia SDK Docs
# Around Me Android Changelogs
+* [v2.15.0](releases/2.15.0/index.md) (_24 Mar 2025_)
+* [v2.14.0](releases/2.14.0/index.md) (_25 Feb 2025_)
* [v2.13.4](releases/2.13.4/index.md) (_03 Feb 2025_)
* [v2.13.3](releases/2.13.3/index.md) (_09 Jan 2025_)
* [v2.13.2](releases/2.13.2/index.md) (_26 Dec 2024_)
diff --git a/docs/around_me/android/index.md b/docs/around_me/android/index.md
index ad6f88efe..5beba44f5 100644
--- a/docs/around_me/android/index.md
+++ b/docs/around_me/android/index.md
@@ -10,7 +10,7 @@ Add the following dependencies in the `build.gradle` file of your application:
```kotlin
dependencies {
- implementation("com.kisio.navitia.sdk.ui:aroundme:2.13.4")
+ implementation("com.kisio.navitia.sdk.ui:aroundme:2.15.0")
}
```
diff --git a/docs/around_me/android/releases/2.14.0/index.md b/docs/around_me/android/releases/2.14.0/index.md
new file mode 100644
index 000000000..a55e61086
--- /dev/null
+++ b/docs/around_me/android/releases/2.14.0/index.md
@@ -0,0 +1,30 @@
+---
+title: AroundMe Android 2.14.0 - Changelog - Navitia SDK Docs
+---
+
+# Around Me Android 2.14.0 Changelog
+
+
๐ 25 Feb 2025
+
+#### Features
+- Display of reduce mobility parking places for a parking POI is now configurable
+
+#### Fixes
+- No longer show POIs when selecting a transport category in the quick filters
+
+#### Dependencies
+- `gradle` > `8.10.2`
+- `kotlinVersion` > `2.1.0`
+- `com.android.tools.build:gradle` > `8.8.0`
+- `compileSdk` > `35`
+- `buildToolsVersion` > `35.0.0`
+- `daggerVersion` > `2.55`
+- `fragmentVersion` > `1.8.5`
+- `lifecycleVersion` > `2.8.7`
+- `androidx.constraintlayout:constraintlayout` > `2.2.0`
+- `androidx.core:core-ktx` > `1.15.0`
+- `androidx.recyclerview:recyclerview` > `1.4.0`
+- `com.kisio.navitia.sdk.engine:design` > `2.20.0`
+- `com.kisio.navitia.sdk.engine:router` > `2.6.4`
+- `com.kisio.navitia.sdk.engine:toolbox` > `1.20.0`
+- `org.jetbrains.kotlinx:kotlinx-serialization-json` > `1.6.3`
diff --git a/docs/around_me/android/releases/2.15.0 /index.md b/docs/around_me/android/releases/2.15.0 /index.md
new file mode 100644
index 000000000..3d38b8208
--- /dev/null
+++ b/docs/around_me/android/releases/2.15.0 /index.md
@@ -0,0 +1,16 @@
+---
+title: AroundMe Android 2.15.0 - Changelog - Navitia SDK Docs
+---
+
+# Around Me Android 2.15.0 Changelog
+
+๐ 24 Mar 2025
+
+#### Features
+- Tab titles for stations, routes, and self-service bike stations are configurable
+
+#### Dependencies
+- `fragmentVersion` > `1.8.6`
+- `androidx.constraintlayout:constraintlayout` > `2.2.1`
+- `com.kisio.navitia.sdk.data:expert` > `3.7.0`
+- `com.kisio.navitia.sdk.engine:design` > `2.21.0`
diff --git a/docs/around_me/ios/changelogs.md b/docs/around_me/ios/changelogs.md
index b40a6d4aa..51c209f69 100644
--- a/docs/around_me/ios/changelogs.md
+++ b/docs/around_me/ios/changelogs.md
@@ -4,6 +4,8 @@ title: Around Me iOS - Changelogs - Navitia SDK Docs
# Around Me iOS Changelogs
+* [v4.1.0](releases/4.1.0/index.md) (_24 Mar 2025_)
+* [v4.0.0](releases/4.0.0/index.md) (_24 Feb 2025_)
* [v3.10.2](releases/3.10.2/index.md) (_12 Feb 2025_)
* [v3.10.1](releases/3.10.1/index.md) (_04 Feb 2025_)
* [v3.10.0](releases/3.10.0/index.md) (_02 Dec 2024_)
diff --git a/docs/around_me/ios/index.md b/docs/around_me/ios/index.md
index eaececc82..662528df3 100644
--- a/docs/around_me/ios/index.md
+++ b/docs/around_me/ios/index.md
@@ -13,7 +13,7 @@ source 'https://github.com/CocoaPods/Specs.git' # Default Cocoapods URL
source 'https://github.com/hove-io/Podspecs.git' # Around Me podspec URL
target 'YOUR_PROJECT_SCHEME' do
- pod 'AroundMeSDK', '3.10.2' # Around Me Pod definition
+ pod 'AroundMeSDK', '4.1.0' # Around Me Pod definition
end
# Required for XCFramework
@@ -39,15 +39,19 @@ This module is set up by calling `AroundMe.shared.initialize()` method which tak
| Name | Required | Description | Type | Example
| --- |:---:| --- | :---: | :---: |
| `coverage` | :material-check: | Navitia coverage | `String` | `fr-idf` |
+| `token` | :material-check: | Navitia token | `String` | `ABCD-1234-...` |
+| `timeZone` | :material-check: | Time zone | `String` | `Europe/Paris` |
| `env` | :material-check: | Navitia environment | `String` | `PROD` |
| `colors` | :material-check: | Define the custom colors | [`AroundMeColorsConfiguration`](../../getting_started/#around-me-color) | - |
+| `unifiedColors` | :material-close: | Define the custom colors | [`UnifiedColorsConfiguration`](../../getting_started/#unified-colors) | - |
| `fonts` | :material-close: | Use custom fonts | [`AroundMeFontsConfiguration`](../../getting_started/#custom-font) | - |
| `lineResources` | :material-close: | List of transport lines resource IDs | [`[LineResource]`](../../getting_started/#line-resource) | - |
| `modeResources` | :material-close: | List of transport modes resource IDs | [`[ModeResource]`](../../getting_started/#mode-resource) | - |
-| `transportCategories` | :material-check: | List of supported transport modes | [`[TransportCategory]`](../../getting_started/#transport-category) | - |
| `poiCategories` | :material-close: | List of available POIs | [`[PoiCategory]`](../../getting_started/#poi-category) | - |
| `providerResources` | :material-close: | Transport providers configuration | [`[ProviderResource]`](../../getting_started/#provider-resource) | - |
| `titleResources` | :material-close: | Screens titles customization | [`AroundMeTitlesResources`](../../getting_started/#around-me-title-resource) | - |
+| `iconsResources` | :material-close: | List of icon resource names | [`AroundMeIconsResources`](../../getting_started/#icon-resource) | - |
+| `transportCategories` | :material-close: | List of supported transport modes | [`[TransportCategory]`](../../getting_started/#transport-category) | - |
| `features` | :material-close: | Enable/disable some features | [`AroundMeFeaturesConfiguration`](../../getting_started/#around-me-features) | - |
You can also call the `initialize()` method with the global JSON configuration file added to your application bundle:
@@ -100,14 +104,24 @@ You can also call the `initialize()` method with the global JSON configuration f
primaryColor: "#88819f",
secondaryColor: "#8faa96"
)
-
+ let disruptionsColorsConfiguration = DisruptionsColorsConfiguration(
+ information: "#22a824",
+ nonBlocking: "#faa12d",
+ blocking: "#e62c29"
+ )
+ let unifiedColorsConfiguration = UnifiedColorsConfiguration(
+ disruptions: disruptionsColorsConfiguration
+ )
+
try AroundMe.shared.initialize(
coverage: "fr-idf",
token: "your_token",
+ timeZone: "your_contry",
env: "PROD",
colors: aroundmeColorsConfiguration,
- transportCategories: transportCategories
- )
+ unifiedColors: unifiedColorsConfiguration,
+ transportCategories: transportCategories,
+ )
} catch {
Logger.error("%@", String(
format: "Around Me SDK cannot be initialized! %@",
@@ -141,7 +155,7 @@ If you want to use the `rootViewController` as a `ChildViewController` of your `
```swift
navigationController?.pushViewController(
- trafficViewController,
+ aroundMeViewController,
animated: false
)
```
@@ -150,7 +164,7 @@ If you want to use the `rootViewController` as a `ChildViewController` of your `
```swift
yourViewController.addChild(UINavigationController(
- rootViewController: trafficViewController
+ rootViewController: aroundMeViewController
))
```
diff --git a/docs/around_me/ios/releases/3.4.0/index.md b/docs/around_me/ios/releases/3.4.0/index.md
index f329a6b9d..cd724e105 100644
--- a/docs/around_me/ios/releases/3.4.0/index.md
+++ b/docs/around_me/ios/releases/3.4.0/index.md
@@ -19,7 +19,7 @@ title: AroundMe iOS 3.4.0 - Changelog - Navitia SDK Docs
#### Fixes
- Do not display `Favorite stations` if no station is added to favorites
- Fix stations sort in the bottom sheet
-- Fix bicycle parking displayed as P+R
+- Fix bike parking displayed as P+R
- Fix sections order in autocompletion
- Fix home and work bookmark buttons not clickable
- Fix Line icon position in the bottom sheet
diff --git a/docs/around_me/ios/releases/4.0.0/index.md b/docs/around_me/ios/releases/4.0.0/index.md
new file mode 100644
index 000000000..a67cd9283
--- /dev/null
+++ b/docs/around_me/ios/releases/4.0.0/index.md
@@ -0,0 +1,26 @@
+---
+title: AroundMe iOS 4.0.0 - Changelog - Navitia SDK Docs
+---
+
+# AroundMe iOS 4.0.0 Changelog
+
+๐ 24 Feb 2025
+
+#### Feature
+- Show/hide PRM availability based on configuration
+
+#### Tasks
+- Extract module configuration from unified configuration
+- Add unified colors configuration
+- Update minimum iOS deployment to 16
+- Show places list in fullscreen
+
+#### Fixes
+- Remove navigation bar in home screen
+- Fix map filtering
+- Add missing poi categories in init
+
+#### Dependencies
+- `NavitiaSDK` -> `2.8.0`
+- `RouterEngine` -> `1.6.0`
+- `DesignEngine` -> `3.0.0`
\ No newline at end of file
diff --git a/docs/around_me/ios/releases/4.1.0/index.md b/docs/around_me/ios/releases/4.1.0/index.md
new file mode 100644
index 000000000..a0759b8fd
--- /dev/null
+++ b/docs/around_me/ios/releases/4.1.0/index.md
@@ -0,0 +1,24 @@
+---
+title: AroundMe iOS 4.1.0 - Changelog - Navitia SDK Docs
+---
+
+# AroundMe iOS 4.1.0 Changelog
+
+๐ 24 Mar 2025
+
+#### Tasks
+- Hide parking section that was displayed inside favorite journey freeze
+- Show searched places addresses
+- Make searched poi icons customizable
+- Add config params to override favorite tabs title
+- Display POI icons if available
+- Display line details for every zoom level
+
+#### Fixes
+- Fix transport line text color icon in map annotation
+- Fix back button not returning the view back to its previous state
+- Fix line path not properly displayed on the map
+
+#### Dependencies
+- `NavitiaSDK` -> `2.9.0`
+- `DesignEngine` -> `3.1.0`
\ No newline at end of file
diff --git a/docs/assets/file/config.json b/docs/assets/file/config.json
index ef2fe7a93..93f93739d 100644
--- a/docs/assets/file/config.json
+++ b/docs/assets/file/config.json
@@ -563,7 +563,8 @@
"add_poi_infos": [
"bss_stands",
"car_park"
- ]
+ ],
+ "park_mode": ""
}
],
"poi_categories": [
@@ -626,10 +627,19 @@
"booking": true,
"bookmark_mode": {
"enabled": true,
- "display": {
- "bss": true,
- "journeys": true,
- "stations": true
+ "tabs": {
+ "bss": {
+ "display": true,
+ "title_res": ""
+ },
+ "journeys": {
+ "display": true,
+ "title_res": ""
+ },
+ "stations": {
+ "display": true,
+ "title_res": ""
+ }
}
},
"default_location": {
@@ -643,7 +653,10 @@
"frequency": 30
},
"park_availability": {
- "frequency": 30
+ "frequency": 30,
+ "display": {
+ "prm": true
+ }
},
"schedule_mode": true,
"stop_point_search": true,
@@ -658,13 +671,28 @@
"frequency": 30
},
"park_availability": {
- "frequency": 30
+ "frequency": 30,
+ "display": {
+ "prm": true
+ }
},
"schedule_mode": true,
"tabs": {
- "transports": true,
+ "transports": {
+ "enabled": true,
+ "sections": {
+ "stations_title_res": "",
+ "bss_stations_title_res": "",
+ "car_parking_title_res": ""
+ }
+ },
"journeys": true,
- "addresses": true
+ "addresses": {
+ "enabled": true,
+ "sections": {
+ "places_title_res": ""
+ }
+ }
}
},
"journey": {
@@ -702,7 +730,10 @@
}
},
"park_availability": {
- "frequency": 30
+ "frequency": 30,
+ "display": {
+ "prm": true
+ }
},
"price": true,
"realtime_delays": true,
@@ -726,6 +757,11 @@
}
},
"go_from_go_to": true,
+ "line_name": {
+ "allowed_commercial_modes": [
+ ""
+ ]
+ },
"max_history": 10,
"networks_filter": true,
"next_departures": {
@@ -747,8 +783,11 @@
"disruption_contributors": [
""
],
- "networks_filter": true,
- "transport_networks": true
+ "filters": true,
+ "transport_networks": true,
+ "forbidden_networks": [
+ ""
+ ]
}
}
-}
\ No newline at end of file
+}
diff --git a/docs/assets/img/traffic/ios/all_disruptions_screen.png b/docs/assets/img/traffic/ios/all_disruptions_screen.png
index f5f97798b..6ef34806f 100644
Binary files a/docs/assets/img/traffic/ios/all_disruptions_screen.png and b/docs/assets/img/traffic/ios/all_disruptions_screen.png differ
diff --git a/docs/assets/img/traffic/ios/filters_menu.png b/docs/assets/img/traffic/ios/filters_menu.png
index 122a10011..9ca727837 100644
Binary files a/docs/assets/img/traffic/ios/filters_menu.png and b/docs/assets/img/traffic/ios/filters_menu.png differ
diff --git a/docs/assets/img/traffic/ios/home_screen.png b/docs/assets/img/traffic/ios/home_screen.png
index 7331ab687..8a0e01430 100644
Binary files a/docs/assets/img/traffic/ios/home_screen.png and b/docs/assets/img/traffic/ios/home_screen.png differ
diff --git a/docs/assets/img/traffic/ios/subscriptions_list_screen.png b/docs/assets/img/traffic/ios/subscriptions_list_screen.png
index cce014d03..1fa7d0226 100644
Binary files a/docs/assets/img/traffic/ios/subscriptions_list_screen.png and b/docs/assets/img/traffic/ios/subscriptions_list_screen.png differ
diff --git a/docs/bookmark/android/changelogs.md b/docs/bookmark/android/changelogs.md
index 87a057d1a..d936f5b5a 100644
--- a/docs/bookmark/android/changelogs.md
+++ b/docs/bookmark/android/changelogs.md
@@ -4,6 +4,8 @@ title: Bookmark Android - Changelogs - Navitia SDK Docs
# Bookmark Android Changelogs
+* [v1.11.0](releases/1.11.0/index.md) (_24 Mar 2025_)
+* [v1.10.0](releases/1.10.0/index.md) (_13 Feb 2025_)
* [v1.9.4](releases/1.9.4/index.md) (_03 Feb 2025_)
* [v1.9.3](releases/1.9.3/index.md) (_08 Jan 2025_)
* [v1.9.2](releases/1.9.2/index.md) (_24 Dec 2024_)
diff --git a/docs/bookmark/android/index.md b/docs/bookmark/android/index.md
index 05c52c460..3837a992b 100644
--- a/docs/bookmark/android/index.md
+++ b/docs/bookmark/android/index.md
@@ -10,7 +10,7 @@ Add the following dependencies in the `build.gradle` file of your application:
```kotlin
dependencies {
- implementation("com.kisio.navitia.sdk.ui:bookmark:1.9.4")
+ implementation("com.kisio.navitia.sdk.ui:bookmark:1.11.0")
}
```
diff --git a/docs/bookmark/android/releases/1.10.0/index.md b/docs/bookmark/android/releases/1.10.0/index.md
new file mode 100644
index 000000000..060093eec
--- /dev/null
+++ b/docs/bookmark/android/releases/1.10.0/index.md
@@ -0,0 +1,30 @@
+---
+title: Bookmark Android 1.10.0 - Changelog - Navitia SDK Docs
+---
+
+# Bookmark Android 1.10.0 Changelog
+
+๐ 13 Feb 2025
+
+#### Features
+- Display of reduce mobility parking places for a parking POI is now configurable
+
+#### Tasks
+- Rename `see_all_schedules` to `schedule_mode` in the configuration
+- Replace the icon for self-service bike parking places
+
+#### Dependencies
+- `gradle` > `8.10.2`
+- `kotlinVersion` > `2.1.0`
+- `com.android.tools.build:gradle` > `8.8.0`
+- `compileSdk` > `35`
+- `buildToolsVersion` > `35.0.0`
+- `daggerVersion` > `2.55`
+- `fragmentVersion` > `1.8.5`
+- `androidx.constraintlayout:constraintlayout` > `2.2.0`
+- `androidx.core:core-ktx` > `1.15.0`
+- `androidx.recyclerview:recyclerview` > `1.4.0`
+- `com.kisio.navitia.sdk.engine:design` > `2.20.0`
+- `com.kisio.navitia.sdk.engine:router` > `2.6.4`
+- `com.kisio.navitia.sdk.engine:toolbox` > `1.20.0`
+- `org.jetbrains.kotlinx:kotlinx-serialization-json` > `1.6.3`
diff --git a/docs/bookmark/android/releases/1.11.0/index.md b/docs/bookmark/android/releases/1.11.0/index.md
new file mode 100644
index 000000000..6c4f6f550
--- /dev/null
+++ b/docs/bookmark/android/releases/1.11.0/index.md
@@ -0,0 +1,16 @@
+---
+title: Bookmark Android 1.11.0 - Changelog - Navitia SDK Docs
+---
+
+# Bookmark Android 1.11.0 Changelog
+
+๐ 24 Mar 2025
+
+#### Features
+- Section titles for stations, self-service bike stations, and parking in the transport tab are configurable
+
+#### Dependencies
+- `fragmentVersion` > `1.8.6`
+- `androidx.constraintlayout:constraintlayout` > `2.2.1`
+- `com.kisio.navitia.sdk.data:expert` > `3.7.0`
+- `com.kisio.navitia.sdk.engine:design` > `2.21.0`
diff --git a/docs/bookmark/ios/changelogs.md b/docs/bookmark/ios/changelogs.md
index 8138b4d71..df03b9722 100644
--- a/docs/bookmark/ios/changelogs.md
+++ b/docs/bookmark/ios/changelogs.md
@@ -4,6 +4,8 @@ title: Bookmark iOS - Changelogs - Navitia SDK Docs
# Bookmark iOS Changelogs
+* [v2.1.0](releases/2.1.0/index.md) (_24 Mar 2025_)
+* [v2.0.0](releases/2.0.0/index.md) (_24 Feb 2025_)
* [v1.9.3](releases/1.9.3/index.md) (_12 Feb 2025_)
* [v1.9.2](releases/1.9.2/index.md) (_04 Feb 2025_)
* [v1.9.1](releases/1.9.1/index.md) (_09 Dec 2024_)
diff --git a/docs/bookmark/ios/index.md b/docs/bookmark/ios/index.md
index 92e519e75..c50e492cd 100644
--- a/docs/bookmark/ios/index.md
+++ b/docs/bookmark/ios/index.md
@@ -13,7 +13,7 @@ source 'https://github.com/CocoaPods/Specs.git' # Default Cocoapods URL
source 'https://github.com/hove-io/Podspecs.git' # Bookmark podspec URL
target 'YOUR_PROJECT_SCHEME' do
- pod 'BookmarkSDK', '1.9.3' # Bookmark Pod definition
+ pod 'BookmarkSDK', '2.1.0' # Bookmark Pod definition
end
# Required for XCFramework
@@ -40,12 +40,15 @@ This module is set up by calling `Bookmark.shared.initialize()` method which tak
| --- |:---:| --- | :---: | :---: |
| `coverage` | :material-check: | Navitia coverage | `String` | `fr-idf` |
| `token` | :material-check: | Get your token | `String` | :material-close: |
+| `timeZone` | :material-check: | Time zone | `String` | `Europe/Paris` |
| `env` | :material-check: | Navitia environment | `String` | `PROD` |
-| `colors` | :material-check: | Define the custom colors | [`AroundMeColorsConfiguration`](../../getting_started/#around-me-color) | - |
-| `fonts` | :material-close: | Use custom fonts | [`AroundMeFontsConfiguration`](../../getting_started/#custom-font) | - |
+| `colors` | :material-check: | Define the custom colors | [`BookmarkColorsConfiguration`](../../getting_started/#bookmark-color) | - |
+| `unifiedColors` | :material-close: | Define the custom colors | [`UnifiedColorsConfiguration`](../../getting_started/#unified_colors) | - |
+| `fonts` | :material-close: | Use custom fonts | [`BookmarkFontsConfiguration`](../../getting_started/#custom-font) | - |
| `lineResources` | :material-close: | List of transport lines resource IDs | [`[LineResource]`](../../getting_started/#line-resource) | - |
| `modeResources` | :material-close: | List of transport modes resource IDs | [`[ModeResource]`](../../getting_started/#mode-resource) | - |
-| `transportCategories` | :material-check: | List of supported transport modes | [`[TransportCategory]`](../../getting_started/#transport-category) | - |
+| `poiCategories` | :material-close: | List of available POIs | [`[PoiCategory]`](../../getting_started/#poi-category) | - |
+| `features` | :material-close: | Enable/disable some features | [`BookmarkFeaturesConfiguration`](../../getting_started/#bookmark-features) | - |
You can also call the `initialize()` method with the global JSON configuration file added to your application bundle:
@@ -62,7 +65,7 @@ You can also call the `initialize()` method with the global JSON configuration f
do {
try Bookmark.shared.initialize(
token: "your_token",
- configurationJsonFile: "aroundme_configuration.json"
+ configurationJsonFile: "bookmark_configuration.json"
)
} catch {
Logger.error("%@", String(
@@ -76,36 +79,26 @@ You can also call the `initialize()` method with the global JSON configuration f
```swift
do {
- let transportCategories = [TransportCategory(
- modules: ["aroundme"],
- iconRes: "ic_section_mode_metro",
- nameRes: "metro",
- selected: true,
- modes: [TransportCategoryMode(
- physical: TransportPhysicalMode(
- id: "physical_mode:Metro",
- nameRes: "metro"
- ),
- commercial: TransportCommercialMode(
- id: "commercial_mode:Metro",
- name: "Metro"
- )
- )],
- firstSectionModes: ["walking"],
- lastSectionModes: ["walking"]
- )]
-
let bookmarkColorsConfiguration = AroundMeColorsConfiguration(
primaryColor: "#88819f",
secondaryColor: "#8faa96"
)
+ let disruptionsColorsConfiguration = DisruptionsColorsConfiguration(
+ information: "#22a824",
+ nonBlocking: "#faa12d",
+ blocking: "#e62c29"
+ )
+ let unifiedColorsConfiguration = UnifiedColorsConfiguration(
+ disruptions: disruptionsColorsConfiguration
+ )
try Bookmark.shared.initialize(
coverage: "fr-idf",
token: "your_token",
+ timeZone: "your_country",
env: "PROD",
colors: bookmarkColorsConfiguration,
- transportCategories: transportCategories
+ unifiedColors: unifiedColorsConfiguration
)
} catch {
Logger.error("%@", String(
diff --git a/docs/bookmark/ios/releases/2.0.0/index.md b/docs/bookmark/ios/releases/2.0.0/index.md
new file mode 100644
index 000000000..6f0bc6605
--- /dev/null
+++ b/docs/bookmark/ios/releases/2.0.0/index.md
@@ -0,0 +1,20 @@
+---
+title: Bookmark iOS 2.0.0 - Changelog - Navitia SDK Docs
+---
+
+# Bookmark iOS 2.0.0 Changelog
+
+๐ 24 Feb 2025
+
+#### Features
+- Show/hide PRM availability based on configuration
+
+#### Tasks
+- Extract module configuration from unified configuration
+- Add unified colors configuration
+- Update minimum iOS deployment to 16
+
+#### Dependencies
+- `NavitiaSDK` -> `2.8.0`
+- `RouterEngine` -> `1.6.0`
+- `DesignEngine` -> `3.0.0`
\ No newline at end of file
diff --git a/docs/bookmark/ios/releases/2.1.0/index.md b/docs/bookmark/ios/releases/2.1.0/index.md
new file mode 100644
index 000000000..4818b6501
--- /dev/null
+++ b/docs/bookmark/ios/releases/2.1.0/index.md
@@ -0,0 +1,18 @@
+---
+title: Bookmark iOS 2.1.0 - Changelog - Navitia SDK Docs
+---
+
+# Bookmark iOS 2.1.0 Changelog
+
+๐ 24 Mar 2025
+
+#### Features
+- Add config params to override section's title in tabs
+
+#### Tasks
+- Hide parking section that was displayed inside favorite journey freeze
+- Display POI icon if available
+
+#### Dependencies
+- `NavitiaSDK` -> `2.9.0`
+- `DesignEngine` -> `3.1.0`
\ No newline at end of file
diff --git a/docs/expert/android/api/AccessPointsApi.md b/docs/expert/android/api/AccessPointsApi.md
index 95a711fff..df1d6ff76 100644
--- a/docs/expert/android/api/AccessPointsApi.md
+++ b/docs/expert/android/api/AccessPointsApi.md
@@ -15,8 +15,8 @@ Method | HTTP request
Name | Type | Note
---- | ---- | ----
-**lat** | **Double** | The latitude of where the coord you want to query
**lon** | **Double** | The longitude of where the coord you want to query
+**lat** | **Double** | The latitude of where the coord you want to query
**depth** | **Int** | The depth of your object [optional] [default to 1]
**count** | **Int** | Number of objects per page [optional] [default to 25]
**startPage** | **Int** | The current page [optional]
@@ -28,8 +28,8 @@ Name | Type | Note
Example
```kotlin
ExpertSdk.getInstance().accessPointsApi.getCoordLonLatAccessPoints(
- lat = 0.0,
lon = 0.0,
+ lat = 0.0,
depth = 123,
count = 123,
startPage = 123,
@@ -50,8 +50,8 @@ if (response.isSuccessful && response.body() != null) {
Name | Type | Note
---- | ---- | ----
-**lat** | **Double** | The latitude of where the coord you want to query
**lon** | **Double** | The longitude of where the coord you want to query
+**lat** | **Double** | The latitude of where the coord you want to query
**depth** | **Int** | The depth of your object [optional] [default to 1]
**count** | **Int** | Number of objects per page [optional] [default to 25]
**startPage** | **Int** | The current page [optional]
@@ -63,8 +63,8 @@ Name | Type | Note
Example
```kotlin
ExpertSdk.getInstance().accessPointsApi.getCoordsLonLatAccessPoints(
- lat = 0.0,
lon = 0.0,
+ lat = 0.0,
depth = 123,
count = 123,
startPage = 123,
@@ -85,8 +85,8 @@ if (response.isSuccessful && response.body() != null) {
Name | Type | Note
---- | ---- | ----
-**lat** | **Double** | The latitude of where the coord you want to query
**lon** | **Double** | The longitude of where the coord you want to query
+**lat** | **Double** | The latitude of where the coord you want to query
**depth** | **Int** | The depth of your object [optional] [default to 1]
**count** | **Int** | Number of objects per page [optional] [default to 25]
**startPage** | **Int** | The current page [optional]
@@ -98,8 +98,8 @@ Name | Type | Note
Example
```kotlin
ExpertSdk.getInstance().accessPointsApi.getCoverageLonLatAccessPoints(
- lat = 0.0,
lon = 0.0,
+ lat = 0.0,
depth = 123,
count = 123,
startPage = 123,
@@ -120,8 +120,8 @@ if (response.isSuccessful && response.body() != null) {
Name | Type | Note
---- | ---- | ----
-**lat** | **Double** | The latitude of where the coord you want to query
**lon** | **Double** | The longitude of where the coord you want to query
+**lat** | **Double** | The latitude of where the coord you want to query
**uri** | **String** | First part of the uri
**depth** | **Int** | The depth of your object [optional] [default to 1]
**count** | **Int** | Number of objects per page [optional] [default to 25]
@@ -134,8 +134,8 @@ Name | Type | Note
Example
```kotlin
ExpertSdk.getInstance().accessPointsApi.getCoverageLonLatUriAccessPoints(
- lat = 0.0,
lon = 0.0,
+ lat = 0.0,
uri = "uri_example",
depth = 123,
count = 123,
diff --git a/docs/expert/android/api/AddressesApi.md b/docs/expert/android/api/AddressesApi.md
index d8b4db475..f56c97d3f 100644
--- a/docs/expert/android/api/AddressesApi.md
+++ b/docs/expert/android/api/AddressesApi.md
@@ -17,8 +17,8 @@ Method | HTTP request
Name | Type | Note
---- | ---- | ----
-**lat** | **Double** | The latitude of where the coord you want to query
**lon** | **Double** | The longitude of where the coord you want to query
+**lat** | **Double** | The latitude of where the coord you want to query
### Return
[**DictAddresses**](../model/DictAddresses.md)
@@ -26,8 +26,8 @@ Name | Type | Note
Example
```kotlin
ExpertSdk.getInstance().addressesApi.getCoverageLonLatAddresses(
- lat = 0.0,
- lon = 0.0
+ lon = 0.0,
+ lat = 0.0
)
if (response.isSuccessful && response.body() != null) {
@@ -44,8 +44,8 @@ if (response.isSuccessful && response.body() != null) {
Name | Type | Note
---- | ---- | ----
-**lat** | **Double** | The latitude of where the coord you want to query
**lon** | **Double** | The longitude of where the coord you want to query
+**lat** | **Double** | The latitude of where the coord you want to query
**id** | **String** | Id of the object you want to query
### Return
@@ -54,8 +54,8 @@ Name | Type | Note
Example
```kotlin
ExpertSdk.getInstance().addressesApi.getCoverageLonLatAddressesId(
- lat = 0.0,
lon = 0.0,
+ lat = 0.0,
id = "id_example"
)
@@ -73,8 +73,8 @@ if (response.isSuccessful && response.body() != null) {
Name | Type | Note
---- | ---- | ----
-**lat** | **Double** | The latitude of where the coord you want to query
**lon** | **Double** | The longitude of where the coord you want to query
+**lat** | **Double** | The latitude of where the coord you want to query
**uri** | **String** | First part of the uri
### Return
@@ -83,8 +83,8 @@ Name | Type | Note
Example
```kotlin
ExpertSdk.getInstance().addressesApi.getCoverageLonLatUriAddresses(
- lat = 0.0,
lon = 0.0,
+ lat = 0.0,
uri = "uri_example"
)
@@ -102,8 +102,8 @@ if (response.isSuccessful && response.body() != null) {
Name | Type | Note
---- | ---- | ----
-**lat** | **Double** | The latitude of where the coord you want to query
**lon** | **Double** | The longitude of where the coord you want to query
+**lat** | **Double** | The latitude of where the coord you want to query
**uri** | **String** | First part of the uri
**id** | **String** | Id of the object you want to query
@@ -113,8 +113,8 @@ Name | Type | Note
Example
```kotlin
ExpertSdk.getInstance().addressesApi.getCoverageLonLatUriAddressesId(
- lat = 0.0,
lon = 0.0,
+ lat = 0.0,
uri = "uri_example",
id = "id_example"
)
diff --git a/docs/expert/android/api/CalendarsApi.md b/docs/expert/android/api/CalendarsApi.md
index f4df4ac46..d5bf00a87 100644
--- a/docs/expert/android/api/CalendarsApi.md
+++ b/docs/expert/android/api/CalendarsApi.md
@@ -15,8 +15,8 @@ Method | HTTP request
Name | Type | Note
---- | ---- | ----
-**lat** | **Double** | The latitude of where the coord you want to query
**lon** | **Double** | The longitude of where the coord you want to query
+**lat** | **Double** | The latitude of where the coord you want to query
**depth** | **Int** | The depth of your object [optional] [default to 1]
**count** | **Int** | Number of calendars per page [optional] [default to 10]
**startPage** | **Int** | The current page [optional]
@@ -32,8 +32,8 @@ Name | Type | Note
Example
```kotlin
ExpertSdk.getInstance().calendarsApi.getCoverageLonLatCalendars(
- lat = 0.0,
lon = 0.0,
+ lat = 0.0,
depth = 123,
count = 123,
startPage = 123,
@@ -58,8 +58,8 @@ if (response.isSuccessful && response.body() != null) {
Name | Type | Note
---- | ---- | ----
-**lat** | **Double** | The latitude of where the coord you want to query
**lon** | **Double** | The longitude of where the coord you want to query
+**lat** | **Double** | The latitude of where the coord you want to query
**id** | **String** | Id of the object you want to query
**depth** | **Int** | The depth of your object [optional] [default to 1]
**count** | **Int** | Number of calendars per page [optional] [default to 10]
@@ -76,8 +76,8 @@ Name | Type | Note
Example
```kotlin
ExpertSdk.getInstance().calendarsApi.getCoverageLonLatCalendarsId(
- lat = 0.0,
lon = 0.0,
+ lat = 0.0,
id = "id_example",
depth = 123,
count = 123,
@@ -103,8 +103,8 @@ if (response.isSuccessful && response.body() != null) {
Name | Type | Note
---- | ---- | ----
-**lat** | **Double** | The latitude of where the coord you want to query
**lon** | **Double** | The longitude of where the coord you want to query
+**lat** | **Double** | The latitude of where the coord you want to query
**uri** | **String** | First part of the uri
**depth** | **Int** | The depth of your object [optional] [default to 1]
**count** | **Int** | Number of calendars per page [optional] [default to 10]
@@ -121,8 +121,8 @@ Name | Type | Note
Example
```kotlin
ExpertSdk.getInstance().calendarsApi.getCoverageLonLatUriCalendars(
- lat = 0.0,
lon = 0.0,
+ lat = 0.0,
uri = "uri_example",
depth = 123,
count = 123,
diff --git a/docs/expert/android/api/CommercialModesApi.md b/docs/expert/android/api/CommercialModesApi.md
index a29e11c6b..18d287998 100644
--- a/docs/expert/android/api/CommercialModesApi.md
+++ b/docs/expert/android/api/CommercialModesApi.md
@@ -17,8 +17,8 @@ Method | HTTP request
Name | Type | Note
---- | ---- | ----
-**lat** | **Double** | The latitude of where the coord you want to query
**lon** | **Double** | The longitude of where the coord you want to query
+**lat** | **Double** | The latitude of where the coord you want to query
**startPage** | **Int** | The page where you want to start [optional]
**count** | **Int** | Number of objects you want on a page [optional] [default to 25]
**depth** | **Int** | The depth of your object [optional] [default to 1]
@@ -26,15 +26,16 @@ Name | Type | Note
**forbiddenUris** | [**List**](String.md) | forbidden uris [optional]
**externalCode** | **String** | An external code to query [optional]
**headsign** | **String** | filter vehicle journeys on headsign [optional]
-**odtLevel** | **String** | odt level [optional] [default to all] [enum: scheduled, all, zonal, with_stops]
+**odtLevel** | **String** | odt level [optional] [default to all] [enum: all, with_stops, zonal, scheduled]
**dataFreshness** | **String** | Define the freshness of data to use to filter vehicle_journeys along with parameters &since and/or &until . Provides only the vehicle_journeys valid for the data freshness level requested. Using `&data_freshness=base_schedule` will return all original vehicle_journeys onlywhereas using `&data_freshness=realtime` will return vehicle_journeys after applyingmodifications by realtime (amended vehicle_journeys, and non-impacted original vehicle_journeys). [optional] [default to base_schedule] [enum: base_schedule, adapted_schedule, realtime]
**distance** | **Int** | Distance range of the query. Used only if a coord is in the query [optional] [default to 200]
-**since** | **DateTime** | filters objects not valid before this date [optional]
-**until** | **DateTime** | filters objects not valid after this date [optional]
+**since** | **LocalDateTime** | filters objects not valid before this date [optional]
+**until** | **LocalDateTime** | filters objects not valid after this date [optional]
**disableGeojson** | **Boolean** | remove geojson from the response [optional]
**disableDisruption** | **Boolean** | remove disruptions from the response [optional]
**filter** | **String** | The filter parameter [optional]
**tags** | [**List**](String.md) | If filled, will restrain the search within the given disruption tags [optional]
+**language** | **String** | Here, select a specific language for disruption message [optional] [enum: nl-NL, en-US, en-GB, fr-FR, de-DE, hi-IN, it-IT, ja-JP, pt-PT, ru-RU, es-ES]
### Return
[**CommercialModes**](../model/CommercialModes.md)
@@ -42,8 +43,8 @@ Name | Type | Note
Example
```kotlin
ExpertSdk.getInstance().commercialModesApi.getCoverageLonLatCommercialModes(
- lat = 0.0,
lon = 0.0,
+ lat = 0.0,
startPage = 123,
count = 123,
depth = 123,
@@ -54,12 +55,13 @@ ExpertSdk.getInstance().commercialModesApi.getCoverageLonLatCommercialModes(
odtLevel = "odtLevel_example",
dataFreshness = "dataFreshness_example",
distance = 123,
- since = DateTime.now(),
- until = DateTime.now(),
+ since = LocalDateTime.now(),
+ until = LocalDateTime.now(),
disableGeojson = true,
disableDisruption = true,
filter = "filter_example",
- tags = listOf()
+ tags = listOf(),
+ language = "language_example"
)
if (response.isSuccessful && response.body() != null) {
@@ -76,8 +78,8 @@ if (response.isSuccessful && response.body() != null) {
Name | Type | Note
---- | ---- | ----
-**lat** | **Double** | The latitude of where the coord you want to query
**lon** | **Double** | The longitude of where the coord you want to query
+**lat** | **Double** | The latitude of where the coord you want to query
**id** | **String** | Id of the object you want to query
**startPage** | **Int** | The page where you want to start [optional]
**count** | **Int** | Number of objects you want on a page [optional] [default to 25]
@@ -86,14 +88,15 @@ Name | Type | Note
**forbiddenUris** | [**List**](String.md) | forbidden uris [optional]
**externalCode** | **String** | An external code to query [optional]
**headsign** | **String** | filter vehicle journeys on headsign [optional]
-**odtLevel** | **String** | odt level [optional] [default to all] [enum: scheduled, all, zonal, with_stops]
+**odtLevel** | **String** | odt level [optional] [default to all] [enum: all, with_stops, zonal, scheduled]
**dataFreshness** | **String** | Define the freshness of data to use to filter vehicle_journeys along with parameters &since and/or &until . Provides only the vehicle_journeys valid for the data freshness level requested. Using `&data_freshness=base_schedule` will return all original vehicle_journeys onlywhereas using `&data_freshness=realtime` will return vehicle_journeys after applyingmodifications by realtime (amended vehicle_journeys, and non-impacted original vehicle_journeys). [optional] [default to base_schedule] [enum: base_schedule, adapted_schedule, realtime]
**distance** | **Int** | Distance range of the query. Used only if a coord is in the query [optional] [default to 200]
-**since** | **DateTime** | filters objects not valid before this date [optional]
-**until** | **DateTime** | filters objects not valid after this date [optional]
+**since** | **LocalDateTime** | filters objects not valid before this date [optional]
+**until** | **LocalDateTime** | filters objects not valid after this date [optional]
**disableGeojson** | **Boolean** | remove geojson from the response [optional]
**disableDisruption** | **Boolean** | remove disruptions from the response [optional]
**tags** | [**List**](String.md) | If filled, will restrain the search within the given disruption tags [optional]
+**language** | **String** | Here, select a specific language for disruption message [optional] [enum: nl-NL, en-US, en-GB, fr-FR, de-DE, hi-IN, it-IT, ja-JP, pt-PT, ru-RU, es-ES]
### Return
[**CommercialModes**](../model/CommercialModes.md)
@@ -101,8 +104,8 @@ Name | Type | Note
Example
```kotlin
ExpertSdk.getInstance().commercialModesApi.getCoverageLonLatCommercialModesId(
- lat = 0.0,
lon = 0.0,
+ lat = 0.0,
id = "id_example",
startPage = 123,
count = 123,
@@ -114,11 +117,12 @@ ExpertSdk.getInstance().commercialModesApi.getCoverageLonLatCommercialModesId(
odtLevel = "odtLevel_example",
dataFreshness = "dataFreshness_example",
distance = 123,
- since = DateTime.now(),
- until = DateTime.now(),
+ since = LocalDateTime.now(),
+ until = LocalDateTime.now(),
disableGeojson = true,
disableDisruption = true,
- tags = listOf()
+ tags = listOf(),
+ language = "language_example"
)
if (response.isSuccessful && response.body() != null) {
@@ -135,8 +139,8 @@ if (response.isSuccessful && response.body() != null) {
Name | Type | Note
---- | ---- | ----
-**lat** | **Double** | The latitude of where the coord you want to query
**lon** | **Double** | The longitude of where the coord you want to query
+**lat** | **Double** | The latitude of where the coord you want to query
**uri** | **String** | First part of the uri
**startPage** | **Int** | The page where you want to start [optional]
**count** | **Int** | Number of objects you want on a page [optional] [default to 25]
@@ -145,15 +149,16 @@ Name | Type | Note
**forbiddenUris** | [**List**](String.md) | forbidden uris [optional]
**externalCode** | **String** | An external code to query [optional]
**headsign** | **String** | filter vehicle journeys on headsign [optional]
-**odtLevel** | **String** | odt level [optional] [default to all] [enum: scheduled, all, zonal, with_stops]
+**odtLevel** | **String** | odt level [optional] [default to all] [enum: all, with_stops, zonal, scheduled]
**dataFreshness** | **String** | Define the freshness of data to use to filter vehicle_journeys along with parameters &since and/or &until . Provides only the vehicle_journeys valid for the data freshness level requested. Using `&data_freshness=base_schedule` will return all original vehicle_journeys onlywhereas using `&data_freshness=realtime` will return vehicle_journeys after applyingmodifications by realtime (amended vehicle_journeys, and non-impacted original vehicle_journeys). [optional] [default to base_schedule] [enum: base_schedule, adapted_schedule, realtime]
**distance** | **Int** | Distance range of the query. Used only if a coord is in the query [optional] [default to 200]
-**since** | **DateTime** | filters objects not valid before this date [optional]
-**until** | **DateTime** | filters objects not valid after this date [optional]
+**since** | **LocalDateTime** | filters objects not valid before this date [optional]
+**until** | **LocalDateTime** | filters objects not valid after this date [optional]
**disableGeojson** | **Boolean** | remove geojson from the response [optional]
**disableDisruption** | **Boolean** | remove disruptions from the response [optional]
**filter** | **String** | The filter parameter [optional]
**tags** | [**List**](String.md) | If filled, will restrain the search within the given disruption tags [optional]
+**language** | **String** | Here, select a specific language for disruption message [optional] [enum: nl-NL, en-US, en-GB, fr-FR, de-DE, hi-IN, it-IT, ja-JP, pt-PT, ru-RU, es-ES]
### Return
[**CommercialModes**](../model/CommercialModes.md)
@@ -161,8 +166,8 @@ Name | Type | Note
Example
```kotlin
ExpertSdk.getInstance().commercialModesApi.getCoverageLonLatUriCommercialModes(
- lat = 0.0,
lon = 0.0,
+ lat = 0.0,
uri = "uri_example",
startPage = 123,
count = 123,
@@ -174,12 +179,13 @@ ExpertSdk.getInstance().commercialModesApi.getCoverageLonLatUriCommercialModes(
odtLevel = "odtLevel_example",
dataFreshness = "dataFreshness_example",
distance = 123,
- since = DateTime.now(),
- until = DateTime.now(),
+ since = LocalDateTime.now(),
+ until = LocalDateTime.now(),
disableGeojson = true,
disableDisruption = true,
filter = "filter_example",
- tags = listOf()
+ tags = listOf(),
+ language = "language_example"
)
if (response.isSuccessful && response.body() != null) {
@@ -196,8 +202,8 @@ if (response.isSuccessful && response.body() != null) {
Name | Type | Note
---- | ---- | ----
-**lat** | **Double** | The latitude of where the coord you want to query
**lon** | **Double** | The longitude of where the coord you want to query
+**lat** | **Double** | The latitude of where the coord you want to query
**uri** | **String** | First part of the uri
**id** | **String** | Id of the object you want to query
**startPage** | **Int** | The page where you want to start [optional]
@@ -207,14 +213,15 @@ Name | Type | Note
**forbiddenUris** | [**List**](String.md) | forbidden uris [optional]
**externalCode** | **String** | An external code to query [optional]
**headsign** | **String** | filter vehicle journeys on headsign [optional]
-**odtLevel** | **String** | odt level [optional] [default to all] [enum: scheduled, all, zonal, with_stops]
+**odtLevel** | **String** | odt level [optional] [default to all] [enum: all, with_stops, zonal, scheduled]
**dataFreshness** | **String** | Define the freshness of data to use to filter vehicle_journeys along with parameters &since and/or &until . Provides only the vehicle_journeys valid for the data freshness level requested. Using `&data_freshness=base_schedule` will return all original vehicle_journeys onlywhereas using `&data_freshness=realtime` will return vehicle_journeys after applyingmodifications by realtime (amended vehicle_journeys, and non-impacted original vehicle_journeys). [optional] [default to base_schedule] [enum: base_schedule, adapted_schedule, realtime]
**distance** | **Int** | Distance range of the query. Used only if a coord is in the query [optional] [default to 200]
-**since** | **DateTime** | filters objects not valid before this date [optional]
-**until** | **DateTime** | filters objects not valid after this date [optional]
+**since** | **LocalDateTime** | filters objects not valid before this date [optional]
+**until** | **LocalDateTime** | filters objects not valid after this date [optional]
**disableGeojson** | **Boolean** | remove geojson from the response [optional]
**disableDisruption** | **Boolean** | remove disruptions from the response [optional]
**tags** | [**List**](String.md) | If filled, will restrain the search within the given disruption tags [optional]
+**language** | **String** | Here, select a specific language for disruption message [optional] [enum: nl-NL, en-US, en-GB, fr-FR, de-DE, hi-IN, it-IT, ja-JP, pt-PT, ru-RU, es-ES]
### Return
[**CommercialModes**](../model/CommercialModes.md)
@@ -222,8 +229,8 @@ Name | Type | Note
Example
```kotlin
ExpertSdk.getInstance().commercialModesApi.getCoverageLonLatUriCommercialModesId(
- lat = 0.0,
lon = 0.0,
+ lat = 0.0,
uri = "uri_example",
id = "id_example",
startPage = 123,
@@ -236,11 +243,12 @@ ExpertSdk.getInstance().commercialModesApi.getCoverageLonLatUriCommercialModesId
odtLevel = "odtLevel_example",
dataFreshness = "dataFreshness_example",
distance = 123,
- since = DateTime.now(),
- until = DateTime.now(),
+ since = LocalDateTime.now(),
+ until = LocalDateTime.now(),
disableGeojson = true,
disableDisruption = true,
- tags = listOf()
+ tags = listOf(),
+ language = "language_example"
)
if (response.isSuccessful && response.body() != null) {
@@ -265,15 +273,16 @@ Name | Type | Note
**forbiddenUris** | [**List**](String.md) | forbidden uris [optional]
**externalCode** | **String** | An external code to query [optional]
**headsign** | **String** | filter vehicle journeys on headsign [optional]
-**odtLevel** | **String** | odt level [optional] [default to all] [enum: scheduled, all, zonal, with_stops]
+**odtLevel** | **String** | odt level [optional] [default to all] [enum: all, with_stops, zonal, scheduled]
**dataFreshness** | **String** | Define the freshness of data to use to filter vehicle_journeys along with parameters &since and/or &until . Provides only the vehicle_journeys valid for the data freshness level requested. Using `&data_freshness=base_schedule` will return all original vehicle_journeys onlywhereas using `&data_freshness=realtime` will return vehicle_journeys after applyingmodifications by realtime (amended vehicle_journeys, and non-impacted original vehicle_journeys). [optional] [default to base_schedule] [enum: base_schedule, adapted_schedule, realtime]
**distance** | **Int** | Distance range of the query. Used only if a coord is in the query [optional] [default to 200]
-**since** | **DateTime** | filters objects not valid before this date [optional]
-**until** | **DateTime** | filters objects not valid after this date [optional]
+**since** | **LocalDateTime** | filters objects not valid before this date [optional]
+**until** | **LocalDateTime** | filters objects not valid after this date [optional]
**disableGeojson** | **Boolean** | remove geojson from the response [optional]
**disableDisruption** | **Boolean** | remove disruptions from the response [optional]
**filter** | **String** | The filter parameter [optional]
**tags** | [**List**](String.md) | If filled, will restrain the search within the given disruption tags [optional]
+**language** | **String** | Here, select a specific language for disruption message [optional] [enum: nl-NL, en-US, en-GB, fr-FR, de-DE, hi-IN, it-IT, ja-JP, pt-PT, ru-RU, es-ES]
### Return
[**CommercialModes**](../model/CommercialModes.md)
@@ -292,12 +301,13 @@ ExpertSdk.getInstance().commercialModesApi.getCoverageRegionCommercialModes(
odtLevel = "odtLevel_example",
dataFreshness = "dataFreshness_example",
distance = 123,
- since = DateTime.now(),
- until = DateTime.now(),
+ since = LocalDateTime.now(),
+ until = LocalDateTime.now(),
disableGeojson = true,
disableDisruption = true,
filter = "filter_example",
- tags = listOf()
+ tags = listOf(),
+ language = "language_example"
)
if (response.isSuccessful && response.body() != null) {
@@ -323,14 +333,15 @@ Name | Type | Note
**forbiddenUris** | [**List**](String.md) | forbidden uris [optional]
**externalCode** | **String** | An external code to query [optional]
**headsign** | **String** | filter vehicle journeys on headsign [optional]
-**odtLevel** | **String** | odt level [optional] [default to all] [enum: scheduled, all, zonal, with_stops]
+**odtLevel** | **String** | odt level [optional] [default to all] [enum: all, with_stops, zonal, scheduled]
**dataFreshness** | **String** | Define the freshness of data to use to filter vehicle_journeys along with parameters &since and/or &until . Provides only the vehicle_journeys valid for the data freshness level requested. Using `&data_freshness=base_schedule` will return all original vehicle_journeys onlywhereas using `&data_freshness=realtime` will return vehicle_journeys after applyingmodifications by realtime (amended vehicle_journeys, and non-impacted original vehicle_journeys). [optional] [default to base_schedule] [enum: base_schedule, adapted_schedule, realtime]
**distance** | **Int** | Distance range of the query. Used only if a coord is in the query [optional] [default to 200]
-**since** | **DateTime** | filters objects not valid before this date [optional]
-**until** | **DateTime** | filters objects not valid after this date [optional]
+**since** | **LocalDateTime** | filters objects not valid before this date [optional]
+**until** | **LocalDateTime** | filters objects not valid after this date [optional]
**disableGeojson** | **Boolean** | remove geojson from the response [optional]
**disableDisruption** | **Boolean** | remove disruptions from the response [optional]
**tags** | [**List**](String.md) | If filled, will restrain the search within the given disruption tags [optional]
+**language** | **String** | Here, select a specific language for disruption message [optional] [enum: nl-NL, en-US, en-GB, fr-FR, de-DE, hi-IN, it-IT, ja-JP, pt-PT, ru-RU, es-ES]
### Return
[**CommercialModes**](../model/CommercialModes.md)
@@ -350,11 +361,12 @@ ExpertSdk.getInstance().commercialModesApi.getCoverageRegionCommercialModesId(
odtLevel = "odtLevel_example",
dataFreshness = "dataFreshness_example",
distance = 123,
- since = DateTime.now(),
- until = DateTime.now(),
+ since = LocalDateTime.now(),
+ until = LocalDateTime.now(),
disableGeojson = true,
disableDisruption = true,
- tags = listOf()
+ tags = listOf(),
+ language = "language_example"
)
if (response.isSuccessful && response.body() != null) {
@@ -380,15 +392,16 @@ Name | Type | Note
**forbiddenUris** | [**List**](String.md) | forbidden uris [optional]
**externalCode** | **String** | An external code to query [optional]
**headsign** | **String** | filter vehicle journeys on headsign [optional]
-**odtLevel** | **String** | odt level [optional] [default to all] [enum: scheduled, all, zonal, with_stops]
+**odtLevel** | **String** | odt level [optional] [default to all] [enum: all, with_stops, zonal, scheduled]
**dataFreshness** | **String** | Define the freshness of data to use to filter vehicle_journeys along with parameters &since and/or &until . Provides only the vehicle_journeys valid for the data freshness level requested. Using `&data_freshness=base_schedule` will return all original vehicle_journeys onlywhereas using `&data_freshness=realtime` will return vehicle_journeys after applyingmodifications by realtime (amended vehicle_journeys, and non-impacted original vehicle_journeys). [optional] [default to base_schedule] [enum: base_schedule, adapted_schedule, realtime]
**distance** | **Int** | Distance range of the query. Used only if a coord is in the query [optional] [default to 200]
-**since** | **DateTime** | filters objects not valid before this date [optional]
-**until** | **DateTime** | filters objects not valid after this date [optional]
+**since** | **LocalDateTime** | filters objects not valid before this date [optional]
+**until** | **LocalDateTime** | filters objects not valid after this date [optional]
**disableGeojson** | **Boolean** | remove geojson from the response [optional]
**disableDisruption** | **Boolean** | remove disruptions from the response [optional]
**filter** | **String** | The filter parameter [optional]
**tags** | [**List**](String.md) | If filled, will restrain the search within the given disruption tags [optional]
+**language** | **String** | Here, select a specific language for disruption message [optional] [enum: nl-NL, en-US, en-GB, fr-FR, de-DE, hi-IN, it-IT, ja-JP, pt-PT, ru-RU, es-ES]
### Return
[**CommercialModes**](../model/CommercialModes.md)
@@ -408,12 +421,13 @@ ExpertSdk.getInstance().commercialModesApi.getCoverageRegionUriCommercialModes(
odtLevel = "odtLevel_example",
dataFreshness = "dataFreshness_example",
distance = 123,
- since = DateTime.now(),
- until = DateTime.now(),
+ since = LocalDateTime.now(),
+ until = LocalDateTime.now(),
disableGeojson = true,
disableDisruption = true,
filter = "filter_example",
- tags = listOf()
+ tags = listOf(),
+ language = "language_example"
)
if (response.isSuccessful && response.body() != null) {
@@ -440,14 +454,15 @@ Name | Type | Note
**forbiddenUris** | [**List**](String.md) | forbidden uris [optional]
**externalCode** | **String** | An external code to query [optional]
**headsign** | **String** | filter vehicle journeys on headsign [optional]
-**odtLevel** | **String** | odt level [optional] [default to all] [enum: scheduled, all, zonal, with_stops]
+**odtLevel** | **String** | odt level [optional] [default to all] [enum: all, with_stops, zonal, scheduled]
**dataFreshness** | **String** | Define the freshness of data to use to filter vehicle_journeys along with parameters &since and/or &until . Provides only the vehicle_journeys valid for the data freshness level requested. Using `&data_freshness=base_schedule` will return all original vehicle_journeys onlywhereas using `&data_freshness=realtime` will return vehicle_journeys after applyingmodifications by realtime (amended vehicle_journeys, and non-impacted original vehicle_journeys). [optional] [default to base_schedule] [enum: base_schedule, adapted_schedule, realtime]
**distance** | **Int** | Distance range of the query. Used only if a coord is in the query [optional] [default to 200]
-**since** | **DateTime** | filters objects not valid before this date [optional]
-**until** | **DateTime** | filters objects not valid after this date [optional]
+**since** | **LocalDateTime** | filters objects not valid before this date [optional]
+**until** | **LocalDateTime** | filters objects not valid after this date [optional]
**disableGeojson** | **Boolean** | remove geojson from the response [optional]
**disableDisruption** | **Boolean** | remove disruptions from the response [optional]
**tags** | [**List**](String.md) | If filled, will restrain the search within the given disruption tags [optional]
+**language** | **String** | Here, select a specific language for disruption message [optional] [enum: nl-NL, en-US, en-GB, fr-FR, de-DE, hi-IN, it-IT, ja-JP, pt-PT, ru-RU, es-ES]
### Return
[**CommercialModes**](../model/CommercialModes.md)
@@ -468,11 +483,12 @@ ExpertSdk.getInstance().commercialModesApi.getCoverageRegionUriCommercialModesId
odtLevel = "odtLevel_example",
dataFreshness = "dataFreshness_example",
distance = 123,
- since = DateTime.now(),
- until = DateTime.now(),
+ since = LocalDateTime.now(),
+ until = LocalDateTime.now(),
disableGeojson = true,
disableDisruption = true,
- tags = listOf()
+ tags = listOf(),
+ language = "language_example"
)
if (response.isSuccessful && response.body() != null) {
diff --git a/docs/expert/android/api/CompaniesApi.md b/docs/expert/android/api/CompaniesApi.md
index b8f365ddf..0f8a0ae1c 100644
--- a/docs/expert/android/api/CompaniesApi.md
+++ b/docs/expert/android/api/CompaniesApi.md
@@ -17,8 +17,8 @@ Method | HTTP request
Name | Type | Note
---- | ---- | ----
-**lat** | **Double** | The latitude of where the coord you want to query
**lon** | **Double** | The longitude of where the coord you want to query
+**lat** | **Double** | The latitude of where the coord you want to query
**startPage** | **Int** | The page where you want to start [optional]
**count** | **Int** | Number of objects you want on a page [optional] [default to 25]
**depth** | **Int** | The depth of your object [optional] [default to 1]
@@ -26,15 +26,16 @@ Name | Type | Note
**forbiddenUris** | [**List**](String.md) | forbidden uris [optional]
**externalCode** | **String** | An external code to query [optional]
**headsign** | **String** | filter vehicle journeys on headsign [optional]
-**odtLevel** | **String** | odt level [optional] [default to all] [enum: scheduled, all, zonal, with_stops]
+**odtLevel** | **String** | odt level [optional] [default to all] [enum: all, with_stops, zonal, scheduled]
**dataFreshness** | **String** | Define the freshness of data to use to filter vehicle_journeys along with parameters &since and/or &until . Provides only the vehicle_journeys valid for the data freshness level requested. Using `&data_freshness=base_schedule` will return all original vehicle_journeys onlywhereas using `&data_freshness=realtime` will return vehicle_journeys after applyingmodifications by realtime (amended vehicle_journeys, and non-impacted original vehicle_journeys). [optional] [default to base_schedule] [enum: base_schedule, adapted_schedule, realtime]
**distance** | **Int** | Distance range of the query. Used only if a coord is in the query [optional] [default to 200]
-**since** | **DateTime** | filters objects not valid before this date [optional]
-**until** | **DateTime** | filters objects not valid after this date [optional]
+**since** | **LocalDateTime** | filters objects not valid before this date [optional]
+**until** | **LocalDateTime** | filters objects not valid after this date [optional]
**disableGeojson** | **Boolean** | remove geojson from the response [optional]
**disableDisruption** | **Boolean** | remove disruptions from the response [optional]
**filter** | **String** | The filter parameter [optional]
**tags** | [**List**](String.md) | If filled, will restrain the search within the given disruption tags [optional]
+**language** | **String** | Here, select a specific language for disruption message [optional] [enum: nl-NL, en-US, en-GB, fr-FR, de-DE, hi-IN, it-IT, ja-JP, pt-PT, ru-RU, es-ES]
### Return
[**Companies**](../model/Companies.md)
@@ -42,8 +43,8 @@ Name | Type | Note
Example
```kotlin
ExpertSdk.getInstance().companiesApi.getCoverageLonLatCompanies(
- lat = 0.0,
lon = 0.0,
+ lat = 0.0,
startPage = 123,
count = 123,
depth = 123,
@@ -54,12 +55,13 @@ ExpertSdk.getInstance().companiesApi.getCoverageLonLatCompanies(
odtLevel = "odtLevel_example",
dataFreshness = "dataFreshness_example",
distance = 123,
- since = DateTime.now(),
- until = DateTime.now(),
+ since = LocalDateTime.now(),
+ until = LocalDateTime.now(),
disableGeojson = true,
disableDisruption = true,
filter = "filter_example",
- tags = listOf()
+ tags = listOf(),
+ language = "language_example"
)
if (response.isSuccessful && response.body() != null) {
@@ -76,8 +78,8 @@ if (response.isSuccessful && response.body() != null) {
Name | Type | Note
---- | ---- | ----
-**lat** | **Double** | The latitude of where the coord you want to query
**lon** | **Double** | The longitude of where the coord you want to query
+**lat** | **Double** | The latitude of where the coord you want to query
**id** | **String** | Id of the object you want to query
**startPage** | **Int** | The page where you want to start [optional]
**count** | **Int** | Number of objects you want on a page [optional] [default to 25]
@@ -86,14 +88,15 @@ Name | Type | Note
**forbiddenUris** | [**List**](String.md) | forbidden uris [optional]
**externalCode** | **String** | An external code to query [optional]
**headsign** | **String** | filter vehicle journeys on headsign [optional]
-**odtLevel** | **String** | odt level [optional] [default to all] [enum: scheduled, all, zonal, with_stops]
+**odtLevel** | **String** | odt level [optional] [default to all] [enum: all, with_stops, zonal, scheduled]
**dataFreshness** | **String** | Define the freshness of data to use to filter vehicle_journeys along with parameters &since and/or &until . Provides only the vehicle_journeys valid for the data freshness level requested. Using `&data_freshness=base_schedule` will return all original vehicle_journeys onlywhereas using `&data_freshness=realtime` will return vehicle_journeys after applyingmodifications by realtime (amended vehicle_journeys, and non-impacted original vehicle_journeys). [optional] [default to base_schedule] [enum: base_schedule, adapted_schedule, realtime]
**distance** | **Int** | Distance range of the query. Used only if a coord is in the query [optional] [default to 200]
-**since** | **DateTime** | filters objects not valid before this date [optional]
-**until** | **DateTime** | filters objects not valid after this date [optional]
+**since** | **LocalDateTime** | filters objects not valid before this date [optional]
+**until** | **LocalDateTime** | filters objects not valid after this date [optional]
**disableGeojson** | **Boolean** | remove geojson from the response [optional]
**disableDisruption** | **Boolean** | remove disruptions from the response [optional]
**tags** | [**List**](String.md) | If filled, will restrain the search within the given disruption tags [optional]
+**language** | **String** | Here, select a specific language for disruption message [optional] [enum: nl-NL, en-US, en-GB, fr-FR, de-DE, hi-IN, it-IT, ja-JP, pt-PT, ru-RU, es-ES]
### Return
[**Companies**](../model/Companies.md)
@@ -101,8 +104,8 @@ Name | Type | Note
Example
```kotlin
ExpertSdk.getInstance().companiesApi.getCoverageLonLatCompaniesId(
- lat = 0.0,
lon = 0.0,
+ lat = 0.0,
id = "id_example",
startPage = 123,
count = 123,
@@ -114,11 +117,12 @@ ExpertSdk.getInstance().companiesApi.getCoverageLonLatCompaniesId(
odtLevel = "odtLevel_example",
dataFreshness = "dataFreshness_example",
distance = 123,
- since = DateTime.now(),
- until = DateTime.now(),
+ since = LocalDateTime.now(),
+ until = LocalDateTime.now(),
disableGeojson = true,
disableDisruption = true,
- tags = listOf()
+ tags = listOf(),
+ language = "language_example"
)
if (response.isSuccessful && response.body() != null) {
@@ -135,8 +139,8 @@ if (response.isSuccessful && response.body() != null) {
Name | Type | Note
---- | ---- | ----
-**lat** | **Double** | The latitude of where the coord you want to query
**lon** | **Double** | The longitude of where the coord you want to query
+**lat** | **Double** | The latitude of where the coord you want to query
**uri** | **String** | First part of the uri
**startPage** | **Int** | The page where you want to start [optional]
**count** | **Int** | Number of objects you want on a page [optional] [default to 25]
@@ -145,15 +149,16 @@ Name | Type | Note
**forbiddenUris** | [**List**](String.md) | forbidden uris [optional]
**externalCode** | **String** | An external code to query [optional]
**headsign** | **String** | filter vehicle journeys on headsign [optional]
-**odtLevel** | **String** | odt level [optional] [default to all] [enum: scheduled, all, zonal, with_stops]
+**odtLevel** | **String** | odt level [optional] [default to all] [enum: all, with_stops, zonal, scheduled]
**dataFreshness** | **String** | Define the freshness of data to use to filter vehicle_journeys along with parameters &since and/or &until . Provides only the vehicle_journeys valid for the data freshness level requested. Using `&data_freshness=base_schedule` will return all original vehicle_journeys onlywhereas using `&data_freshness=realtime` will return vehicle_journeys after applyingmodifications by realtime (amended vehicle_journeys, and non-impacted original vehicle_journeys). [optional] [default to base_schedule] [enum: base_schedule, adapted_schedule, realtime]
**distance** | **Int** | Distance range of the query. Used only if a coord is in the query [optional] [default to 200]
-**since** | **DateTime** | filters objects not valid before this date [optional]
-**until** | **DateTime** | filters objects not valid after this date [optional]
+**since** | **LocalDateTime** | filters objects not valid before this date [optional]
+**until** | **LocalDateTime** | filters objects not valid after this date [optional]
**disableGeojson** | **Boolean** | remove geojson from the response [optional]
**disableDisruption** | **Boolean** | remove disruptions from the response [optional]
**filter** | **String** | The filter parameter [optional]
**tags** | [**List**](String.md) | If filled, will restrain the search within the given disruption tags [optional]
+**language** | **String** | Here, select a specific language for disruption message [optional] [enum: nl-NL, en-US, en-GB, fr-FR, de-DE, hi-IN, it-IT, ja-JP, pt-PT, ru-RU, es-ES]
### Return
[**Companies**](../model/Companies.md)
@@ -161,8 +166,8 @@ Name | Type | Note
Example
```kotlin
ExpertSdk.getInstance().companiesApi.getCoverageLonLatUriCompanies(
- lat = 0.0,
lon = 0.0,
+ lat = 0.0,
uri = "uri_example",
startPage = 123,
count = 123,
@@ -174,12 +179,13 @@ ExpertSdk.getInstance().companiesApi.getCoverageLonLatUriCompanies(
odtLevel = "odtLevel_example",
dataFreshness = "dataFreshness_example",
distance = 123,
- since = DateTime.now(),
- until = DateTime.now(),
+ since = LocalDateTime.now(),
+ until = LocalDateTime.now(),
disableGeojson = true,
disableDisruption = true,
filter = "filter_example",
- tags = listOf()
+ tags = listOf(),
+ language = "language_example"
)
if (response.isSuccessful && response.body() != null) {
@@ -196,8 +202,8 @@ if (response.isSuccessful && response.body() != null) {
Name | Type | Note
---- | ---- | ----
-**lat** | **Double** | The latitude of where the coord you want to query
**lon** | **Double** | The longitude of where the coord you want to query
+**lat** | **Double** | The latitude of where the coord you want to query
**uri** | **String** | First part of the uri
**id** | **String** | Id of the object you want to query
**startPage** | **Int** | The page where you want to start [optional]
@@ -207,14 +213,15 @@ Name | Type | Note
**forbiddenUris** | [**List**](String.md) | forbidden uris [optional]
**externalCode** | **String** | An external code to query [optional]
**headsign** | **String** | filter vehicle journeys on headsign [optional]
-**odtLevel** | **String** | odt level [optional] [default to all] [enum: scheduled, all, zonal, with_stops]
+**odtLevel** | **String** | odt level [optional] [default to all] [enum: all, with_stops, zonal, scheduled]
**dataFreshness** | **String** | Define the freshness of data to use to filter vehicle_journeys along with parameters &since and/or &until . Provides only the vehicle_journeys valid for the data freshness level requested. Using `&data_freshness=base_schedule` will return all original vehicle_journeys onlywhereas using `&data_freshness=realtime` will return vehicle_journeys after applyingmodifications by realtime (amended vehicle_journeys, and non-impacted original vehicle_journeys). [optional] [default to base_schedule] [enum: base_schedule, adapted_schedule, realtime]
**distance** | **Int** | Distance range of the query. Used only if a coord is in the query [optional] [default to 200]
-**since** | **DateTime** | filters objects not valid before this date [optional]
-**until** | **DateTime** | filters objects not valid after this date [optional]
+**since** | **LocalDateTime** | filters objects not valid before this date [optional]
+**until** | **LocalDateTime** | filters objects not valid after this date [optional]
**disableGeojson** | **Boolean** | remove geojson from the response [optional]
**disableDisruption** | **Boolean** | remove disruptions from the response [optional]
**tags** | [**List**](String.md) | If filled, will restrain the search within the given disruption tags [optional]
+**language** | **String** | Here, select a specific language for disruption message [optional] [enum: nl-NL, en-US, en-GB, fr-FR, de-DE, hi-IN, it-IT, ja-JP, pt-PT, ru-RU, es-ES]
### Return
[**Companies**](../model/Companies.md)
@@ -222,8 +229,8 @@ Name | Type | Note
Example
```kotlin
ExpertSdk.getInstance().companiesApi.getCoverageLonLatUriCompaniesId(
- lat = 0.0,
lon = 0.0,
+ lat = 0.0,
uri = "uri_example",
id = "id_example",
startPage = 123,
@@ -236,11 +243,12 @@ ExpertSdk.getInstance().companiesApi.getCoverageLonLatUriCompaniesId(
odtLevel = "odtLevel_example",
dataFreshness = "dataFreshness_example",
distance = 123,
- since = DateTime.now(),
- until = DateTime.now(),
+ since = LocalDateTime.now(),
+ until = LocalDateTime.now(),
disableGeojson = true,
disableDisruption = true,
- tags = listOf()
+ tags = listOf(),
+ language = "language_example"
)
if (response.isSuccessful && response.body() != null) {
@@ -265,15 +273,16 @@ Name | Type | Note
**forbiddenUris** | [**List**](String.md) | forbidden uris [optional]
**externalCode** | **String** | An external code to query [optional]
**headsign** | **String** | filter vehicle journeys on headsign [optional]
-**odtLevel** | **String** | odt level [optional] [default to all] [enum: scheduled, all, zonal, with_stops]
+**odtLevel** | **String** | odt level [optional] [default to all] [enum: all, with_stops, zonal, scheduled]
**dataFreshness** | **String** | Define the freshness of data to use to filter vehicle_journeys along with parameters &since and/or &until . Provides only the vehicle_journeys valid for the data freshness level requested. Using `&data_freshness=base_schedule` will return all original vehicle_journeys onlywhereas using `&data_freshness=realtime` will return vehicle_journeys after applyingmodifications by realtime (amended vehicle_journeys, and non-impacted original vehicle_journeys). [optional] [default to base_schedule] [enum: base_schedule, adapted_schedule, realtime]
**distance** | **Int** | Distance range of the query. Used only if a coord is in the query [optional] [default to 200]
-**since** | **DateTime** | filters objects not valid before this date [optional]
-**until** | **DateTime** | filters objects not valid after this date [optional]
+**since** | **LocalDateTime** | filters objects not valid before this date [optional]
+**until** | **LocalDateTime** | filters objects not valid after this date [optional]
**disableGeojson** | **Boolean** | remove geojson from the response [optional]
**disableDisruption** | **Boolean** | remove disruptions from the response [optional]
**filter** | **String** | The filter parameter [optional]
**tags** | [**List**](String.md) | If filled, will restrain the search within the given disruption tags [optional]
+**language** | **String** | Here, select a specific language for disruption message [optional] [enum: nl-NL, en-US, en-GB, fr-FR, de-DE, hi-IN, it-IT, ja-JP, pt-PT, ru-RU, es-ES]
### Return
[**Companies**](../model/Companies.md)
@@ -292,12 +301,13 @@ ExpertSdk.getInstance().companiesApi.getCoverageRegionCompanies(
odtLevel = "odtLevel_example",
dataFreshness = "dataFreshness_example",
distance = 123,
- since = DateTime.now(),
- until = DateTime.now(),
+ since = LocalDateTime.now(),
+ until = LocalDateTime.now(),
disableGeojson = true,
disableDisruption = true,
filter = "filter_example",
- tags = listOf()
+ tags = listOf(),
+ language = "language_example"
)
if (response.isSuccessful && response.body() != null) {
@@ -323,14 +333,15 @@ Name | Type | Note
**forbiddenUris** | [**List**](String.md) | forbidden uris [optional]
**externalCode** | **String** | An external code to query [optional]
**headsign** | **String** | filter vehicle journeys on headsign [optional]
-**odtLevel** | **String** | odt level [optional] [default to all] [enum: scheduled, all, zonal, with_stops]
+**odtLevel** | **String** | odt level [optional] [default to all] [enum: all, with_stops, zonal, scheduled]
**dataFreshness** | **String** | Define the freshness of data to use to filter vehicle_journeys along with parameters &since and/or &until . Provides only the vehicle_journeys valid for the data freshness level requested. Using `&data_freshness=base_schedule` will return all original vehicle_journeys onlywhereas using `&data_freshness=realtime` will return vehicle_journeys after applyingmodifications by realtime (amended vehicle_journeys, and non-impacted original vehicle_journeys). [optional] [default to base_schedule] [enum: base_schedule, adapted_schedule, realtime]
**distance** | **Int** | Distance range of the query. Used only if a coord is in the query [optional] [default to 200]
-**since** | **DateTime** | filters objects not valid before this date [optional]
-**until** | **DateTime** | filters objects not valid after this date [optional]
+**since** | **LocalDateTime** | filters objects not valid before this date [optional]
+**until** | **LocalDateTime** | filters objects not valid after this date [optional]
**disableGeojson** | **Boolean** | remove geojson from the response [optional]
**disableDisruption** | **Boolean** | remove disruptions from the response [optional]
**tags** | [**List**](String.md) | If filled, will restrain the search within the given disruption tags [optional]
+**language** | **String** | Here, select a specific language for disruption message [optional] [enum: nl-NL, en-US, en-GB, fr-FR, de-DE, hi-IN, it-IT, ja-JP, pt-PT, ru-RU, es-ES]
### Return
[**Companies**](../model/Companies.md)
@@ -350,11 +361,12 @@ ExpertSdk.getInstance().companiesApi.getCoverageRegionCompaniesId(
odtLevel = "odtLevel_example",
dataFreshness = "dataFreshness_example",
distance = 123,
- since = DateTime.now(),
- until = DateTime.now(),
+ since = LocalDateTime.now(),
+ until = LocalDateTime.now(),
disableGeojson = true,
disableDisruption = true,
- tags = listOf()
+ tags = listOf(),
+ language = "language_example"
)
if (response.isSuccessful && response.body() != null) {
@@ -380,15 +392,16 @@ Name | Type | Note
**forbiddenUris** | [**List**](String.md) | forbidden uris [optional]
**externalCode** | **String** | An external code to query [optional]
**headsign** | **String** | filter vehicle journeys on headsign [optional]
-**odtLevel** | **String** | odt level [optional] [default to all] [enum: scheduled, all, zonal, with_stops]
+**odtLevel** | **String** | odt level [optional] [default to all] [enum: all, with_stops, zonal, scheduled]
**dataFreshness** | **String** | Define the freshness of data to use to filter vehicle_journeys along with parameters &since and/or &until . Provides only the vehicle_journeys valid for the data freshness level requested. Using `&data_freshness=base_schedule` will return all original vehicle_journeys onlywhereas using `&data_freshness=realtime` will return vehicle_journeys after applyingmodifications by realtime (amended vehicle_journeys, and non-impacted original vehicle_journeys). [optional] [default to base_schedule] [enum: base_schedule, adapted_schedule, realtime]
**distance** | **Int** | Distance range of the query. Used only if a coord is in the query [optional] [default to 200]
-**since** | **DateTime** | filters objects not valid before this date [optional]
-**until** | **DateTime** | filters objects not valid after this date [optional]
+**since** | **LocalDateTime** | filters objects not valid before this date [optional]
+**until** | **LocalDateTime** | filters objects not valid after this date [optional]
**disableGeojson** | **Boolean** | remove geojson from the response [optional]
**disableDisruption** | **Boolean** | remove disruptions from the response [optional]
**filter** | **String** | The filter parameter [optional]
**tags** | [**List**](String.md) | If filled, will restrain the search within the given disruption tags [optional]
+**language** | **String** | Here, select a specific language for disruption message [optional] [enum: nl-NL, en-US, en-GB, fr-FR, de-DE, hi-IN, it-IT, ja-JP, pt-PT, ru-RU, es-ES]
### Return
[**Companies**](../model/Companies.md)
@@ -408,12 +421,13 @@ ExpertSdk.getInstance().companiesApi.getCoverageRegionUriCompanies(
odtLevel = "odtLevel_example",
dataFreshness = "dataFreshness_example",
distance = 123,
- since = DateTime.now(),
- until = DateTime.now(),
+ since = LocalDateTime.now(),
+ until = LocalDateTime.now(),
disableGeojson = true,
disableDisruption = true,
filter = "filter_example",
- tags = listOf()
+ tags = listOf(),
+ language = "language_example"
)
if (response.isSuccessful && response.body() != null) {
@@ -440,14 +454,15 @@ Name | Type | Note
**forbiddenUris** | [**List**](String.md) | forbidden uris [optional]
**externalCode** | **String** | An external code to query [optional]
**headsign** | **String** | filter vehicle journeys on headsign [optional]
-**odtLevel** | **String** | odt level [optional] [default to all] [enum: scheduled, all, zonal, with_stops]
+**odtLevel** | **String** | odt level [optional] [default to all] [enum: all, with_stops, zonal, scheduled]
**dataFreshness** | **String** | Define the freshness of data to use to filter vehicle_journeys along with parameters &since and/or &until . Provides only the vehicle_journeys valid for the data freshness level requested. Using `&data_freshness=base_schedule` will return all original vehicle_journeys onlywhereas using `&data_freshness=realtime` will return vehicle_journeys after applyingmodifications by realtime (amended vehicle_journeys, and non-impacted original vehicle_journeys). [optional] [default to base_schedule] [enum: base_schedule, adapted_schedule, realtime]
**distance** | **Int** | Distance range of the query. Used only if a coord is in the query [optional] [default to 200]
-**since** | **DateTime** | filters objects not valid before this date [optional]
-**until** | **DateTime** | filters objects not valid after this date [optional]
+**since** | **LocalDateTime** | filters objects not valid before this date [optional]
+**until** | **LocalDateTime** | filters objects not valid after this date [optional]
**disableGeojson** | **Boolean** | remove geojson from the response [optional]
**disableDisruption** | **Boolean** | remove disruptions from the response [optional]
**tags** | [**List**](String.md) | If filled, will restrain the search within the given disruption tags [optional]
+**language** | **String** | Here, select a specific language for disruption message [optional] [enum: nl-NL, en-US, en-GB, fr-FR, de-DE, hi-IN, it-IT, ja-JP, pt-PT, ru-RU, es-ES]
### Return
[**Companies**](../model/Companies.md)
@@ -468,11 +483,12 @@ ExpertSdk.getInstance().companiesApi.getCoverageRegionUriCompaniesId(
odtLevel = "odtLevel_example",
dataFreshness = "dataFreshness_example",
distance = 123,
- since = DateTime.now(),
- until = DateTime.now(),
+ since = LocalDateTime.now(),
+ until = LocalDateTime.now(),
disableGeojson = true,
disableDisruption = true,
- tags = listOf()
+ tags = listOf(),
+ language = "language_example"
)
if (response.isSuccessful && response.body() != null) {
diff --git a/docs/expert/android/api/ContributorsApi.md b/docs/expert/android/api/ContributorsApi.md
index 9a96b9fdc..cf0b2c8eb 100644
--- a/docs/expert/android/api/ContributorsApi.md
+++ b/docs/expert/android/api/ContributorsApi.md
@@ -17,8 +17,8 @@ Method | HTTP request
Name | Type | Note
---- | ---- | ----
-**lat** | **Double** | The latitude of where the coord you want to query
**lon** | **Double** | The longitude of where the coord you want to query
+**lat** | **Double** | The latitude of where the coord you want to query
**startPage** | **Int** | The page where you want to start [optional]
**count** | **Int** | Number of objects you want on a page [optional] [default to 25]
**depth** | **Int** | The depth of your object [optional] [default to 1]
@@ -26,15 +26,16 @@ Name | Type | Note
**forbiddenUris** | [**List**](String.md) | forbidden uris [optional]
**externalCode** | **String** | An external code to query [optional]
**headsign** | **String** | filter vehicle journeys on headsign [optional]
-**odtLevel** | **String** | odt level [optional] [default to all] [enum: scheduled, all, zonal, with_stops]
+**odtLevel** | **String** | odt level [optional] [default to all] [enum: all, with_stops, zonal, scheduled]
**dataFreshness** | **String** | Define the freshness of data to use to filter vehicle_journeys along with parameters &since and/or &until . Provides only the vehicle_journeys valid for the data freshness level requested. Using `&data_freshness=base_schedule` will return all original vehicle_journeys onlywhereas using `&data_freshness=realtime` will return vehicle_journeys after applyingmodifications by realtime (amended vehicle_journeys, and non-impacted original vehicle_journeys). [optional] [default to base_schedule] [enum: base_schedule, adapted_schedule, realtime]
**distance** | **Int** | Distance range of the query. Used only if a coord is in the query [optional] [default to 200]
-**since** | **DateTime** | filters objects not valid before this date [optional]
-**until** | **DateTime** | filters objects not valid after this date [optional]
+**since** | **LocalDateTime** | filters objects not valid before this date [optional]
+**until** | **LocalDateTime** | filters objects not valid after this date [optional]
**disableGeojson** | **Boolean** | remove geojson from the response [optional]
**disableDisruption** | **Boolean** | remove disruptions from the response [optional]
**filter** | **String** | The filter parameter [optional]
**tags** | [**List**](String.md) | If filled, will restrain the search within the given disruption tags [optional]
+**language** | **String** | Here, select a specific language for disruption message [optional] [enum: nl-NL, en-US, en-GB, fr-FR, de-DE, hi-IN, it-IT, ja-JP, pt-PT, ru-RU, es-ES]
### Return
[**Contributors**](../model/Contributors.md)
@@ -42,8 +43,8 @@ Name | Type | Note
Example
```kotlin
ExpertSdk.getInstance().contributorsApi.getCoverageLonLatContributors(
- lat = 0.0,
lon = 0.0,
+ lat = 0.0,
startPage = 123,
count = 123,
depth = 123,
@@ -54,12 +55,13 @@ ExpertSdk.getInstance().contributorsApi.getCoverageLonLatContributors(
odtLevel = "odtLevel_example",
dataFreshness = "dataFreshness_example",
distance = 123,
- since = DateTime.now(),
- until = DateTime.now(),
+ since = LocalDateTime.now(),
+ until = LocalDateTime.now(),
disableGeojson = true,
disableDisruption = true,
filter = "filter_example",
- tags = listOf()
+ tags = listOf(),
+ language = "language_example"
)
if (response.isSuccessful && response.body() != null) {
@@ -76,8 +78,8 @@ if (response.isSuccessful && response.body() != null) {
Name | Type | Note
---- | ---- | ----
-**lat** | **Double** | The latitude of where the coord you want to query
**lon** | **Double** | The longitude of where the coord you want to query
+**lat** | **Double** | The latitude of where the coord you want to query
**id** | **String** | Id of the object you want to query
**startPage** | **Int** | The page where you want to start [optional]
**count** | **Int** | Number of objects you want on a page [optional] [default to 25]
@@ -86,14 +88,15 @@ Name | Type | Note
**forbiddenUris** | [**List**](String.md) | forbidden uris [optional]
**externalCode** | **String** | An external code to query [optional]
**headsign** | **String** | filter vehicle journeys on headsign [optional]
-**odtLevel** | **String** | odt level [optional] [default to all] [enum: scheduled, all, zonal, with_stops]
+**odtLevel** | **String** | odt level [optional] [default to all] [enum: all, with_stops, zonal, scheduled]
**dataFreshness** | **String** | Define the freshness of data to use to filter vehicle_journeys along with parameters &since and/or &until . Provides only the vehicle_journeys valid for the data freshness level requested. Using `&data_freshness=base_schedule` will return all original vehicle_journeys onlywhereas using `&data_freshness=realtime` will return vehicle_journeys after applyingmodifications by realtime (amended vehicle_journeys, and non-impacted original vehicle_journeys). [optional] [default to base_schedule] [enum: base_schedule, adapted_schedule, realtime]
**distance** | **Int** | Distance range of the query. Used only if a coord is in the query [optional] [default to 200]
-**since** | **DateTime** | filters objects not valid before this date [optional]
-**until** | **DateTime** | filters objects not valid after this date [optional]
+**since** | **LocalDateTime** | filters objects not valid before this date [optional]
+**until** | **LocalDateTime** | filters objects not valid after this date [optional]
**disableGeojson** | **Boolean** | remove geojson from the response [optional]
**disableDisruption** | **Boolean** | remove disruptions from the response [optional]
**tags** | [**List**](String.md) | If filled, will restrain the search within the given disruption tags [optional]
+**language** | **String** | Here, select a specific language for disruption message [optional] [enum: nl-NL, en-US, en-GB, fr-FR, de-DE, hi-IN, it-IT, ja-JP, pt-PT, ru-RU, es-ES]
### Return
[**Contributors**](../model/Contributors.md)
@@ -101,8 +104,8 @@ Name | Type | Note
Example
```kotlin
ExpertSdk.getInstance().contributorsApi.getCoverageLonLatContributorsId(
- lat = 0.0,
lon = 0.0,
+ lat = 0.0,
id = "id_example",
startPage = 123,
count = 123,
@@ -114,11 +117,12 @@ ExpertSdk.getInstance().contributorsApi.getCoverageLonLatContributorsId(
odtLevel = "odtLevel_example",
dataFreshness = "dataFreshness_example",
distance = 123,
- since = DateTime.now(),
- until = DateTime.now(),
+ since = LocalDateTime.now(),
+ until = LocalDateTime.now(),
disableGeojson = true,
disableDisruption = true,
- tags = listOf()
+ tags = listOf(),
+ language = "language_example"
)
if (response.isSuccessful && response.body() != null) {
@@ -135,8 +139,8 @@ if (response.isSuccessful && response.body() != null) {
Name | Type | Note
---- | ---- | ----
-**lat** | **Double** | The latitude of where the coord you want to query
**lon** | **Double** | The longitude of where the coord you want to query
+**lat** | **Double** | The latitude of where the coord you want to query
**uri** | **String** | First part of the uri
**startPage** | **Int** | The page where you want to start [optional]
**count** | **Int** | Number of objects you want on a page [optional] [default to 25]
@@ -145,15 +149,16 @@ Name | Type | Note
**forbiddenUris** | [**List**](String.md) | forbidden uris [optional]
**externalCode** | **String** | An external code to query [optional]
**headsign** | **String** | filter vehicle journeys on headsign [optional]
-**odtLevel** | **String** | odt level [optional] [default to all] [enum: scheduled, all, zonal, with_stops]
+**odtLevel** | **String** | odt level [optional] [default to all] [enum: all, with_stops, zonal, scheduled]
**dataFreshness** | **String** | Define the freshness of data to use to filter vehicle_journeys along with parameters &since and/or &until . Provides only the vehicle_journeys valid for the data freshness level requested. Using `&data_freshness=base_schedule` will return all original vehicle_journeys onlywhereas using `&data_freshness=realtime` will return vehicle_journeys after applyingmodifications by realtime (amended vehicle_journeys, and non-impacted original vehicle_journeys). [optional] [default to base_schedule] [enum: base_schedule, adapted_schedule, realtime]
**distance** | **Int** | Distance range of the query. Used only if a coord is in the query [optional] [default to 200]
-**since** | **DateTime** | filters objects not valid before this date [optional]
-**until** | **DateTime** | filters objects not valid after this date [optional]
+**since** | **LocalDateTime** | filters objects not valid before this date [optional]
+**until** | **LocalDateTime** | filters objects not valid after this date [optional]
**disableGeojson** | **Boolean** | remove geojson from the response [optional]
**disableDisruption** | **Boolean** | remove disruptions from the response [optional]
**filter** | **String** | The filter parameter [optional]
**tags** | [**List**](String.md) | If filled, will restrain the search within the given disruption tags [optional]
+**language** | **String** | Here, select a specific language for disruption message [optional] [enum: nl-NL, en-US, en-GB, fr-FR, de-DE, hi-IN, it-IT, ja-JP, pt-PT, ru-RU, es-ES]
### Return
[**Contributors**](../model/Contributors.md)
@@ -161,8 +166,8 @@ Name | Type | Note
Example
```kotlin
ExpertSdk.getInstance().contributorsApi.getCoverageLonLatUriContributors(
- lat = 0.0,
lon = 0.0,
+ lat = 0.0,
uri = "uri_example",
startPage = 123,
count = 123,
@@ -174,12 +179,13 @@ ExpertSdk.getInstance().contributorsApi.getCoverageLonLatUriContributors(
odtLevel = "odtLevel_example",
dataFreshness = "dataFreshness_example",
distance = 123,
- since = DateTime.now(),
- until = DateTime.now(),
+ since = LocalDateTime.now(),
+ until = LocalDateTime.now(),
disableGeojson = true,
disableDisruption = true,
filter = "filter_example",
- tags = listOf()
+ tags = listOf(),
+ language = "language_example"
)
if (response.isSuccessful && response.body() != null) {
@@ -196,8 +202,8 @@ if (response.isSuccessful && response.body() != null) {
Name | Type | Note
---- | ---- | ----
-**lat** | **Double** | The latitude of where the coord you want to query
**lon** | **Double** | The longitude of where the coord you want to query
+**lat** | **Double** | The latitude of where the coord you want to query
**uri** | **String** | First part of the uri
**id** | **String** | Id of the object you want to query
**startPage** | **Int** | The page where you want to start [optional]
@@ -207,14 +213,15 @@ Name | Type | Note
**forbiddenUris** | [**List**](String.md) | forbidden uris [optional]
**externalCode** | **String** | An external code to query [optional]
**headsign** | **String** | filter vehicle journeys on headsign [optional]
-**odtLevel** | **String** | odt level [optional] [default to all] [enum: scheduled, all, zonal, with_stops]
+**odtLevel** | **String** | odt level [optional] [default to all] [enum: all, with_stops, zonal, scheduled]
**dataFreshness** | **String** | Define the freshness of data to use to filter vehicle_journeys along with parameters &since and/or &until . Provides only the vehicle_journeys valid for the data freshness level requested. Using `&data_freshness=base_schedule` will return all original vehicle_journeys onlywhereas using `&data_freshness=realtime` will return vehicle_journeys after applyingmodifications by realtime (amended vehicle_journeys, and non-impacted original vehicle_journeys). [optional] [default to base_schedule] [enum: base_schedule, adapted_schedule, realtime]
**distance** | **Int** | Distance range of the query. Used only if a coord is in the query [optional] [default to 200]
-**since** | **DateTime** | filters objects not valid before this date [optional]
-**until** | **DateTime** | filters objects not valid after this date [optional]
+**since** | **LocalDateTime** | filters objects not valid before this date [optional]
+**until** | **LocalDateTime** | filters objects not valid after this date [optional]
**disableGeojson** | **Boolean** | remove geojson from the response [optional]
**disableDisruption** | **Boolean** | remove disruptions from the response [optional]
**tags** | [**List**](String.md) | If filled, will restrain the search within the given disruption tags [optional]
+**language** | **String** | Here, select a specific language for disruption message [optional] [enum: nl-NL, en-US, en-GB, fr-FR, de-DE, hi-IN, it-IT, ja-JP, pt-PT, ru-RU, es-ES]
### Return
[**Contributors**](../model/Contributors.md)
@@ -222,8 +229,8 @@ Name | Type | Note
Example
```kotlin
ExpertSdk.getInstance().contributorsApi.getCoverageLonLatUriContributorsId(
- lat = 0.0,
lon = 0.0,
+ lat = 0.0,
uri = "uri_example",
id = "id_example",
startPage = 123,
@@ -236,11 +243,12 @@ ExpertSdk.getInstance().contributorsApi.getCoverageLonLatUriContributorsId(
odtLevel = "odtLevel_example",
dataFreshness = "dataFreshness_example",
distance = 123,
- since = DateTime.now(),
- until = DateTime.now(),
+ since = LocalDateTime.now(),
+ until = LocalDateTime.now(),
disableGeojson = true,
disableDisruption = true,
- tags = listOf()
+ tags = listOf(),
+ language = "language_example"
)
if (response.isSuccessful && response.body() != null) {
@@ -265,15 +273,16 @@ Name | Type | Note
**forbiddenUris** | [**List**](String.md) | forbidden uris [optional]
**externalCode** | **String** | An external code to query [optional]
**headsign** | **String** | filter vehicle journeys on headsign [optional]
-**odtLevel** | **String** | odt level [optional] [default to all] [enum: scheduled, all, zonal, with_stops]
+**odtLevel** | **String** | odt level [optional] [default to all] [enum: all, with_stops, zonal, scheduled]
**dataFreshness** | **String** | Define the freshness of data to use to filter vehicle_journeys along with parameters &since and/or &until . Provides only the vehicle_journeys valid for the data freshness level requested. Using `&data_freshness=base_schedule` will return all original vehicle_journeys onlywhereas using `&data_freshness=realtime` will return vehicle_journeys after applyingmodifications by realtime (amended vehicle_journeys, and non-impacted original vehicle_journeys). [optional] [default to base_schedule] [enum: base_schedule, adapted_schedule, realtime]
**distance** | **Int** | Distance range of the query. Used only if a coord is in the query [optional] [default to 200]
-**since** | **DateTime** | filters objects not valid before this date [optional]
-**until** | **DateTime** | filters objects not valid after this date [optional]
+**since** | **LocalDateTime** | filters objects not valid before this date [optional]
+**until** | **LocalDateTime** | filters objects not valid after this date [optional]
**disableGeojson** | **Boolean** | remove geojson from the response [optional]
**disableDisruption** | **Boolean** | remove disruptions from the response [optional]
**filter** | **String** | The filter parameter [optional]
**tags** | [**List**](String.md) | If filled, will restrain the search within the given disruption tags [optional]
+**language** | **String** | Here, select a specific language for disruption message [optional] [enum: nl-NL, en-US, en-GB, fr-FR, de-DE, hi-IN, it-IT, ja-JP, pt-PT, ru-RU, es-ES]
### Return
[**Contributors**](../model/Contributors.md)
@@ -292,12 +301,13 @@ ExpertSdk.getInstance().contributorsApi.getCoverageRegionContributors(
odtLevel = "odtLevel_example",
dataFreshness = "dataFreshness_example",
distance = 123,
- since = DateTime.now(),
- until = DateTime.now(),
+ since = LocalDateTime.now(),
+ until = LocalDateTime.now(),
disableGeojson = true,
disableDisruption = true,
filter = "filter_example",
- tags = listOf()
+ tags = listOf(),
+ language = "language_example"
)
if (response.isSuccessful && response.body() != null) {
@@ -323,14 +333,15 @@ Name | Type | Note
**forbiddenUris** | [**List**](String.md) | forbidden uris [optional]
**externalCode** | **String** | An external code to query [optional]
**headsign** | **String** | filter vehicle journeys on headsign [optional]
-**odtLevel** | **String** | odt level [optional] [default to all] [enum: scheduled, all, zonal, with_stops]
+**odtLevel** | **String** | odt level [optional] [default to all] [enum: all, with_stops, zonal, scheduled]
**dataFreshness** | **String** | Define the freshness of data to use to filter vehicle_journeys along with parameters &since and/or &until . Provides only the vehicle_journeys valid for the data freshness level requested. Using `&data_freshness=base_schedule` will return all original vehicle_journeys onlywhereas using `&data_freshness=realtime` will return vehicle_journeys after applyingmodifications by realtime (amended vehicle_journeys, and non-impacted original vehicle_journeys). [optional] [default to base_schedule] [enum: base_schedule, adapted_schedule, realtime]
**distance** | **Int** | Distance range of the query. Used only if a coord is in the query [optional] [default to 200]
-**since** | **DateTime** | filters objects not valid before this date [optional]
-**until** | **DateTime** | filters objects not valid after this date [optional]
+**since** | **LocalDateTime** | filters objects not valid before this date [optional]
+**until** | **LocalDateTime** | filters objects not valid after this date [optional]
**disableGeojson** | **Boolean** | remove geojson from the response [optional]
**disableDisruption** | **Boolean** | remove disruptions from the response [optional]
**tags** | [**List**](String.md) | If filled, will restrain the search within the given disruption tags [optional]
+**language** | **String** | Here, select a specific language for disruption message [optional] [enum: nl-NL, en-US, en-GB, fr-FR, de-DE, hi-IN, it-IT, ja-JP, pt-PT, ru-RU, es-ES]
### Return
[**Contributors**](../model/Contributors.md)
@@ -350,11 +361,12 @@ ExpertSdk.getInstance().contributorsApi.getCoverageRegionContributorsId(
odtLevel = "odtLevel_example",
dataFreshness = "dataFreshness_example",
distance = 123,
- since = DateTime.now(),
- until = DateTime.now(),
+ since = LocalDateTime.now(),
+ until = LocalDateTime.now(),
disableGeojson = true,
disableDisruption = true,
- tags = listOf()
+ tags = listOf(),
+ language = "language_example"
)
if (response.isSuccessful && response.body() != null) {
@@ -380,15 +392,16 @@ Name | Type | Note
**forbiddenUris** | [**List**](String.md) | forbidden uris [optional]
**externalCode** | **String** | An external code to query [optional]
**headsign** | **String** | filter vehicle journeys on headsign [optional]
-**odtLevel** | **String** | odt level [optional] [default to all] [enum: scheduled, all, zonal, with_stops]
+**odtLevel** | **String** | odt level [optional] [default to all] [enum: all, with_stops, zonal, scheduled]
**dataFreshness** | **String** | Define the freshness of data to use to filter vehicle_journeys along with parameters &since and/or &until . Provides only the vehicle_journeys valid for the data freshness level requested. Using `&data_freshness=base_schedule` will return all original vehicle_journeys onlywhereas using `&data_freshness=realtime` will return vehicle_journeys after applyingmodifications by realtime (amended vehicle_journeys, and non-impacted original vehicle_journeys). [optional] [default to base_schedule] [enum: base_schedule, adapted_schedule, realtime]
**distance** | **Int** | Distance range of the query. Used only if a coord is in the query [optional] [default to 200]
-**since** | **DateTime** | filters objects not valid before this date [optional]
-**until** | **DateTime** | filters objects not valid after this date [optional]
+**since** | **LocalDateTime** | filters objects not valid before this date [optional]
+**until** | **LocalDateTime** | filters objects not valid after this date [optional]
**disableGeojson** | **Boolean** | remove geojson from the response [optional]
**disableDisruption** | **Boolean** | remove disruptions from the response [optional]
**filter** | **String** | The filter parameter [optional]
**tags** | [**List**](String.md) | If filled, will restrain the search within the given disruption tags [optional]
+**language** | **String** | Here, select a specific language for disruption message [optional] [enum: nl-NL, en-US, en-GB, fr-FR, de-DE, hi-IN, it-IT, ja-JP, pt-PT, ru-RU, es-ES]
### Return
[**Contributors**](../model/Contributors.md)
@@ -408,12 +421,13 @@ ExpertSdk.getInstance().contributorsApi.getCoverageRegionUriContributors(
odtLevel = "odtLevel_example",
dataFreshness = "dataFreshness_example",
distance = 123,
- since = DateTime.now(),
- until = DateTime.now(),
+ since = LocalDateTime.now(),
+ until = LocalDateTime.now(),
disableGeojson = true,
disableDisruption = true,
filter = "filter_example",
- tags = listOf()
+ tags = listOf(),
+ language = "language_example"
)
if (response.isSuccessful && response.body() != null) {
@@ -440,14 +454,15 @@ Name | Type | Note
**forbiddenUris** | [**List**](String.md) | forbidden uris [optional]
**externalCode** | **String** | An external code to query [optional]
**headsign** | **String** | filter vehicle journeys on headsign [optional]
-**odtLevel** | **String** | odt level [optional] [default to all] [enum: scheduled, all, zonal, with_stops]
+**odtLevel** | **String** | odt level [optional] [default to all] [enum: all, with_stops, zonal, scheduled]
**dataFreshness** | **String** | Define the freshness of data to use to filter vehicle_journeys along with parameters &since and/or &until . Provides only the vehicle_journeys valid for the data freshness level requested. Using `&data_freshness=base_schedule` will return all original vehicle_journeys onlywhereas using `&data_freshness=realtime` will return vehicle_journeys after applyingmodifications by realtime (amended vehicle_journeys, and non-impacted original vehicle_journeys). [optional] [default to base_schedule] [enum: base_schedule, adapted_schedule, realtime]
**distance** | **Int** | Distance range of the query. Used only if a coord is in the query [optional] [default to 200]
-**since** | **DateTime** | filters objects not valid before this date [optional]
-**until** | **DateTime** | filters objects not valid after this date [optional]
+**since** | **LocalDateTime** | filters objects not valid before this date [optional]
+**until** | **LocalDateTime** | filters objects not valid after this date [optional]
**disableGeojson** | **Boolean** | remove geojson from the response [optional]
**disableDisruption** | **Boolean** | remove disruptions from the response [optional]
**tags** | [**List**](String.md) | If filled, will restrain the search within the given disruption tags [optional]
+**language** | **String** | Here, select a specific language for disruption message [optional] [enum: nl-NL, en-US, en-GB, fr-FR, de-DE, hi-IN, it-IT, ja-JP, pt-PT, ru-RU, es-ES]
### Return
[**Contributors**](../model/Contributors.md)
@@ -468,11 +483,12 @@ ExpertSdk.getInstance().contributorsApi.getCoverageRegionUriContributorsId(
odtLevel = "odtLevel_example",
dataFreshness = "dataFreshness_example",
distance = 123,
- since = DateTime.now(),
- until = DateTime.now(),
+ since = LocalDateTime.now(),
+ until = LocalDateTime.now(),
disableGeojson = true,
disableDisruption = true,
- tags = listOf()
+ tags = listOf(),
+ language = "language_example"
)
if (response.isSuccessful && response.body() != null) {
diff --git a/docs/expert/android/api/CoordApi.md b/docs/expert/android/api/CoordApi.md
index 1769f04ec..52c6f42da 100644
--- a/docs/expert/android/api/CoordApi.md
+++ b/docs/expert/android/api/CoordApi.md
@@ -13,8 +13,8 @@ Method | HTTP request
Name | Type | Note
---- | ---- | ----
-**lat** | **Double** | The latitude of where the coord you want to query
**lon** | **Double** | The longitude of where the coord you want to query
+**lat** | **Double** | The latitude of where the coord you want to query
### Return
[**DictAddresses**](../model/DictAddresses.md)
@@ -22,8 +22,8 @@ Name | Type | Note
Example
```kotlin
ExpertSdk.getInstance().coordApi.getCoordLonLat(
- lat = 0.0,
- lon = 0.0
+ lon = 0.0,
+ lat = 0.0
)
if (response.isSuccessful && response.body() != null) {
@@ -40,8 +40,8 @@ if (response.isSuccessful && response.body() != null) {
Name | Type | Note
---- | ---- | ----
-**lat** | **Double** | The latitude of where the coord you want to query
**lon** | **Double** | The longitude of where the coord you want to query
+**lat** | **Double** | The latitude of where the coord you want to query
### Return
[**DictAddresses**](../model/DictAddresses.md)
@@ -49,8 +49,8 @@ Name | Type | Note
Example
```kotlin
ExpertSdk.getInstance().coordApi.getCoordsLonLat(
- lat = 0.0,
- lon = 0.0
+ lon = 0.0,
+ lat = 0.0
)
if (response.isSuccessful && response.body() != null) {
@@ -67,9 +67,9 @@ if (response.isSuccessful && response.body() != null) {
Name | Type | Note
---- | ---- | ----
-**lat** | **Double** | The latitude of where the coord you want to query
**region** | **String** | The region you want to query
**lon** | **Double** | The longitude of where the coord you want to query
+**lat** | **Double** | The latitude of where the coord you want to query
### Return
[**DictAddresses**](../model/DictAddresses.md)
@@ -77,9 +77,9 @@ Name | Type | Note
Example
```kotlin
ExpertSdk.getInstance().coordApi.getCoverageRegionCoordLonLatAddresses(
- lat = 0.0,
region = "region_example",
- lon = 0.0
+ lon = 0.0,
+ lat = 0.0
)
if (response.isSuccessful && response.body() != null) {
@@ -96,9 +96,9 @@ if (response.isSuccessful && response.body() != null) {
Name | Type | Note
---- | ---- | ----
-**lat** | **Double** | The latitude of where the coord you want to query
**region** | **String** | The region you want to query
**lon** | **Double** | The longitude of where the coord you want to query
+**lat** | **Double** | The latitude of where the coord you want to query
### Return
[**DictAddresses**](../model/DictAddresses.md)
@@ -106,9 +106,9 @@ Name | Type | Note
Example
```kotlin
ExpertSdk.getInstance().coordApi.getCoverageRegionCoordsLonLatAddresses(
- lat = 0.0,
region = "region_example",
- lon = 0.0
+ lon = 0.0,
+ lat = 0.0
)
if (response.isSuccessful && response.body() != null) {
diff --git a/docs/expert/android/api/CoordsApi.md b/docs/expert/android/api/CoordsApi.md
index ef1710f55..db81029eb 100644
--- a/docs/expert/android/api/CoordsApi.md
+++ b/docs/expert/android/api/CoordsApi.md
@@ -25,8 +25,8 @@ Method | HTTP request
Name | Type | Note
---- | ---- | ----
-**lat** | **Double** | The latitude of where the coord you want to query
**lon** | **Double** | The longitude of where the coord you want to query
+**lat** | **Double** | The latitude of where the coord you want to query
### Return
[**DictAddresses**](../model/DictAddresses.md)
@@ -34,8 +34,8 @@ Name | Type | Note
Example
```kotlin
ExpertSdk.getInstance().coordsApi.getCoverageLonLatCoord(
- lat = 0.0,
- lon = 0.0
+ lon = 0.0,
+ lat = 0.0
)
if (response.isSuccessful && response.body() != null) {
@@ -52,8 +52,8 @@ if (response.isSuccessful && response.body() != null) {
Name | Type | Note
---- | ---- | ----
-**lat** | **Double** | The latitude of where the coord you want to query
**lon** | **Double** | The longitude of where the coord you want to query
+**lat** | **Double** | The latitude of where the coord you want to query
**id** | **String** | Id of the object you want to query
### Return
@@ -62,8 +62,8 @@ Name | Type | Note
Example
```kotlin
ExpertSdk.getInstance().coordsApi.getCoverageLonLatCoordId(
- lat = 0.0,
lon = 0.0,
+ lat = 0.0,
id = "id_example"
)
@@ -81,8 +81,8 @@ if (response.isSuccessful && response.body() != null) {
Name | Type | Note
---- | ---- | ----
-**lat** | **Double** | The latitude of where the coord you want to query
**lon** | **Double** | The longitude of where the coord you want to query
+**lat** | **Double** | The latitude of where the coord you want to query
### Return
[**DictAddresses**](../model/DictAddresses.md)
@@ -90,8 +90,8 @@ Name | Type | Note
Example
```kotlin
ExpertSdk.getInstance().coordsApi.getCoverageLonLatCoords(
- lat = 0.0,
- lon = 0.0
+ lon = 0.0,
+ lat = 0.0
)
if (response.isSuccessful && response.body() != null) {
@@ -108,8 +108,8 @@ if (response.isSuccessful && response.body() != null) {
Name | Type | Note
---- | ---- | ----
-**lat** | **Double** | The latitude of where the coord you want to query
**lon** | **Double** | The longitude of where the coord you want to query
+**lat** | **Double** | The latitude of where the coord you want to query
**id** | **String** | Id of the object you want to query
### Return
@@ -118,8 +118,8 @@ Name | Type | Note
Example
```kotlin
ExpertSdk.getInstance().coordsApi.getCoverageLonLatCoordsId(
- lat = 0.0,
lon = 0.0,
+ lat = 0.0,
id = "id_example"
)
@@ -137,8 +137,8 @@ if (response.isSuccessful && response.body() != null) {
Name | Type | Note
---- | ---- | ----
-**lat** | **Double** | The latitude of where the coord you want to query
**lon** | **Double** | The longitude of where the coord you want to query
+**lat** | **Double** | The latitude of where the coord you want to query
**uri** | **String** | First part of the uri
### Return
@@ -147,8 +147,8 @@ Name | Type | Note
Example
```kotlin
ExpertSdk.getInstance().coordsApi.getCoverageLonLatUriCoord(
- lat = 0.0,
lon = 0.0,
+ lat = 0.0,
uri = "uri_example"
)
@@ -166,8 +166,8 @@ if (response.isSuccessful && response.body() != null) {
Name | Type | Note
---- | ---- | ----
-**lat** | **Double** | The latitude of where the coord you want to query
**lon** | **Double** | The longitude of where the coord you want to query
+**lat** | **Double** | The latitude of where the coord you want to query
**uri** | **String** | First part of the uri
**id** | **String** | Id of the object you want to query
@@ -177,8 +177,8 @@ Name | Type | Note
Example
```kotlin
ExpertSdk.getInstance().coordsApi.getCoverageLonLatUriCoordId(
- lat = 0.0,
lon = 0.0,
+ lat = 0.0,
uri = "uri_example",
id = "id_example"
)
@@ -197,8 +197,8 @@ if (response.isSuccessful && response.body() != null) {
Name | Type | Note
---- | ---- | ----
-**lat** | **Double** | The latitude of where the coord you want to query
**lon** | **Double** | The longitude of where the coord you want to query
+**lat** | **Double** | The latitude of where the coord you want to query
**uri** | **String** | First part of the uri
### Return
@@ -207,8 +207,8 @@ Name | Type | Note
Example
```kotlin
ExpertSdk.getInstance().coordsApi.getCoverageLonLatUriCoords(
- lat = 0.0,
lon = 0.0,
+ lat = 0.0,
uri = "uri_example"
)
@@ -226,8 +226,8 @@ if (response.isSuccessful && response.body() != null) {
Name | Type | Note
---- | ---- | ----
-**lat** | **Double** | The latitude of where the coord you want to query
**lon** | **Double** | The longitude of where the coord you want to query
+**lat** | **Double** | The latitude of where the coord you want to query
**uri** | **String** | First part of the uri
**id** | **String** | Id of the object you want to query
@@ -237,8 +237,8 @@ Name | Type | Note
Example
```kotlin
ExpertSdk.getInstance().coordsApi.getCoverageLonLatUriCoordsId(
- lat = 0.0,
lon = 0.0,
+ lat = 0.0,
uri = "uri_example",
id = "id_example"
)
diff --git a/docs/expert/android/api/CoverageApi.md b/docs/expert/android/api/CoverageApi.md
index a505f66fb..8c74906be 100644
--- a/docs/expert/android/api/CoverageApi.md
+++ b/docs/expert/android/api/CoverageApi.md
@@ -37,8 +37,8 @@ if (response.isSuccessful && response.body() != null) {
Name | Type | Note
---- | ---- | ----
-**lat** | **Double** | The latitude of where the coord you want to query
**lon** | **Double** | The longitude of where the coord you want to query
+**lat** | **Double** | The latitude of where the coord you want to query
**disableGeojson** | **Boolean** | hide the coverage geojson to reduce response size [optional]
### Return
@@ -47,8 +47,8 @@ Name | Type | Note
Example
```kotlin
ExpertSdk.getInstance().coverageApi.getCoverageLonLat(
- lat = 0.0,
lon = 0.0,
+ lat = 0.0,
disableGeojson = true
)
diff --git a/docs/expert/android/api/DatasetsApi.md b/docs/expert/android/api/DatasetsApi.md
index 396b58a7b..786f2a775 100644
--- a/docs/expert/android/api/DatasetsApi.md
+++ b/docs/expert/android/api/DatasetsApi.md
@@ -17,8 +17,8 @@ Method | HTTP request
Name | Type | Note
---- | ---- | ----
-**lat** | **Double** | The latitude of where the coord you want to query
**lon** | **Double** | The longitude of where the coord you want to query
+**lat** | **Double** | The latitude of where the coord you want to query
**startPage** | **Int** | The page where you want to start [optional]
**count** | **Int** | Number of objects you want on a page [optional] [default to 25]
**depth** | **Int** | The depth of your object [optional] [default to 1]
@@ -26,15 +26,16 @@ Name | Type | Note
**forbiddenUris** | [**List**](String.md) | forbidden uris [optional]
**externalCode** | **String** | An external code to query [optional]
**headsign** | **String** | filter vehicle journeys on headsign [optional]
-**odtLevel** | **String** | odt level [optional] [default to all] [enum: scheduled, all, zonal, with_stops]
+**odtLevel** | **String** | odt level [optional] [default to all] [enum: all, with_stops, zonal, scheduled]
**dataFreshness** | **String** | Define the freshness of data to use to filter vehicle_journeys along with parameters &since and/or &until . Provides only the vehicle_journeys valid for the data freshness level requested. Using `&data_freshness=base_schedule` will return all original vehicle_journeys onlywhereas using `&data_freshness=realtime` will return vehicle_journeys after applyingmodifications by realtime (amended vehicle_journeys, and non-impacted original vehicle_journeys). [optional] [default to base_schedule] [enum: base_schedule, adapted_schedule, realtime]
**distance** | **Int** | Distance range of the query. Used only if a coord is in the query [optional] [default to 200]
-**since** | **DateTime** | filters objects not valid before this date [optional]
-**until** | **DateTime** | filters objects not valid after this date [optional]
+**since** | **LocalDateTime** | filters objects not valid before this date [optional]
+**until** | **LocalDateTime** | filters objects not valid after this date [optional]
**disableGeojson** | **Boolean** | remove geojson from the response [optional]
**disableDisruption** | **Boolean** | remove disruptions from the response [optional]
**filter** | **String** | The filter parameter [optional]
**tags** | [**List**](String.md) | If filled, will restrain the search within the given disruption tags [optional]
+**language** | **String** | Here, select a specific language for disruption message [optional] [enum: nl-NL, en-US, en-GB, fr-FR, de-DE, hi-IN, it-IT, ja-JP, pt-PT, ru-RU, es-ES]
### Return
[**Datasets**](../model/Datasets.md)
@@ -42,8 +43,8 @@ Name | Type | Note
Example
```kotlin
ExpertSdk.getInstance().datasetsApi.getCoverageLonLatDatasets(
- lat = 0.0,
lon = 0.0,
+ lat = 0.0,
startPage = 123,
count = 123,
depth = 123,
@@ -54,12 +55,13 @@ ExpertSdk.getInstance().datasetsApi.getCoverageLonLatDatasets(
odtLevel = "odtLevel_example",
dataFreshness = "dataFreshness_example",
distance = 123,
- since = DateTime.now(),
- until = DateTime.now(),
+ since = LocalDateTime.now(),
+ until = LocalDateTime.now(),
disableGeojson = true,
disableDisruption = true,
filter = "filter_example",
- tags = listOf()
+ tags = listOf(),
+ language = "language_example"
)
if (response.isSuccessful && response.body() != null) {
@@ -76,8 +78,8 @@ if (response.isSuccessful && response.body() != null) {
Name | Type | Note
---- | ---- | ----
-**lat** | **Double** | The latitude of where the coord you want to query
**lon** | **Double** | The longitude of where the coord you want to query
+**lat** | **Double** | The latitude of where the coord you want to query
**id** | **String** | Id of the object you want to query
**startPage** | **Int** | The page where you want to start [optional]
**count** | **Int** | Number of objects you want on a page [optional] [default to 25]
@@ -86,14 +88,15 @@ Name | Type | Note
**forbiddenUris** | [**List**](String.md) | forbidden uris [optional]
**externalCode** | **String** | An external code to query [optional]
**headsign** | **String** | filter vehicle journeys on headsign [optional]
-**odtLevel** | **String** | odt level [optional] [default to all] [enum: scheduled, all, zonal, with_stops]
+**odtLevel** | **String** | odt level [optional] [default to all] [enum: all, with_stops, zonal, scheduled]
**dataFreshness** | **String** | Define the freshness of data to use to filter vehicle_journeys along with parameters &since and/or &until . Provides only the vehicle_journeys valid for the data freshness level requested. Using `&data_freshness=base_schedule` will return all original vehicle_journeys onlywhereas using `&data_freshness=realtime` will return vehicle_journeys after applyingmodifications by realtime (amended vehicle_journeys, and non-impacted original vehicle_journeys). [optional] [default to base_schedule] [enum: base_schedule, adapted_schedule, realtime]
**distance** | **Int** | Distance range of the query. Used only if a coord is in the query [optional] [default to 200]
-**since** | **DateTime** | filters objects not valid before this date [optional]
-**until** | **DateTime** | filters objects not valid after this date [optional]
+**since** | **LocalDateTime** | filters objects not valid before this date [optional]
+**until** | **LocalDateTime** | filters objects not valid after this date [optional]
**disableGeojson** | **Boolean** | remove geojson from the response [optional]
**disableDisruption** | **Boolean** | remove disruptions from the response [optional]
**tags** | [**List**](String.md) | If filled, will restrain the search within the given disruption tags [optional]
+**language** | **String** | Here, select a specific language for disruption message [optional] [enum: nl-NL, en-US, en-GB, fr-FR, de-DE, hi-IN, it-IT, ja-JP, pt-PT, ru-RU, es-ES]
### Return
[**Datasets**](../model/Datasets.md)
@@ -101,8 +104,8 @@ Name | Type | Note
Example
```kotlin
ExpertSdk.getInstance().datasetsApi.getCoverageLonLatDatasetsId(
- lat = 0.0,
lon = 0.0,
+ lat = 0.0,
id = "id_example",
startPage = 123,
count = 123,
@@ -114,11 +117,12 @@ ExpertSdk.getInstance().datasetsApi.getCoverageLonLatDatasetsId(
odtLevel = "odtLevel_example",
dataFreshness = "dataFreshness_example",
distance = 123,
- since = DateTime.now(),
- until = DateTime.now(),
+ since = LocalDateTime.now(),
+ until = LocalDateTime.now(),
disableGeojson = true,
disableDisruption = true,
- tags = listOf()
+ tags = listOf(),
+ language = "language_example"
)
if (response.isSuccessful && response.body() != null) {
@@ -135,8 +139,8 @@ if (response.isSuccessful && response.body() != null) {
Name | Type | Note
---- | ---- | ----
-**lat** | **Double** | The latitude of where the coord you want to query
**lon** | **Double** | The longitude of where the coord you want to query
+**lat** | **Double** | The latitude of where the coord you want to query
**uri** | **String** | First part of the uri
**startPage** | **Int** | The page where you want to start [optional]
**count** | **Int** | Number of objects you want on a page [optional] [default to 25]
@@ -145,15 +149,16 @@ Name | Type | Note
**forbiddenUris** | [**List**](String.md) | forbidden uris [optional]
**externalCode** | **String** | An external code to query [optional]
**headsign** | **String** | filter vehicle journeys on headsign [optional]
-**odtLevel** | **String** | odt level [optional] [default to all] [enum: scheduled, all, zonal, with_stops]
+**odtLevel** | **String** | odt level [optional] [default to all] [enum: all, with_stops, zonal, scheduled]
**dataFreshness** | **String** | Define the freshness of data to use to filter vehicle_journeys along with parameters &since and/or &until . Provides only the vehicle_journeys valid for the data freshness level requested. Using `&data_freshness=base_schedule` will return all original vehicle_journeys onlywhereas using `&data_freshness=realtime` will return vehicle_journeys after applyingmodifications by realtime (amended vehicle_journeys, and non-impacted original vehicle_journeys). [optional] [default to base_schedule] [enum: base_schedule, adapted_schedule, realtime]
**distance** | **Int** | Distance range of the query. Used only if a coord is in the query [optional] [default to 200]
-**since** | **DateTime** | filters objects not valid before this date [optional]
-**until** | **DateTime** | filters objects not valid after this date [optional]
+**since** | **LocalDateTime** | filters objects not valid before this date [optional]
+**until** | **LocalDateTime** | filters objects not valid after this date [optional]
**disableGeojson** | **Boolean** | remove geojson from the response [optional]
**disableDisruption** | **Boolean** | remove disruptions from the response [optional]
**filter** | **String** | The filter parameter [optional]
**tags** | [**List**](String.md) | If filled, will restrain the search within the given disruption tags [optional]
+**language** | **String** | Here, select a specific language for disruption message [optional] [enum: nl-NL, en-US, en-GB, fr-FR, de-DE, hi-IN, it-IT, ja-JP, pt-PT, ru-RU, es-ES]
### Return
[**Datasets**](../model/Datasets.md)
@@ -161,8 +166,8 @@ Name | Type | Note
Example
```kotlin
ExpertSdk.getInstance().datasetsApi.getCoverageLonLatUriDatasets(
- lat = 0.0,
lon = 0.0,
+ lat = 0.0,
uri = "uri_example",
startPage = 123,
count = 123,
@@ -174,12 +179,13 @@ ExpertSdk.getInstance().datasetsApi.getCoverageLonLatUriDatasets(
odtLevel = "odtLevel_example",
dataFreshness = "dataFreshness_example",
distance = 123,
- since = DateTime.now(),
- until = DateTime.now(),
+ since = LocalDateTime.now(),
+ until = LocalDateTime.now(),
disableGeojson = true,
disableDisruption = true,
filter = "filter_example",
- tags = listOf()
+ tags = listOf(),
+ language = "language_example"
)
if (response.isSuccessful && response.body() != null) {
@@ -196,8 +202,8 @@ if (response.isSuccessful && response.body() != null) {
Name | Type | Note
---- | ---- | ----
-**lat** | **Double** | The latitude of where the coord you want to query
**lon** | **Double** | The longitude of where the coord you want to query
+**lat** | **Double** | The latitude of where the coord you want to query
**uri** | **String** | First part of the uri
**id** | **String** | Id of the object you want to query
**startPage** | **Int** | The page where you want to start [optional]
@@ -207,14 +213,15 @@ Name | Type | Note
**forbiddenUris** | [**List**](String.md) | forbidden uris [optional]
**externalCode** | **String** | An external code to query [optional]
**headsign** | **String** | filter vehicle journeys on headsign [optional]
-**odtLevel** | **String** | odt level [optional] [default to all] [enum: scheduled, all, zonal, with_stops]
+**odtLevel** | **String** | odt level [optional] [default to all] [enum: all, with_stops, zonal, scheduled]
**dataFreshness** | **String** | Define the freshness of data to use to filter vehicle_journeys along with parameters &since and/or &until . Provides only the vehicle_journeys valid for the data freshness level requested. Using `&data_freshness=base_schedule` will return all original vehicle_journeys onlywhereas using `&data_freshness=realtime` will return vehicle_journeys after applyingmodifications by realtime (amended vehicle_journeys, and non-impacted original vehicle_journeys). [optional] [default to base_schedule] [enum: base_schedule, adapted_schedule, realtime]
**distance** | **Int** | Distance range of the query. Used only if a coord is in the query [optional] [default to 200]
-**since** | **DateTime** | filters objects not valid before this date [optional]
-**until** | **DateTime** | filters objects not valid after this date [optional]
+**since** | **LocalDateTime** | filters objects not valid before this date [optional]
+**until** | **LocalDateTime** | filters objects not valid after this date [optional]
**disableGeojson** | **Boolean** | remove geojson from the response [optional]
**disableDisruption** | **Boolean** | remove disruptions from the response [optional]
**tags** | [**List**](String.md) | If filled, will restrain the search within the given disruption tags [optional]
+**language** | **String** | Here, select a specific language for disruption message [optional] [enum: nl-NL, en-US, en-GB, fr-FR, de-DE, hi-IN, it-IT, ja-JP, pt-PT, ru-RU, es-ES]
### Return
[**Datasets**](../model/Datasets.md)
@@ -222,8 +229,8 @@ Name | Type | Note
Example
```kotlin
ExpertSdk.getInstance().datasetsApi.getCoverageLonLatUriDatasetsId(
- lat = 0.0,
lon = 0.0,
+ lat = 0.0,
uri = "uri_example",
id = "id_example",
startPage = 123,
@@ -236,11 +243,12 @@ ExpertSdk.getInstance().datasetsApi.getCoverageLonLatUriDatasetsId(
odtLevel = "odtLevel_example",
dataFreshness = "dataFreshness_example",
distance = 123,
- since = DateTime.now(),
- until = DateTime.now(),
+ since = LocalDateTime.now(),
+ until = LocalDateTime.now(),
disableGeojson = true,
disableDisruption = true,
- tags = listOf()
+ tags = listOf(),
+ language = "language_example"
)
if (response.isSuccessful && response.body() != null) {
@@ -265,15 +273,16 @@ Name | Type | Note
**forbiddenUris** | [**List**](String.md) | forbidden uris [optional]
**externalCode** | **String** | An external code to query [optional]
**headsign** | **String** | filter vehicle journeys on headsign [optional]
-**odtLevel** | **String** | odt level [optional] [default to all] [enum: scheduled, all, zonal, with_stops]
+**odtLevel** | **String** | odt level [optional] [default to all] [enum: all, with_stops, zonal, scheduled]
**dataFreshness** | **String** | Define the freshness of data to use to filter vehicle_journeys along with parameters &since and/or &until . Provides only the vehicle_journeys valid for the data freshness level requested. Using `&data_freshness=base_schedule` will return all original vehicle_journeys onlywhereas using `&data_freshness=realtime` will return vehicle_journeys after applyingmodifications by realtime (amended vehicle_journeys, and non-impacted original vehicle_journeys). [optional] [default to base_schedule] [enum: base_schedule, adapted_schedule, realtime]
**distance** | **Int** | Distance range of the query. Used only if a coord is in the query [optional] [default to 200]
-**since** | **DateTime** | filters objects not valid before this date [optional]
-**until** | **DateTime** | filters objects not valid after this date [optional]
+**since** | **LocalDateTime** | filters objects not valid before this date [optional]
+**until** | **LocalDateTime** | filters objects not valid after this date [optional]
**disableGeojson** | **Boolean** | remove geojson from the response [optional]
**disableDisruption** | **Boolean** | remove disruptions from the response [optional]
**filter** | **String** | The filter parameter [optional]
**tags** | [**List**](String.md) | If filled, will restrain the search within the given disruption tags [optional]
+**language** | **String** | Here, select a specific language for disruption message [optional] [enum: nl-NL, en-US, en-GB, fr-FR, de-DE, hi-IN, it-IT, ja-JP, pt-PT, ru-RU, es-ES]
### Return
[**Datasets**](../model/Datasets.md)
@@ -292,12 +301,13 @@ ExpertSdk.getInstance().datasetsApi.getCoverageRegionDatasets(
odtLevel = "odtLevel_example",
dataFreshness = "dataFreshness_example",
distance = 123,
- since = DateTime.now(),
- until = DateTime.now(),
+ since = LocalDateTime.now(),
+ until = LocalDateTime.now(),
disableGeojson = true,
disableDisruption = true,
filter = "filter_example",
- tags = listOf()
+ tags = listOf(),
+ language = "language_example"
)
if (response.isSuccessful && response.body() != null) {
@@ -323,14 +333,15 @@ Name | Type | Note
**forbiddenUris** | [**List**](String.md) | forbidden uris [optional]
**externalCode** | **String** | An external code to query [optional]
**headsign** | **String** | filter vehicle journeys on headsign [optional]
-**odtLevel** | **String** | odt level [optional] [default to all] [enum: scheduled, all, zonal, with_stops]
+**odtLevel** | **String** | odt level [optional] [default to all] [enum: all, with_stops, zonal, scheduled]
**dataFreshness** | **String** | Define the freshness of data to use to filter vehicle_journeys along with parameters &since and/or &until . Provides only the vehicle_journeys valid for the data freshness level requested. Using `&data_freshness=base_schedule` will return all original vehicle_journeys onlywhereas using `&data_freshness=realtime` will return vehicle_journeys after applyingmodifications by realtime (amended vehicle_journeys, and non-impacted original vehicle_journeys). [optional] [default to base_schedule] [enum: base_schedule, adapted_schedule, realtime]
**distance** | **Int** | Distance range of the query. Used only if a coord is in the query [optional] [default to 200]
-**since** | **DateTime** | filters objects not valid before this date [optional]
-**until** | **DateTime** | filters objects not valid after this date [optional]
+**since** | **LocalDateTime** | filters objects not valid before this date [optional]
+**until** | **LocalDateTime** | filters objects not valid after this date [optional]
**disableGeojson** | **Boolean** | remove geojson from the response [optional]
**disableDisruption** | **Boolean** | remove disruptions from the response [optional]
**tags** | [**List**](String.md) | If filled, will restrain the search within the given disruption tags [optional]
+**language** | **String** | Here, select a specific language for disruption message [optional] [enum: nl-NL, en-US, en-GB, fr-FR, de-DE, hi-IN, it-IT, ja-JP, pt-PT, ru-RU, es-ES]
### Return
[**Datasets**](../model/Datasets.md)
@@ -350,11 +361,12 @@ ExpertSdk.getInstance().datasetsApi.getCoverageRegionDatasetsId(
odtLevel = "odtLevel_example",
dataFreshness = "dataFreshness_example",
distance = 123,
- since = DateTime.now(),
- until = DateTime.now(),
+ since = LocalDateTime.now(),
+ until = LocalDateTime.now(),
disableGeojson = true,
disableDisruption = true,
- tags = listOf()
+ tags = listOf(),
+ language = "language_example"
)
if (response.isSuccessful && response.body() != null) {
@@ -380,15 +392,16 @@ Name | Type | Note
**forbiddenUris** | [**List**](String.md) | forbidden uris [optional]
**externalCode** | **String** | An external code to query [optional]
**headsign** | **String** | filter vehicle journeys on headsign [optional]
-**odtLevel** | **String** | odt level [optional] [default to all] [enum: scheduled, all, zonal, with_stops]
+**odtLevel** | **String** | odt level [optional] [default to all] [enum: all, with_stops, zonal, scheduled]
**dataFreshness** | **String** | Define the freshness of data to use to filter vehicle_journeys along with parameters &since and/or &until . Provides only the vehicle_journeys valid for the data freshness level requested. Using `&data_freshness=base_schedule` will return all original vehicle_journeys onlywhereas using `&data_freshness=realtime` will return vehicle_journeys after applyingmodifications by realtime (amended vehicle_journeys, and non-impacted original vehicle_journeys). [optional] [default to base_schedule] [enum: base_schedule, adapted_schedule, realtime]
**distance** | **Int** | Distance range of the query. Used only if a coord is in the query [optional] [default to 200]
-**since** | **DateTime** | filters objects not valid before this date [optional]
-**until** | **DateTime** | filters objects not valid after this date [optional]
+**since** | **LocalDateTime** | filters objects not valid before this date [optional]
+**until** | **LocalDateTime** | filters objects not valid after this date [optional]
**disableGeojson** | **Boolean** | remove geojson from the response [optional]
**disableDisruption** | **Boolean** | remove disruptions from the response [optional]
**filter** | **String** | The filter parameter [optional]
**tags** | [**List**](String.md) | If filled, will restrain the search within the given disruption tags [optional]
+**language** | **String** | Here, select a specific language for disruption message [optional] [enum: nl-NL, en-US, en-GB, fr-FR, de-DE, hi-IN, it-IT, ja-JP, pt-PT, ru-RU, es-ES]
### Return
[**Datasets**](../model/Datasets.md)
@@ -408,12 +421,13 @@ ExpertSdk.getInstance().datasetsApi.getCoverageRegionUriDatasets(
odtLevel = "odtLevel_example",
dataFreshness = "dataFreshness_example",
distance = 123,
- since = DateTime.now(),
- until = DateTime.now(),
+ since = LocalDateTime.now(),
+ until = LocalDateTime.now(),
disableGeojson = true,
disableDisruption = true,
filter = "filter_example",
- tags = listOf()
+ tags = listOf(),
+ language = "language_example"
)
if (response.isSuccessful && response.body() != null) {
@@ -440,14 +454,15 @@ Name | Type | Note
**forbiddenUris** | [**List**](String.md) | forbidden uris [optional]
**externalCode** | **String** | An external code to query [optional]
**headsign** | **String** | filter vehicle journeys on headsign [optional]
-**odtLevel** | **String** | odt level [optional] [default to all] [enum: scheduled, all, zonal, with_stops]
+**odtLevel** | **String** | odt level [optional] [default to all] [enum: all, with_stops, zonal, scheduled]
**dataFreshness** | **String** | Define the freshness of data to use to filter vehicle_journeys along with parameters &since and/or &until . Provides only the vehicle_journeys valid for the data freshness level requested. Using `&data_freshness=base_schedule` will return all original vehicle_journeys onlywhereas using `&data_freshness=realtime` will return vehicle_journeys after applyingmodifications by realtime (amended vehicle_journeys, and non-impacted original vehicle_journeys). [optional] [default to base_schedule] [enum: base_schedule, adapted_schedule, realtime]
**distance** | **Int** | Distance range of the query. Used only if a coord is in the query [optional] [default to 200]
-**since** | **DateTime** | filters objects not valid before this date [optional]
-**until** | **DateTime** | filters objects not valid after this date [optional]
+**since** | **LocalDateTime** | filters objects not valid before this date [optional]
+**until** | **LocalDateTime** | filters objects not valid after this date [optional]
**disableGeojson** | **Boolean** | remove geojson from the response [optional]
**disableDisruption** | **Boolean** | remove disruptions from the response [optional]
**tags** | [**List**](String.md) | If filled, will restrain the search within the given disruption tags [optional]
+**language** | **String** | Here, select a specific language for disruption message [optional] [enum: nl-NL, en-US, en-GB, fr-FR, de-DE, hi-IN, it-IT, ja-JP, pt-PT, ru-RU, es-ES]
### Return
[**Datasets**](../model/Datasets.md)
@@ -468,11 +483,12 @@ ExpertSdk.getInstance().datasetsApi.getCoverageRegionUriDatasetsId(
odtLevel = "odtLevel_example",
dataFreshness = "dataFreshness_example",
distance = 123,
- since = DateTime.now(),
- until = DateTime.now(),
+ since = LocalDateTime.now(),
+ until = LocalDateTime.now(),
disableGeojson = true,
disableDisruption = true,
- tags = listOf()
+ tags = listOf(),
+ language = "language_example"
)
if (response.isSuccessful && response.body() != null) {
diff --git a/docs/expert/android/api/DisruptionsApi.md b/docs/expert/android/api/DisruptionsApi.md
index 0906cbb07..62ba269fe 100644
--- a/docs/expert/android/api/DisruptionsApi.md
+++ b/docs/expert/android/api/DisruptionsApi.md
@@ -17,8 +17,8 @@ Method | HTTP request
Name | Type | Note
---- | ---- | ----
-**lat** | **Double** | The latitude of where the coord you want to query
**lon** | **Double** | The longitude of where the coord you want to query
+**lat** | **Double** | The latitude of where the coord you want to query
**startPage** | **Int** | The page where you want to start [optional]
**count** | **Int** | Number of objects you want on a page [optional] [default to 25]
**depth** | **Int** | The depth of your object [optional] [default to 1]
@@ -26,15 +26,16 @@ Name | Type | Note
**forbiddenUris** | [**List**](String.md) | forbidden uris [optional]
**externalCode** | **String** | An external code to query [optional]
**headsign** | **String** | filter vehicle journeys on headsign [optional]
-**odtLevel** | **String** | odt level [optional] [default to all] [enum: scheduled, all, zonal, with_stops]
+**odtLevel** | **String** | odt level [optional] [default to all] [enum: all, with_stops, zonal, scheduled]
**dataFreshness** | **String** | Define the freshness of data to use to filter vehicle_journeys along with parameters &since and/or &until . Provides only the vehicle_journeys valid for the data freshness level requested. Using `&data_freshness=base_schedule` will return all original vehicle_journeys onlywhereas using `&data_freshness=realtime` will return vehicle_journeys after applyingmodifications by realtime (amended vehicle_journeys, and non-impacted original vehicle_journeys). [optional] [default to base_schedule] [enum: base_schedule, adapted_schedule, realtime]
**distance** | **Int** | Distance range of the query. Used only if a coord is in the query [optional] [default to 200]
-**since** | **DateTime** | filters objects not valid before this date [optional]
-**until** | **DateTime** | filters objects not valid after this date [optional]
+**since** | **LocalDateTime** | filters objects not valid before this date [optional]
+**until** | **LocalDateTime** | filters objects not valid after this date [optional]
**disableGeojson** | **Boolean** | remove geojson from the response [optional]
**disableDisruption** | **Boolean** | remove disruptions from the response [optional]
**filter** | **String** | The filter parameter [optional]
**tags** | [**List**](String.md) | If filled, will restrain the search within the given disruption tags [optional]
+**language** | **String** | Here, select a specific language for disruption message [optional] [enum: nl-NL, en-US, en-GB, fr-FR, de-DE, hi-IN, it-IT, ja-JP, pt-PT, ru-RU, es-ES]
**originalId** | **String** | original uri of the object you want to query [optional]
### Return
@@ -43,8 +44,8 @@ Name | Type | Note
Example
```kotlin
ExpertSdk.getInstance().disruptionsApi.getCoverageLonLatDisruptions(
- lat = 0.0,
lon = 0.0,
+ lat = 0.0,
startPage = 123,
count = 123,
depth = 123,
@@ -55,12 +56,13 @@ ExpertSdk.getInstance().disruptionsApi.getCoverageLonLatDisruptions(
odtLevel = "odtLevel_example",
dataFreshness = "dataFreshness_example",
distance = 123,
- since = DateTime.now(),
- until = DateTime.now(),
+ since = LocalDateTime.now(),
+ until = LocalDateTime.now(),
disableGeojson = true,
disableDisruption = true,
filter = "filter_example",
tags = listOf(),
+ language = "language_example",
originalId = "originalId_example"
)
@@ -78,8 +80,8 @@ if (response.isSuccessful && response.body() != null) {
Name | Type | Note
---- | ---- | ----
-**lat** | **Double** | The latitude of where the coord you want to query
**lon** | **Double** | The longitude of where the coord you want to query
+**lat** | **Double** | The latitude of where the coord you want to query
**id** | **String** | Id of the object you want to query
**startPage** | **Int** | The page where you want to start [optional]
**count** | **Int** | Number of objects you want on a page [optional] [default to 25]
@@ -88,14 +90,15 @@ Name | Type | Note
**forbiddenUris** | [**List**](String.md) | forbidden uris [optional]
**externalCode** | **String** | An external code to query [optional]
**headsign** | **String** | filter vehicle journeys on headsign [optional]
-**odtLevel** | **String** | odt level [optional] [default to all] [enum: scheduled, all, zonal, with_stops]
+**odtLevel** | **String** | odt level [optional] [default to all] [enum: all, with_stops, zonal, scheduled]
**dataFreshness** | **String** | Define the freshness of data to use to filter vehicle_journeys along with parameters &since and/or &until . Provides only the vehicle_journeys valid for the data freshness level requested. Using `&data_freshness=base_schedule` will return all original vehicle_journeys onlywhereas using `&data_freshness=realtime` will return vehicle_journeys after applyingmodifications by realtime (amended vehicle_journeys, and non-impacted original vehicle_journeys). [optional] [default to base_schedule] [enum: base_schedule, adapted_schedule, realtime]
**distance** | **Int** | Distance range of the query. Used only if a coord is in the query [optional] [default to 200]
-**since** | **DateTime** | filters objects not valid before this date [optional]
-**until** | **DateTime** | filters objects not valid after this date [optional]
+**since** | **LocalDateTime** | filters objects not valid before this date [optional]
+**until** | **LocalDateTime** | filters objects not valid after this date [optional]
**disableGeojson** | **Boolean** | remove geojson from the response [optional]
**disableDisruption** | **Boolean** | remove disruptions from the response [optional]
**tags** | [**List**](String.md) | If filled, will restrain the search within the given disruption tags [optional]
+**language** | **String** | Here, select a specific language for disruption message [optional] [enum: nl-NL, en-US, en-GB, fr-FR, de-DE, hi-IN, it-IT, ja-JP, pt-PT, ru-RU, es-ES]
**originalId** | **String** | original uri of the object you want to query [optional]
### Return
@@ -104,8 +107,8 @@ Name | Type | Note
Example
```kotlin
ExpertSdk.getInstance().disruptionsApi.getCoverageLonLatDisruptionsId(
- lat = 0.0,
lon = 0.0,
+ lat = 0.0,
id = "id_example",
startPage = 123,
count = 123,
@@ -117,11 +120,12 @@ ExpertSdk.getInstance().disruptionsApi.getCoverageLonLatDisruptionsId(
odtLevel = "odtLevel_example",
dataFreshness = "dataFreshness_example",
distance = 123,
- since = DateTime.now(),
- until = DateTime.now(),
+ since = LocalDateTime.now(),
+ until = LocalDateTime.now(),
disableGeojson = true,
disableDisruption = true,
tags = listOf(),
+ language = "language_example",
originalId = "originalId_example"
)
@@ -139,8 +143,8 @@ if (response.isSuccessful && response.body() != null) {
Name | Type | Note
---- | ---- | ----
-**lat** | **Double** | The latitude of where the coord you want to query
**lon** | **Double** | The longitude of where the coord you want to query
+**lat** | **Double** | The latitude of where the coord you want to query
**uri** | **String** | First part of the uri
**startPage** | **Int** | The page where you want to start [optional]
**count** | **Int** | Number of objects you want on a page [optional] [default to 25]
@@ -149,15 +153,16 @@ Name | Type | Note
**forbiddenUris** | [**List**](String.md) | forbidden uris [optional]
**externalCode** | **String** | An external code to query [optional]
**headsign** | **String** | filter vehicle journeys on headsign [optional]
-**odtLevel** | **String** | odt level [optional] [default to all] [enum: scheduled, all, zonal, with_stops]
+**odtLevel** | **String** | odt level [optional] [default to all] [enum: all, with_stops, zonal, scheduled]
**dataFreshness** | **String** | Define the freshness of data to use to filter vehicle_journeys along with parameters &since and/or &until . Provides only the vehicle_journeys valid for the data freshness level requested. Using `&data_freshness=base_schedule` will return all original vehicle_journeys onlywhereas using `&data_freshness=realtime` will return vehicle_journeys after applyingmodifications by realtime (amended vehicle_journeys, and non-impacted original vehicle_journeys). [optional] [default to base_schedule] [enum: base_schedule, adapted_schedule, realtime]
**distance** | **Int** | Distance range of the query. Used only if a coord is in the query [optional] [default to 200]
-**since** | **DateTime** | filters objects not valid before this date [optional]
-**until** | **DateTime** | filters objects not valid after this date [optional]
+**since** | **LocalDateTime** | filters objects not valid before this date [optional]
+**until** | **LocalDateTime** | filters objects not valid after this date [optional]
**disableGeojson** | **Boolean** | remove geojson from the response [optional]
**disableDisruption** | **Boolean** | remove disruptions from the response [optional]
**filter** | **String** | The filter parameter [optional]
**tags** | [**List**](String.md) | If filled, will restrain the search within the given disruption tags [optional]
+**language** | **String** | Here, select a specific language for disruption message [optional] [enum: nl-NL, en-US, en-GB, fr-FR, de-DE, hi-IN, it-IT, ja-JP, pt-PT, ru-RU, es-ES]
**originalId** | **String** | original uri of the object you want to query [optional]
### Return
@@ -166,8 +171,8 @@ Name | Type | Note
Example
```kotlin
ExpertSdk.getInstance().disruptionsApi.getCoverageLonLatUriDisruptions(
- lat = 0.0,
lon = 0.0,
+ lat = 0.0,
uri = "uri_example",
startPage = 123,
count = 123,
@@ -179,12 +184,13 @@ ExpertSdk.getInstance().disruptionsApi.getCoverageLonLatUriDisruptions(
odtLevel = "odtLevel_example",
dataFreshness = "dataFreshness_example",
distance = 123,
- since = DateTime.now(),
- until = DateTime.now(),
+ since = LocalDateTime.now(),
+ until = LocalDateTime.now(),
disableGeojson = true,
disableDisruption = true,
filter = "filter_example",
tags = listOf(),
+ language = "language_example",
originalId = "originalId_example"
)
@@ -202,8 +208,8 @@ if (response.isSuccessful && response.body() != null) {
Name | Type | Note
---- | ---- | ----
-**lat** | **Double** | The latitude of where the coord you want to query
**lon** | **Double** | The longitude of where the coord you want to query
+**lat** | **Double** | The latitude of where the coord you want to query
**uri** | **String** | First part of the uri
**id** | **String** | Id of the object you want to query
**startPage** | **Int** | The page where you want to start [optional]
@@ -213,14 +219,15 @@ Name | Type | Note
**forbiddenUris** | [**List**](String.md) | forbidden uris [optional]
**externalCode** | **String** | An external code to query [optional]
**headsign** | **String** | filter vehicle journeys on headsign [optional]
-**odtLevel** | **String** | odt level [optional] [default to all] [enum: scheduled, all, zonal, with_stops]
+**odtLevel** | **String** | odt level [optional] [default to all] [enum: all, with_stops, zonal, scheduled]
**dataFreshness** | **String** | Define the freshness of data to use to filter vehicle_journeys along with parameters &since and/or &until . Provides only the vehicle_journeys valid for the data freshness level requested. Using `&data_freshness=base_schedule` will return all original vehicle_journeys onlywhereas using `&data_freshness=realtime` will return vehicle_journeys after applyingmodifications by realtime (amended vehicle_journeys, and non-impacted original vehicle_journeys). [optional] [default to base_schedule] [enum: base_schedule, adapted_schedule, realtime]
**distance** | **Int** | Distance range of the query. Used only if a coord is in the query [optional] [default to 200]
-**since** | **DateTime** | filters objects not valid before this date [optional]
-**until** | **DateTime** | filters objects not valid after this date [optional]
+**since** | **LocalDateTime** | filters objects not valid before this date [optional]
+**until** | **LocalDateTime** | filters objects not valid after this date [optional]
**disableGeojson** | **Boolean** | remove geojson from the response [optional]
**disableDisruption** | **Boolean** | remove disruptions from the response [optional]
**tags** | [**List**](String.md) | If filled, will restrain the search within the given disruption tags [optional]
+**language** | **String** | Here, select a specific language for disruption message [optional] [enum: nl-NL, en-US, en-GB, fr-FR, de-DE, hi-IN, it-IT, ja-JP, pt-PT, ru-RU, es-ES]
**originalId** | **String** | original uri of the object you want to query [optional]
### Return
@@ -229,8 +236,8 @@ Name | Type | Note
Example
```kotlin
ExpertSdk.getInstance().disruptionsApi.getCoverageLonLatUriDisruptionsId(
- lat = 0.0,
lon = 0.0,
+ lat = 0.0,
uri = "uri_example",
id = "id_example",
startPage = 123,
@@ -243,11 +250,12 @@ ExpertSdk.getInstance().disruptionsApi.getCoverageLonLatUriDisruptionsId(
odtLevel = "odtLevel_example",
dataFreshness = "dataFreshness_example",
distance = 123,
- since = DateTime.now(),
- until = DateTime.now(),
+ since = LocalDateTime.now(),
+ until = LocalDateTime.now(),
disableGeojson = true,
disableDisruption = true,
tags = listOf(),
+ language = "language_example",
originalId = "originalId_example"
)
@@ -273,15 +281,16 @@ Name | Type | Note
**forbiddenUris** | [**List**](String.md) | forbidden uris [optional]
**externalCode** | **String** | An external code to query [optional]
**headsign** | **String** | filter vehicle journeys on headsign [optional]
-**odtLevel** | **String** | odt level [optional] [default to all] [enum: scheduled, all, zonal, with_stops]
+**odtLevel** | **String** | odt level [optional] [default to all] [enum: all, with_stops, zonal, scheduled]
**dataFreshness** | **String** | Define the freshness of data to use to filter vehicle_journeys along with parameters &since and/or &until . Provides only the vehicle_journeys valid for the data freshness level requested. Using `&data_freshness=base_schedule` will return all original vehicle_journeys onlywhereas using `&data_freshness=realtime` will return vehicle_journeys after applyingmodifications by realtime (amended vehicle_journeys, and non-impacted original vehicle_journeys). [optional] [default to base_schedule] [enum: base_schedule, adapted_schedule, realtime]
**distance** | **Int** | Distance range of the query. Used only if a coord is in the query [optional] [default to 200]
-**since** | **DateTime** | filters objects not valid before this date [optional]
-**until** | **DateTime** | filters objects not valid after this date [optional]
+**since** | **LocalDateTime** | filters objects not valid before this date [optional]
+**until** | **LocalDateTime** | filters objects not valid after this date [optional]
**disableGeojson** | **Boolean** | remove geojson from the response [optional]
**disableDisruption** | **Boolean** | remove disruptions from the response [optional]
**filter** | **String** | The filter parameter [optional]
**tags** | [**List**](String.md) | If filled, will restrain the search within the given disruption tags [optional]
+**language** | **String** | Here, select a specific language for disruption message [optional] [enum: nl-NL, en-US, en-GB, fr-FR, de-DE, hi-IN, it-IT, ja-JP, pt-PT, ru-RU, es-ES]
**originalId** | **String** | original uri of the object you want to query [optional]
### Return
@@ -301,12 +310,13 @@ ExpertSdk.getInstance().disruptionsApi.getCoverageRegionDisruptions(
odtLevel = "odtLevel_example",
dataFreshness = "dataFreshness_example",
distance = 123,
- since = DateTime.now(),
- until = DateTime.now(),
+ since = LocalDateTime.now(),
+ until = LocalDateTime.now(),
disableGeojson = true,
disableDisruption = true,
filter = "filter_example",
tags = listOf(),
+ language = "language_example",
originalId = "originalId_example"
)
@@ -333,14 +343,15 @@ Name | Type | Note
**forbiddenUris** | [**List**](String.md) | forbidden uris [optional]
**externalCode** | **String** | An external code to query [optional]
**headsign** | **String** | filter vehicle journeys on headsign [optional]
-**odtLevel** | **String** | odt level [optional] [default to all] [enum: scheduled, all, zonal, with_stops]
+**odtLevel** | **String** | odt level [optional] [default to all] [enum: all, with_stops, zonal, scheduled]
**dataFreshness** | **String** | Define the freshness of data to use to filter vehicle_journeys along with parameters &since and/or &until . Provides only the vehicle_journeys valid for the data freshness level requested. Using `&data_freshness=base_schedule` will return all original vehicle_journeys onlywhereas using `&data_freshness=realtime` will return vehicle_journeys after applyingmodifications by realtime (amended vehicle_journeys, and non-impacted original vehicle_journeys). [optional] [default to base_schedule] [enum: base_schedule, adapted_schedule, realtime]
**distance** | **Int** | Distance range of the query. Used only if a coord is in the query [optional] [default to 200]
-**since** | **DateTime** | filters objects not valid before this date [optional]
-**until** | **DateTime** | filters objects not valid after this date [optional]
+**since** | **LocalDateTime** | filters objects not valid before this date [optional]
+**until** | **LocalDateTime** | filters objects not valid after this date [optional]
**disableGeojson** | **Boolean** | remove geojson from the response [optional]
**disableDisruption** | **Boolean** | remove disruptions from the response [optional]
**tags** | [**List**](String.md) | If filled, will restrain the search within the given disruption tags [optional]
+**language** | **String** | Here, select a specific language for disruption message [optional] [enum: nl-NL, en-US, en-GB, fr-FR, de-DE, hi-IN, it-IT, ja-JP, pt-PT, ru-RU, es-ES]
**originalId** | **String** | original uri of the object you want to query [optional]
### Return
@@ -361,11 +372,12 @@ ExpertSdk.getInstance().disruptionsApi.getCoverageRegionDisruptionsId(
odtLevel = "odtLevel_example",
dataFreshness = "dataFreshness_example",
distance = 123,
- since = DateTime.now(),
- until = DateTime.now(),
+ since = LocalDateTime.now(),
+ until = LocalDateTime.now(),
disableGeojson = true,
disableDisruption = true,
tags = listOf(),
+ language = "language_example",
originalId = "originalId_example"
)
@@ -392,15 +404,16 @@ Name | Type | Note
**forbiddenUris** | [**List**](String.md) | forbidden uris [optional]
**externalCode** | **String** | An external code to query [optional]
**headsign** | **String** | filter vehicle journeys on headsign [optional]
-**odtLevel** | **String** | odt level [optional] [default to all] [enum: scheduled, all, zonal, with_stops]
+**odtLevel** | **String** | odt level [optional] [default to all] [enum: all, with_stops, zonal, scheduled]
**dataFreshness** | **String** | Define the freshness of data to use to filter vehicle_journeys along with parameters &since and/or &until . Provides only the vehicle_journeys valid for the data freshness level requested. Using `&data_freshness=base_schedule` will return all original vehicle_journeys onlywhereas using `&data_freshness=realtime` will return vehicle_journeys after applyingmodifications by realtime (amended vehicle_journeys, and non-impacted original vehicle_journeys). [optional] [default to base_schedule] [enum: base_schedule, adapted_schedule, realtime]
**distance** | **Int** | Distance range of the query. Used only if a coord is in the query [optional] [default to 200]
-**since** | **DateTime** | filters objects not valid before this date [optional]
-**until** | **DateTime** | filters objects not valid after this date [optional]
+**since** | **LocalDateTime** | filters objects not valid before this date [optional]
+**until** | **LocalDateTime** | filters objects not valid after this date [optional]
**disableGeojson** | **Boolean** | remove geojson from the response [optional]
**disableDisruption** | **Boolean** | remove disruptions from the response [optional]
**filter** | **String** | The filter parameter [optional]
**tags** | [**List**](String.md) | If filled, will restrain the search within the given disruption tags [optional]
+**language** | **String** | Here, select a specific language for disruption message [optional] [enum: nl-NL, en-US, en-GB, fr-FR, de-DE, hi-IN, it-IT, ja-JP, pt-PT, ru-RU, es-ES]
**originalId** | **String** | original uri of the object you want to query [optional]
### Return
@@ -421,12 +434,13 @@ ExpertSdk.getInstance().disruptionsApi.getCoverageRegionUriDisruptions(
odtLevel = "odtLevel_example",
dataFreshness = "dataFreshness_example",
distance = 123,
- since = DateTime.now(),
- until = DateTime.now(),
+ since = LocalDateTime.now(),
+ until = LocalDateTime.now(),
disableGeojson = true,
disableDisruption = true,
filter = "filter_example",
tags = listOf(),
+ language = "language_example",
originalId = "originalId_example"
)
@@ -454,14 +468,15 @@ Name | Type | Note
**forbiddenUris** | [**List**](String.md) | forbidden uris [optional]
**externalCode** | **String** | An external code to query [optional]
**headsign** | **String** | filter vehicle journeys on headsign [optional]
-**odtLevel** | **String** | odt level [optional] [default to all] [enum: scheduled, all, zonal, with_stops]
+**odtLevel** | **String** | odt level [optional] [default to all] [enum: all, with_stops, zonal, scheduled]
**dataFreshness** | **String** | Define the freshness of data to use to filter vehicle_journeys along with parameters &since and/or &until . Provides only the vehicle_journeys valid for the data freshness level requested. Using `&data_freshness=base_schedule` will return all original vehicle_journeys onlywhereas using `&data_freshness=realtime` will return vehicle_journeys after applyingmodifications by realtime (amended vehicle_journeys, and non-impacted original vehicle_journeys). [optional] [default to base_schedule] [enum: base_schedule, adapted_schedule, realtime]
**distance** | **Int** | Distance range of the query. Used only if a coord is in the query [optional] [default to 200]
-**since** | **DateTime** | filters objects not valid before this date [optional]
-**until** | **DateTime** | filters objects not valid after this date [optional]
+**since** | **LocalDateTime** | filters objects not valid before this date [optional]
+**until** | **LocalDateTime** | filters objects not valid after this date [optional]
**disableGeojson** | **Boolean** | remove geojson from the response [optional]
**disableDisruption** | **Boolean** | remove disruptions from the response [optional]
**tags** | [**List**](String.md) | If filled, will restrain the search within the given disruption tags [optional]
+**language** | **String** | Here, select a specific language for disruption message [optional] [enum: nl-NL, en-US, en-GB, fr-FR, de-DE, hi-IN, it-IT, ja-JP, pt-PT, ru-RU, es-ES]
**originalId** | **String** | original uri of the object you want to query [optional]
### Return
@@ -483,11 +498,12 @@ ExpertSdk.getInstance().disruptionsApi.getCoverageRegionUriDisruptionsId(
odtLevel = "odtLevel_example",
dataFreshness = "dataFreshness_example",
distance = 123,
- since = DateTime.now(),
- until = DateTime.now(),
+ since = LocalDateTime.now(),
+ until = LocalDateTime.now(),
disableGeojson = true,
disableDisruption = true,
tags = listOf(),
+ language = "language_example",
originalId = "originalId_example"
)
diff --git a/docs/expert/android/api/EquipmentReportsApi.md b/docs/expert/android/api/EquipmentReportsApi.md
index 400f62b3a..b241516c3 100644
--- a/docs/expert/android/api/EquipmentReportsApi.md
+++ b/docs/expert/android/api/EquipmentReportsApi.md
@@ -15,8 +15,8 @@ Method | HTTP request
Name | Type | Note
---- | ---- | ----
-**lat** | **Double** | The latitude of where the coord you want to query
**lon** | **Double** | The longitude of where the coord you want to query
+**lat** | **Double** | The latitude of where the coord you want to query
**depth** | **Int** | The depth of your object [optional] [default to 1]
**count** | **Int** | Number of objects per page [optional] [default to 25]
**filter** | **String** | Filter your objects [optional]
@@ -29,8 +29,8 @@ Name | Type | Note
Example
```kotlin
ExpertSdk.getInstance().equipmentReportsApi.getCoordLonLatEquipmentReports(
- lat = 0.0,
lon = 0.0,
+ lat = 0.0,
depth = 123,
count = 123,
filter = "filter_example",
@@ -52,8 +52,8 @@ if (response.isSuccessful && response.body() != null) {
Name | Type | Note
---- | ---- | ----
-**lat** | **Double** | The latitude of where the coord you want to query
**lon** | **Double** | The longitude of where the coord you want to query
+**lat** | **Double** | The latitude of where the coord you want to query
**depth** | **Int** | The depth of your object [optional] [default to 1]
**count** | **Int** | Number of objects per page [optional] [default to 25]
**filter** | **String** | Filter your objects [optional]
@@ -66,8 +66,8 @@ Name | Type | Note
Example
```kotlin
ExpertSdk.getInstance().equipmentReportsApi.getCoordsLonLatEquipmentReports(
- lat = 0.0,
lon = 0.0,
+ lat = 0.0,
depth = 123,
count = 123,
filter = "filter_example",
@@ -89,8 +89,8 @@ if (response.isSuccessful && response.body() != null) {
Name | Type | Note
---- | ---- | ----
-**lat** | **Double** | The latitude of where the coord you want to query
**lon** | **Double** | The longitude of where the coord you want to query
+**lat** | **Double** | The latitude of where the coord you want to query
**depth** | **Int** | The depth of your object [optional] [default to 1]
**count** | **Int** | Number of objects per page [optional] [default to 25]
**filter** | **String** | Filter your objects [optional]
@@ -103,8 +103,8 @@ Name | Type | Note
Example
```kotlin
ExpertSdk.getInstance().equipmentReportsApi.getCoverageLonLatEquipmentReports(
- lat = 0.0,
lon = 0.0,
+ lat = 0.0,
depth = 123,
count = 123,
filter = "filter_example",
@@ -126,8 +126,8 @@ if (response.isSuccessful && response.body() != null) {
Name | Type | Note
---- | ---- | ----
-**lat** | **Double** | The latitude of where the coord you want to query
**lon** | **Double** | The longitude of where the coord you want to query
+**lat** | **Double** | The latitude of where the coord you want to query
**uri** | **String** | First part of the uri
**depth** | **Int** | The depth of your object [optional] [default to 1]
**count** | **Int** | Number of objects per page [optional] [default to 25]
@@ -141,8 +141,8 @@ Name | Type | Note
Example
```kotlin
ExpertSdk.getInstance().equipmentReportsApi.getCoverageLonLatUriEquipmentReports(
- lat = 0.0,
lon = 0.0,
+ lat = 0.0,
uri = "uri_example",
depth = 123,
count = 123,
diff --git a/docs/expert/android/api/FreeFloatingsNearbyApi.md b/docs/expert/android/api/FreeFloatingsNearbyApi.md
index 0fd4fdaf8..0f1ba3954 100644
--- a/docs/expert/android/api/FreeFloatingsNearbyApi.md
+++ b/docs/expert/android/api/FreeFloatingsNearbyApi.md
@@ -15,8 +15,8 @@ Method | HTTP request
Name | Type | Note
---- | ---- | ----
-**lat** | **Double** | The latitude of where the coord you want to query
**lon** | **Double** | The longitude of where the coord you want to query
+**lat** | **Double** | The latitude of where the coord you want to query
**type** | [**List**](String.md) | Type of free-floating objects to return [optional] [enum: BIKE, SCOOTER, MOTORSCOOTER, STATION, CAR, OTHER]
**distance** | **Int** | Distance range of the query in meters [optional] [default to 500]
**count** | **Int** | Elements per page [optional] [default to 10]
@@ -29,8 +29,8 @@ Name | Type | Note
Example
```kotlin
ExpertSdk.getInstance().freeFloatingsNearbyApi.getCoordLonLatFreefloatingsNearby(
- lat = 0.0,
lon = 0.0,
+ lat = 0.0,
type = listOf(),
distance = 123,
count = 123,
@@ -52,8 +52,8 @@ if (response.isSuccessful && response.body() != null) {
Name | Type | Note
---- | ---- | ----
-**lat** | **Double** | The latitude of where the coord you want to query
**lon** | **Double** | The longitude of where the coord you want to query
+**lat** | **Double** | The latitude of where the coord you want to query
**type** | [**List**](String.md) | Type of free-floating objects to return [optional] [enum: BIKE, SCOOTER, MOTORSCOOTER, STATION, CAR, OTHER]
**distance** | **Int** | Distance range of the query in meters [optional] [default to 500]
**count** | **Int** | Elements per page [optional] [default to 10]
@@ -66,8 +66,8 @@ Name | Type | Note
Example
```kotlin
ExpertSdk.getInstance().freeFloatingsNearbyApi.getCoordsLonLatFreefloatingsNearby(
- lat = 0.0,
lon = 0.0,
+ lat = 0.0,
type = listOf(),
distance = 123,
count = 123,
@@ -89,8 +89,8 @@ if (response.isSuccessful && response.body() != null) {
Name | Type | Note
---- | ---- | ----
-**lat** | **Double** | The latitude of where the coord you want to query
**lon** | **Double** | The longitude of where the coord you want to query
+**lat** | **Double** | The latitude of where the coord you want to query
**type** | [**List**](String.md) | Type of free-floating objects to return [optional] [enum: BIKE, SCOOTER, MOTORSCOOTER, STATION, CAR, OTHER]
**distance** | **Int** | Distance range of the query in meters [optional] [default to 500]
**count** | **Int** | Elements per page [optional] [default to 10]
@@ -103,8 +103,8 @@ Name | Type | Note
Example
```kotlin
ExpertSdk.getInstance().freeFloatingsNearbyApi.getCoverageLonLatFreefloatingsNearby(
- lat = 0.0,
lon = 0.0,
+ lat = 0.0,
type = listOf(),
distance = 123,
count = 123,
@@ -126,8 +126,8 @@ if (response.isSuccessful && response.body() != null) {
Name | Type | Note
---- | ---- | ----
-**lat** | **Double** | The latitude of where the coord you want to query
**lon** | **Double** | The longitude of where the coord you want to query
+**lat** | **Double** | The latitude of where the coord you want to query
**uri** | **String** | First part of the uri
**type** | [**List**](String.md) | Type of free-floating objects to return [optional] [enum: BIKE, SCOOTER, MOTORSCOOTER, STATION, CAR, OTHER]
**distance** | **Int** | Distance range of the query in meters [optional] [default to 500]
@@ -141,8 +141,8 @@ Name | Type | Note
Example
```kotlin
ExpertSdk.getInstance().freeFloatingsNearbyApi.getCoverageLonLatUriFreefloatingsNearby(
- lat = 0.0,
lon = 0.0,
+ lat = 0.0,
uri = "uri_example",
type = listOf(),
distance = 123,
diff --git a/docs/expert/android/api/GeoStatusApi.md b/docs/expert/android/api/GeoStatusApi.md
index 0e123b9f7..43741921d 100644
--- a/docs/expert/android/api/GeoStatusApi.md
+++ b/docs/expert/android/api/GeoStatusApi.md
@@ -11,8 +11,8 @@ Method | HTTP request
Name | Type | Note
---- | ---- | ----
-**lat** | **Double** | The latitude of where the coord you want to query
**lon** | **Double** | The longitude of where the coord you want to query
+**lat** | **Double** | The latitude of where the coord you want to query
### Return
[**GeoStatus1**](../model/GeoStatus1.md)
@@ -20,8 +20,8 @@ Name | Type | Note
Example
```kotlin
ExpertSdk.getInstance().geoStatusApi.getCoverageLonLatGeoStatus(
- lat = 0.0,
- lon = 0.0
+ lon = 0.0,
+ lat = 0.0
)
if (response.isSuccessful && response.body() != null) {
diff --git a/docs/expert/android/api/GraphicalIsochroneApi.md b/docs/expert/android/api/GraphicalIsochroneApi.md
index f33986b68..42e922fc3 100644
--- a/docs/expert/android/api/GraphicalIsochroneApi.md
+++ b/docs/expert/android/api/GraphicalIsochroneApi.md
@@ -11,16 +11,16 @@ Method | HTTP request
Name | Type | Note
---- | ---- | ----
-**lat** | **Double** | The latitude of where the coord you want to query
**lon** | **Double** | The longitude of where the coord you want to query
+**lat** | **Double** | The latitude of where the coord you want to query
**from** | **String** | The id of the departure of your journey. If not provided an isochrone is computed. [optional]
**to** | **String** | The id of the arrival of your journey. If not provided an isochrone is computed. [optional]
-**datetime** | **DateTime** | Date and time to go/arrive (see `datetime_represents`). Note: the datetime must be in the coverageโs publication period. [optional]
+**datetime** | **LocalDateTime** | Date and time to go/arrive (see `datetime_represents`). Note: the datetime must be in the coverageโs publication period. [optional]
**datetimeRepresents** | **String** | Determine how datetime is handled. Possible values: * 'departure' - Compute journeys starting after datetime * 'arrival' - Compute journeys arriving before datetime [optional] [default to departure] [enum: arrival, departure]
**maxNbTransfers** | **Int** | Maximum number of transfers in each journey [optional]
**minNbTransfers** | **Int** | Minimum number of transfers in each journey [optional]
-**firstSectionMode** | [**List**](String.md) | Force the first section mode if the first section is not a public transport one. `bss` stands for bike sharing system. Note 1: Itโs an array, you can give multiple modes. Note 2: Choosing `bss` implicitly allows the walking mode since you might have to walk to the bss station. Note 3: The parameter is inclusive, not exclusive, so if you want to forbid a mode, you need to add all the other modes. Eg: If you never want to use a car, you need: `first_section_mode[]=walking&first_section_mode[]=bss&first_section_mode[]=bike&last_section_mode[]=walking&last_section_mode[]=bss&last_section_mode[]=bike` [optional] [enum: taxi, walking, car_no_park, car, ridesharing, bss, bike]
-**lastSectionMode** | [**List**](String.md) | Same as first_section_mode but for the last section. [optional] [enum: taxi, walking, car_no_park, car, ridesharing, bss, bike]
+**firstSectionMode** | [**List**](String.md) | Force the first section mode if the first section is not a public transport one. `bss` stands for bike sharing system. Note 1: Itโs an array, you can give multiple modes. Note 2: Choosing `bss` implicitly allows the walking mode since you might have to walk to the bss station. Note 3: The parameter is inclusive, not exclusive, so if you want to forbid a mode, you need to add all the other modes. Eg: If you never want to use a car, you need: `first_section_mode[]=walking&first_section_mode[]=bss&first_section_mode[]=bike&last_section_mode[]=walking&last_section_mode[]=bss&last_section_mode[]=bike` [optional] [enum: bss, car_no_park, car, bike, ridesharing, walking, taxi]
+**lastSectionMode** | [**List**](String.md) | Same as first_section_mode but for the last section. [optional] [enum: bss, car_no_park, car, bike, ridesharing, walking, taxi]
**maxDurationToPt** | **Int** | Maximum allowed duration to reach the public transport (same limit used before and after public transport). Use this to limit the walking/biking part. Unit is seconds [optional]
**maxWalkingDurationToPt** | **Int** | Maximal duration of walking on public transport in second [optional]
**maxBikeDurationToPt** | **Int** | Maximal duration of bike on public transport in second [optional]
@@ -39,17 +39,18 @@ Name | Type | Note
**forbiddenUris** | [**List**](String.md) | If you want to avoid lines, modes, networks, etc. Note: the forbidden_uris[] concern only the public transport objects. You canโt for example forbid the use of the bike with them, you have to set the fallback modes for this (first_section_mode[] and last_section_mode[]) [optional]
**allowedId** | [**List**](String.md) | If you want to use only a small subset of the public transport objects in your solution. Note: The constraint intersects with forbidden_uris[]. For example, if you ask for `allowed_id[]=line:A&forbidden_uris[]=physical_mode:Bus`, only vehicles of the line A that are not buses will be used. [optional]
**disruptionActive** | **Boolean** | DEPRECATED, replaced by `data_freshness`. If true the algorithm takes the disruptions into account, and thus avoid disrupted public transport. Nota: `disruption_active=true` <=> `data_freshness=realtime` [optional]
-**dataFreshness** | **String** | Define the freshness of data to use to compute journeys. When using the following parameter `&data_freshness=base_schedule` you can get disrupted journeys in the response. You can then display the disruption message to the traveler and make a `realtime` request to get a new undisrupted solution. Possible values: * 'base_schedule' - Use theoric schedule information * 'adapted_schedule' - Use of adapted schedule information (like strike adjusting, etc.). Prefer `realtime` for traveler information as it will also contain adapted information schedule. * 'realtime' - Use all realtime information [optional] [enum: base_schedule, adapted_schedule, realtime]
+**dataFreshness** | **String** | Define the freshness of data to use to compute journeys. When using the following parameter `&data_freshness=base_schedule` you can get disrupted journeys in the response. You can then display the disruption message to the traveler and make a `realtime` request to get a new undisrupted solution. Possible values: * 'base_schedule' - Use theoric schedule information * 'realtime' - Use all realtime information * 'adapted_schedule' - Use of adapted schedule information (like strike adjusting, etc.). Prefer `realtime` for traveler information as it will also contain adapted information schedule. [optional] [enum: base_schedule, realtime, adapted_schedule]
**maxDuration** | **Int** | Maximum duration of journeys in seconds (from `datetime` parameter). More usefull when computing an isochrone (only `from` or `to` is provided). On a classic journey (from-to), it will mostly speedup Navitia: You may have journeys a bit longer than that value (you would have to filter them). [optional]
**wheelchair** | **Boolean** | If true the traveler is considered to be using a wheelchair, thus only accessible public transport are used. Be warned: many data are currently too faint to provide acceptable answers with this parameter on. [optional]
-**travelerType** | **String** | Define speeds and accessibility values for different kind of people. Each profile also automatically determines appropriate first and last section modes to the covered area. Note: this means that you might get car, bike, etc. fallback routes even if you set `forbidden_uris[]`! You can overload all parameters (especially speeds, distances, first and last modes) by setting all of them specifically. We advise that you donโt rely on the traveler_typeโs fallback modes (`first_section_mode[]` and `last_section_mode[]`) and set them yourself. [optional] [enum: cyclist, luggage, wheelchair, standard, motorist, fast_walker, slow_walker]
+**travelerType** | **String** | Define speeds and accessibility values for different kind of people. Each profile also automatically determines appropriate first and last section modes to the covered area. Note: this means that you might get car, bike, etc. fallback routes even if you set `forbidden_uris[]`! You can overload all parameters (especially speeds, distances, first and last modes) by setting all of them specifically. We advise that you donโt rely on the traveler_typeโs fallback modes (`first_section_mode[]` and `last_section_mode[]`) and set them yourself. [optional] [enum: standard, slow_walker, fast_walker, luggage, wheelchair, cyclist, motorist]
**directPath** | **String** | Specify if direct path should be suggested [optional] [default to indifferent] [enum: indifferent, only, none, only_with_alternatives]
**freeRadiusFrom** | **Int** | Radius length (in meters) around the coordinates of departure in which the stop points are considered free to go (crowfly=0) [optional]
**freeRadiusTo** | **Int** | Radius length (in meters) around the coordinates of arrival in which the stop points are considered free to go (crowfly=0) [optional]
-**directPathMode** | [**List**](String.md) | Force the direct-path modes.If this list is not empty, we only compute direct_path for modes in this listAnd filter all the direct_paths of modes in first_section_mode[] [optional] [enum: taxi, walking, car_no_park, car, ridesharing, bss, bike]
+**directPathMode** | [**List**](String.md) | Force the direct-path modes.If this list is not empty, we only compute direct_path for modes in this listAnd filter all the direct_paths of modes in first_section_mode[] [optional] [enum: bss, car_no_park, car, bike, ridesharing, walking, taxi]
**partnerServices** | [**List**](String.md) | Expose only the partner type into the response. [optional] [enum: ridesharing]
**additionalTimeAfterFirstSectionTaxi** | **Int** | the additional time added to the taxi section, right after riding the taxi but before hopping on the public transit [optional]
**additionalTimeBeforeLastSectionTaxi** | **Int** | the additional time added to the taxi section, right before riding the taxi but after hopping off the public transit [optional]
+**criteria** | **String** | choose the criteria used to compute pt journeys, feature in beta [optional] [enum: classic, robustness, occupancy, arrival_stop_attractivity, departure_stop_attractivity, pseudo_duration]
**minDuration** | **Int** | Minimum travel duration [optional]
**boundaryDuration** | [**List**](Int.md) | To provide multiple duration parameters [optional]
@@ -59,11 +60,11 @@ Name | Type | Note
Example
```kotlin
ExpertSdk.getInstance().graphicalIsochroneApi.getCoverageLonLatIsochrones(
- lat = 0.0,
lon = 0.0,
+ lat = 0.0,
from = "from_example",
to = "to_example",
- datetime = DateTime.now(),
+ datetime = LocalDateTime.now(),
datetimeRepresents = "datetimeRepresents_example",
maxNbTransfers = 123,
minNbTransfers = 123,
@@ -98,6 +99,7 @@ ExpertSdk.getInstance().graphicalIsochroneApi.getCoverageLonLatIsochrones(
partnerServices = listOf(),
additionalTimeAfterFirstSectionTaxi = 123,
additionalTimeBeforeLastSectionTaxi = 123,
+ criteria = "criteria_example",
minDuration = 123,
boundaryDuration = listOf()
)
@@ -119,12 +121,12 @@ Name | Type | Note
**region** | **String** | The region you want to query
**from** | **String** | The id of the departure of your journey. If not provided an isochrone is computed. [optional]
**to** | **String** | The id of the arrival of your journey. If not provided an isochrone is computed. [optional]
-**datetime** | **DateTime** | Date and time to go/arrive (see `datetime_represents`). Note: the datetime must be in the coverageโs publication period. [optional]
+**datetime** | **LocalDateTime** | Date and time to go/arrive (see `datetime_represents`). Note: the datetime must be in the coverageโs publication period. [optional]
**datetimeRepresents** | **String** | Determine how datetime is handled. Possible values: * 'departure' - Compute journeys starting after datetime * 'arrival' - Compute journeys arriving before datetime [optional] [default to departure] [enum: arrival, departure]
**maxNbTransfers** | **Int** | Maximum number of transfers in each journey [optional]
**minNbTransfers** | **Int** | Minimum number of transfers in each journey [optional]
-**firstSectionMode** | [**List**](String.md) | Force the first section mode if the first section is not a public transport one. `bss` stands for bike sharing system. Note 1: Itโs an array, you can give multiple modes. Note 2: Choosing `bss` implicitly allows the walking mode since you might have to walk to the bss station. Note 3: The parameter is inclusive, not exclusive, so if you want to forbid a mode, you need to add all the other modes. Eg: If you never want to use a car, you need: `first_section_mode[]=walking&first_section_mode[]=bss&first_section_mode[]=bike&last_section_mode[]=walking&last_section_mode[]=bss&last_section_mode[]=bike` [optional] [enum: taxi, walking, car_no_park, car, ridesharing, bss, bike]
-**lastSectionMode** | [**List**](String.md) | Same as first_section_mode but for the last section. [optional] [enum: taxi, walking, car_no_park, car, ridesharing, bss, bike]
+**firstSectionMode** | [**List**](String.md) | Force the first section mode if the first section is not a public transport one. `bss` stands for bike sharing system. Note 1: Itโs an array, you can give multiple modes. Note 2: Choosing `bss` implicitly allows the walking mode since you might have to walk to the bss station. Note 3: The parameter is inclusive, not exclusive, so if you want to forbid a mode, you need to add all the other modes. Eg: If you never want to use a car, you need: `first_section_mode[]=walking&first_section_mode[]=bss&first_section_mode[]=bike&last_section_mode[]=walking&last_section_mode[]=bss&last_section_mode[]=bike` [optional] [enum: bss, car_no_park, car, bike, ridesharing, walking, taxi]
+**lastSectionMode** | [**List**](String.md) | Same as first_section_mode but for the last section. [optional] [enum: bss, car_no_park, car, bike, ridesharing, walking, taxi]
**maxDurationToPt** | **Int** | Maximum allowed duration to reach the public transport (same limit used before and after public transport). Use this to limit the walking/biking part. Unit is seconds [optional]
**maxWalkingDurationToPt** | **Int** | Maximal duration of walking on public transport in second [optional]
**maxBikeDurationToPt** | **Int** | Maximal duration of bike on public transport in second [optional]
@@ -143,17 +145,18 @@ Name | Type | Note
**forbiddenUris** | [**List**](String.md) | If you want to avoid lines, modes, networks, etc. Note: the forbidden_uris[] concern only the public transport objects. You canโt for example forbid the use of the bike with them, you have to set the fallback modes for this (first_section_mode[] and last_section_mode[]) [optional]
**allowedId** | [**List**](String.md) | If you want to use only a small subset of the public transport objects in your solution. Note: The constraint intersects with forbidden_uris[]. For example, if you ask for `allowed_id[]=line:A&forbidden_uris[]=physical_mode:Bus`, only vehicles of the line A that are not buses will be used. [optional]
**disruptionActive** | **Boolean** | DEPRECATED, replaced by `data_freshness`. If true the algorithm takes the disruptions into account, and thus avoid disrupted public transport. Nota: `disruption_active=true` <=> `data_freshness=realtime` [optional]
-**dataFreshness** | **String** | Define the freshness of data to use to compute journeys. When using the following parameter `&data_freshness=base_schedule` you can get disrupted journeys in the response. You can then display the disruption message to the traveler and make a `realtime` request to get a new undisrupted solution. Possible values: * 'base_schedule' - Use theoric schedule information * 'adapted_schedule' - Use of adapted schedule information (like strike adjusting, etc.). Prefer `realtime` for traveler information as it will also contain adapted information schedule. * 'realtime' - Use all realtime information [optional] [enum: base_schedule, adapted_schedule, realtime]
+**dataFreshness** | **String** | Define the freshness of data to use to compute journeys. When using the following parameter `&data_freshness=base_schedule` you can get disrupted journeys in the response. You can then display the disruption message to the traveler and make a `realtime` request to get a new undisrupted solution. Possible values: * 'base_schedule' - Use theoric schedule information * 'realtime' - Use all realtime information * 'adapted_schedule' - Use of adapted schedule information (like strike adjusting, etc.). Prefer `realtime` for traveler information as it will also contain adapted information schedule. [optional] [enum: base_schedule, realtime, adapted_schedule]
**maxDuration** | **Int** | Maximum duration of journeys in seconds (from `datetime` parameter). More usefull when computing an isochrone (only `from` or `to` is provided). On a classic journey (from-to), it will mostly speedup Navitia: You may have journeys a bit longer than that value (you would have to filter them). [optional]
**wheelchair** | **Boolean** | If true the traveler is considered to be using a wheelchair, thus only accessible public transport are used. Be warned: many data are currently too faint to provide acceptable answers with this parameter on. [optional]
-**travelerType** | **String** | Define speeds and accessibility values for different kind of people. Each profile also automatically determines appropriate first and last section modes to the covered area. Note: this means that you might get car, bike, etc. fallback routes even if you set `forbidden_uris[]`! You can overload all parameters (especially speeds, distances, first and last modes) by setting all of them specifically. We advise that you donโt rely on the traveler_typeโs fallback modes (`first_section_mode[]` and `last_section_mode[]`) and set them yourself. [optional] [enum: cyclist, luggage, wheelchair, standard, motorist, fast_walker, slow_walker]
+**travelerType** | **String** | Define speeds and accessibility values for different kind of people. Each profile also automatically determines appropriate first and last section modes to the covered area. Note: this means that you might get car, bike, etc. fallback routes even if you set `forbidden_uris[]`! You can overload all parameters (especially speeds, distances, first and last modes) by setting all of them specifically. We advise that you donโt rely on the traveler_typeโs fallback modes (`first_section_mode[]` and `last_section_mode[]`) and set them yourself. [optional] [enum: standard, slow_walker, fast_walker, luggage, wheelchair, cyclist, motorist]
**directPath** | **String** | Specify if direct path should be suggested [optional] [default to indifferent] [enum: indifferent, only, none, only_with_alternatives]
**freeRadiusFrom** | **Int** | Radius length (in meters) around the coordinates of departure in which the stop points are considered free to go (crowfly=0) [optional]
**freeRadiusTo** | **Int** | Radius length (in meters) around the coordinates of arrival in which the stop points are considered free to go (crowfly=0) [optional]
-**directPathMode** | [**List**](String.md) | Force the direct-path modes.If this list is not empty, we only compute direct_path for modes in this listAnd filter all the direct_paths of modes in first_section_mode[] [optional] [enum: taxi, walking, car_no_park, car, ridesharing, bss, bike]
+**directPathMode** | [**List**](String.md) | Force the direct-path modes.If this list is not empty, we only compute direct_path for modes in this listAnd filter all the direct_paths of modes in first_section_mode[] [optional] [enum: bss, car_no_park, car, bike, ridesharing, walking, taxi]
**partnerServices** | [**List**](String.md) | Expose only the partner type into the response. [optional] [enum: ridesharing]
**additionalTimeAfterFirstSectionTaxi** | **Int** | the additional time added to the taxi section, right after riding the taxi but before hopping on the public transit [optional]
**additionalTimeBeforeLastSectionTaxi** | **Int** | the additional time added to the taxi section, right before riding the taxi but after hopping off the public transit [optional]
+**criteria** | **String** | choose the criteria used to compute pt journeys, feature in beta [optional] [enum: classic, robustness, occupancy, arrival_stop_attractivity, departure_stop_attractivity, pseudo_duration]
**minDuration** | **Int** | Minimum travel duration [optional]
**boundaryDuration** | [**List**](Int.md) | To provide multiple duration parameters [optional]
@@ -166,7 +169,7 @@ ExpertSdk.getInstance().graphicalIsochroneApi.getCoverageRegionIsochrones(
region = "region_example",
from = "from_example",
to = "to_example",
- datetime = DateTime.now(),
+ datetime = LocalDateTime.now(),
datetimeRepresents = "datetimeRepresents_example",
maxNbTransfers = 123,
minNbTransfers = 123,
@@ -201,6 +204,7 @@ ExpertSdk.getInstance().graphicalIsochroneApi.getCoverageRegionIsochrones(
partnerServices = listOf(),
additionalTimeAfterFirstSectionTaxi = 123,
additionalTimeBeforeLastSectionTaxi = 123,
+ criteria = "criteria_example",
minDuration = 123,
boundaryDuration = listOf()
)
diff --git a/docs/expert/android/api/HeatMapApi.md b/docs/expert/android/api/HeatMapApi.md
index 5e2d5ee41..8ae8b3e3a 100644
--- a/docs/expert/android/api/HeatMapApi.md
+++ b/docs/expert/android/api/HeatMapApi.md
@@ -11,16 +11,16 @@ Method | HTTP request
Name | Type | Note
---- | ---- | ----
-**lat** | **Double** | The latitude of where the coord you want to query
**lon** | **Double** | The longitude of where the coord you want to query
+**lat** | **Double** | The latitude of where the coord you want to query
**from** | **String** | The id of the departure of your journey. If not provided an isochrone is computed. [optional]
**to** | **String** | The id of the arrival of your journey. If not provided an isochrone is computed. [optional]
-**datetime** | **DateTime** | Date and time to go/arrive (see `datetime_represents`). Note: the datetime must be in the coverageโs publication period. [optional]
+**datetime** | **LocalDateTime** | Date and time to go/arrive (see `datetime_represents`). Note: the datetime must be in the coverageโs publication period. [optional]
**datetimeRepresents** | **String** | Determine how datetime is handled. Possible values: * 'departure' - Compute journeys starting after datetime * 'arrival' - Compute journeys arriving before datetime [optional] [default to departure] [enum: arrival, departure]
**maxNbTransfers** | **Int** | Maximum number of transfers in each journey [optional]
**minNbTransfers** | **Int** | Minimum number of transfers in each journey [optional]
-**firstSectionMode** | [**List**](String.md) | Force the first section mode if the first section is not a public transport one. `bss` stands for bike sharing system. Note 1: Itโs an array, you can give multiple modes. Note 2: Choosing `bss` implicitly allows the walking mode since you might have to walk to the bss station. Note 3: The parameter is inclusive, not exclusive, so if you want to forbid a mode, you need to add all the other modes. Eg: If you never want to use a car, you need: `first_section_mode[]=walking&first_section_mode[]=bss&first_section_mode[]=bike&last_section_mode[]=walking&last_section_mode[]=bss&last_section_mode[]=bike` [optional] [enum: taxi, walking, car_no_park, car, ridesharing, bss, bike]
-**lastSectionMode** | [**List**](String.md) | Same as first_section_mode but for the last section. [optional] [enum: taxi, walking, car_no_park, car, ridesharing, bss, bike]
+**firstSectionMode** | [**List**](String.md) | Force the first section mode if the first section is not a public transport one. `bss` stands for bike sharing system. Note 1: Itโs an array, you can give multiple modes. Note 2: Choosing `bss` implicitly allows the walking mode since you might have to walk to the bss station. Note 3: The parameter is inclusive, not exclusive, so if you want to forbid a mode, you need to add all the other modes. Eg: If you never want to use a car, you need: `first_section_mode[]=walking&first_section_mode[]=bss&first_section_mode[]=bike&last_section_mode[]=walking&last_section_mode[]=bss&last_section_mode[]=bike` [optional] [enum: bss, car_no_park, car, bike, ridesharing, walking, taxi]
+**lastSectionMode** | [**List**](String.md) | Same as first_section_mode but for the last section. [optional] [enum: bss, car_no_park, car, bike, ridesharing, walking, taxi]
**maxDurationToPt** | **Int** | Maximum allowed duration to reach the public transport (same limit used before and after public transport). Use this to limit the walking/biking part. Unit is seconds [optional]
**maxWalkingDurationToPt** | **Int** | Maximal duration of walking on public transport in second [optional]
**maxBikeDurationToPt** | **Int** | Maximal duration of bike on public transport in second [optional]
@@ -39,17 +39,18 @@ Name | Type | Note
**forbiddenUris** | [**List**](String.md) | If you want to avoid lines, modes, networks, etc. Note: the forbidden_uris[] concern only the public transport objects. You canโt for example forbid the use of the bike with them, you have to set the fallback modes for this (first_section_mode[] and last_section_mode[]) [optional]
**allowedId** | [**List**](String.md) | If you want to use only a small subset of the public transport objects in your solution. Note: The constraint intersects with forbidden_uris[]. For example, if you ask for `allowed_id[]=line:A&forbidden_uris[]=physical_mode:Bus`, only vehicles of the line A that are not buses will be used. [optional]
**disruptionActive** | **Boolean** | DEPRECATED, replaced by `data_freshness`. If true the algorithm takes the disruptions into account, and thus avoid disrupted public transport. Nota: `disruption_active=true` <=> `data_freshness=realtime` [optional]
-**dataFreshness** | **String** | Define the freshness of data to use to compute journeys. When using the following parameter `&data_freshness=base_schedule` you can get disrupted journeys in the response. You can then display the disruption message to the traveler and make a `realtime` request to get a new undisrupted solution. Possible values: * 'base_schedule' - Use theoric schedule information * 'adapted_schedule' - Use of adapted schedule information (like strike adjusting, etc.). Prefer `realtime` for traveler information as it will also contain adapted information schedule. * 'realtime' - Use all realtime information [optional] [enum: base_schedule, adapted_schedule, realtime]
+**dataFreshness** | **String** | Define the freshness of data to use to compute journeys. When using the following parameter `&data_freshness=base_schedule` you can get disrupted journeys in the response. You can then display the disruption message to the traveler and make a `realtime` request to get a new undisrupted solution. Possible values: * 'base_schedule' - Use theoric schedule information * 'realtime' - Use all realtime information * 'adapted_schedule' - Use of adapted schedule information (like strike adjusting, etc.). Prefer `realtime` for traveler information as it will also contain adapted information schedule. [optional] [enum: base_schedule, realtime, adapted_schedule]
**maxDuration** | **Int** | Maximum duration of journeys in seconds (from `datetime` parameter). More usefull when computing an isochrone (only `from` or `to` is provided). On a classic journey (from-to), it will mostly speedup Navitia: You may have journeys a bit longer than that value (you would have to filter them). [optional]
**wheelchair** | **Boolean** | If true the traveler is considered to be using a wheelchair, thus only accessible public transport are used. Be warned: many data are currently too faint to provide acceptable answers with this parameter on. [optional]
-**travelerType** | **String** | Define speeds and accessibility values for different kind of people. Each profile also automatically determines appropriate first and last section modes to the covered area. Note: this means that you might get car, bike, etc. fallback routes even if you set `forbidden_uris[]`! You can overload all parameters (especially speeds, distances, first and last modes) by setting all of them specifically. We advise that you donโt rely on the traveler_typeโs fallback modes (`first_section_mode[]` and `last_section_mode[]`) and set them yourself. [optional] [enum: cyclist, luggage, wheelchair, standard, motorist, fast_walker, slow_walker]
+**travelerType** | **String** | Define speeds and accessibility values for different kind of people. Each profile also automatically determines appropriate first and last section modes to the covered area. Note: this means that you might get car, bike, etc. fallback routes even if you set `forbidden_uris[]`! You can overload all parameters (especially speeds, distances, first and last modes) by setting all of them specifically. We advise that you donโt rely on the traveler_typeโs fallback modes (`first_section_mode[]` and `last_section_mode[]`) and set them yourself. [optional] [enum: standard, slow_walker, fast_walker, luggage, wheelchair, cyclist, motorist]
**directPath** | **String** | Specify if direct path should be suggested [optional] [default to indifferent] [enum: indifferent, only, none, only_with_alternatives]
**freeRadiusFrom** | **Int** | Radius length (in meters) around the coordinates of departure in which the stop points are considered free to go (crowfly=0) [optional]
**freeRadiusTo** | **Int** | Radius length (in meters) around the coordinates of arrival in which the stop points are considered free to go (crowfly=0) [optional]
-**directPathMode** | [**List**](String.md) | Force the direct-path modes.If this list is not empty, we only compute direct_path for modes in this listAnd filter all the direct_paths of modes in first_section_mode[] [optional] [enum: taxi, walking, car_no_park, car, ridesharing, bss, bike]
+**directPathMode** | [**List**](String.md) | Force the direct-path modes.If this list is not empty, we only compute direct_path for modes in this listAnd filter all the direct_paths of modes in first_section_mode[] [optional] [enum: bss, car_no_park, car, bike, ridesharing, walking, taxi]
**partnerServices** | [**List**](String.md) | Expose only the partner type into the response. [optional] [enum: ridesharing]
**additionalTimeAfterFirstSectionTaxi** | **Int** | the additional time added to the taxi section, right after riding the taxi but before hopping on the public transit [optional]
**additionalTimeBeforeLastSectionTaxi** | **Int** | the additional time added to the taxi section, right before riding the taxi but after hopping off the public transit [optional]
+**criteria** | **String** | choose the criteria used to compute pt journeys, feature in beta [optional] [enum: classic, robustness, occupancy, arrival_stop_attractivity, departure_stop_attractivity, pseudo_duration]
**resolution** | **Int** | Sampling resolution [optional] [default to 500]
### Return
@@ -58,11 +59,11 @@ Name | Type | Note
Example
```kotlin
ExpertSdk.getInstance().heatMapApi.getCoverageLonLatHeatMaps(
- lat = 0.0,
lon = 0.0,
+ lat = 0.0,
from = "from_example",
to = "to_example",
- datetime = DateTime.now(),
+ datetime = LocalDateTime.now(),
datetimeRepresents = "datetimeRepresents_example",
maxNbTransfers = 123,
minNbTransfers = 123,
@@ -97,6 +98,7 @@ ExpertSdk.getInstance().heatMapApi.getCoverageLonLatHeatMaps(
partnerServices = listOf(),
additionalTimeAfterFirstSectionTaxi = 123,
additionalTimeBeforeLastSectionTaxi = 123,
+ criteria = "criteria_example",
resolution = 123
)
@@ -117,12 +119,12 @@ Name | Type | Note
**region** | **String** | The region you want to query
**from** | **String** | The id of the departure of your journey. If not provided an isochrone is computed. [optional]
**to** | **String** | The id of the arrival of your journey. If not provided an isochrone is computed. [optional]
-**datetime** | **DateTime** | Date and time to go/arrive (see `datetime_represents`). Note: the datetime must be in the coverageโs publication period. [optional]
+**datetime** | **LocalDateTime** | Date and time to go/arrive (see `datetime_represents`). Note: the datetime must be in the coverageโs publication period. [optional]
**datetimeRepresents** | **String** | Determine how datetime is handled. Possible values: * 'departure' - Compute journeys starting after datetime * 'arrival' - Compute journeys arriving before datetime [optional] [default to departure] [enum: arrival, departure]
**maxNbTransfers** | **Int** | Maximum number of transfers in each journey [optional]
**minNbTransfers** | **Int** | Minimum number of transfers in each journey [optional]
-**firstSectionMode** | [**List**](String.md) | Force the first section mode if the first section is not a public transport one. `bss` stands for bike sharing system. Note 1: Itโs an array, you can give multiple modes. Note 2: Choosing `bss` implicitly allows the walking mode since you might have to walk to the bss station. Note 3: The parameter is inclusive, not exclusive, so if you want to forbid a mode, you need to add all the other modes. Eg: If you never want to use a car, you need: `first_section_mode[]=walking&first_section_mode[]=bss&first_section_mode[]=bike&last_section_mode[]=walking&last_section_mode[]=bss&last_section_mode[]=bike` [optional] [enum: taxi, walking, car_no_park, car, ridesharing, bss, bike]
-**lastSectionMode** | [**List**](String.md) | Same as first_section_mode but for the last section. [optional] [enum: taxi, walking, car_no_park, car, ridesharing, bss, bike]
+**firstSectionMode** | [**List**](String.md) | Force the first section mode if the first section is not a public transport one. `bss` stands for bike sharing system. Note 1: Itโs an array, you can give multiple modes. Note 2: Choosing `bss` implicitly allows the walking mode since you might have to walk to the bss station. Note 3: The parameter is inclusive, not exclusive, so if you want to forbid a mode, you need to add all the other modes. Eg: If you never want to use a car, you need: `first_section_mode[]=walking&first_section_mode[]=bss&first_section_mode[]=bike&last_section_mode[]=walking&last_section_mode[]=bss&last_section_mode[]=bike` [optional] [enum: bss, car_no_park, car, bike, ridesharing, walking, taxi]
+**lastSectionMode** | [**List**](String.md) | Same as first_section_mode but for the last section. [optional] [enum: bss, car_no_park, car, bike, ridesharing, walking, taxi]
**maxDurationToPt** | **Int** | Maximum allowed duration to reach the public transport (same limit used before and after public transport). Use this to limit the walking/biking part. Unit is seconds [optional]
**maxWalkingDurationToPt** | **Int** | Maximal duration of walking on public transport in second [optional]
**maxBikeDurationToPt** | **Int** | Maximal duration of bike on public transport in second [optional]
@@ -141,17 +143,18 @@ Name | Type | Note
**forbiddenUris** | [**List**](String.md) | If you want to avoid lines, modes, networks, etc. Note: the forbidden_uris[] concern only the public transport objects. You canโt for example forbid the use of the bike with them, you have to set the fallback modes for this (first_section_mode[] and last_section_mode[]) [optional]
**allowedId** | [**List**](String.md) | If you want to use only a small subset of the public transport objects in your solution. Note: The constraint intersects with forbidden_uris[]. For example, if you ask for `allowed_id[]=line:A&forbidden_uris[]=physical_mode:Bus`, only vehicles of the line A that are not buses will be used. [optional]
**disruptionActive** | **Boolean** | DEPRECATED, replaced by `data_freshness`. If true the algorithm takes the disruptions into account, and thus avoid disrupted public transport. Nota: `disruption_active=true` <=> `data_freshness=realtime` [optional]
-**dataFreshness** | **String** | Define the freshness of data to use to compute journeys. When using the following parameter `&data_freshness=base_schedule` you can get disrupted journeys in the response. You can then display the disruption message to the traveler and make a `realtime` request to get a new undisrupted solution. Possible values: * 'base_schedule' - Use theoric schedule information * 'adapted_schedule' - Use of adapted schedule information (like strike adjusting, etc.). Prefer `realtime` for traveler information as it will also contain adapted information schedule. * 'realtime' - Use all realtime information [optional] [enum: base_schedule, adapted_schedule, realtime]
+**dataFreshness** | **String** | Define the freshness of data to use to compute journeys. When using the following parameter `&data_freshness=base_schedule` you can get disrupted journeys in the response. You can then display the disruption message to the traveler and make a `realtime` request to get a new undisrupted solution. Possible values: * 'base_schedule' - Use theoric schedule information * 'realtime' - Use all realtime information * 'adapted_schedule' - Use of adapted schedule information (like strike adjusting, etc.). Prefer `realtime` for traveler information as it will also contain adapted information schedule. [optional] [enum: base_schedule, realtime, adapted_schedule]
**maxDuration** | **Int** | Maximum duration of journeys in seconds (from `datetime` parameter). More usefull when computing an isochrone (only `from` or `to` is provided). On a classic journey (from-to), it will mostly speedup Navitia: You may have journeys a bit longer than that value (you would have to filter them). [optional]
**wheelchair** | **Boolean** | If true the traveler is considered to be using a wheelchair, thus only accessible public transport are used. Be warned: many data are currently too faint to provide acceptable answers with this parameter on. [optional]
-**travelerType** | **String** | Define speeds and accessibility values for different kind of people. Each profile also automatically determines appropriate first and last section modes to the covered area. Note: this means that you might get car, bike, etc. fallback routes even if you set `forbidden_uris[]`! You can overload all parameters (especially speeds, distances, first and last modes) by setting all of them specifically. We advise that you donโt rely on the traveler_typeโs fallback modes (`first_section_mode[]` and `last_section_mode[]`) and set them yourself. [optional] [enum: cyclist, luggage, wheelchair, standard, motorist, fast_walker, slow_walker]
+**travelerType** | **String** | Define speeds and accessibility values for different kind of people. Each profile also automatically determines appropriate first and last section modes to the covered area. Note: this means that you might get car, bike, etc. fallback routes even if you set `forbidden_uris[]`! You can overload all parameters (especially speeds, distances, first and last modes) by setting all of them specifically. We advise that you donโt rely on the traveler_typeโs fallback modes (`first_section_mode[]` and `last_section_mode[]`) and set them yourself. [optional] [enum: standard, slow_walker, fast_walker, luggage, wheelchair, cyclist, motorist]
**directPath** | **String** | Specify if direct path should be suggested [optional] [default to indifferent] [enum: indifferent, only, none, only_with_alternatives]
**freeRadiusFrom** | **Int** | Radius length (in meters) around the coordinates of departure in which the stop points are considered free to go (crowfly=0) [optional]
**freeRadiusTo** | **Int** | Radius length (in meters) around the coordinates of arrival in which the stop points are considered free to go (crowfly=0) [optional]
-**directPathMode** | [**List**](String.md) | Force the direct-path modes.If this list is not empty, we only compute direct_path for modes in this listAnd filter all the direct_paths of modes in first_section_mode[] [optional] [enum: taxi, walking, car_no_park, car, ridesharing, bss, bike]
+**directPathMode** | [**List**](String.md) | Force the direct-path modes.If this list is not empty, we only compute direct_path for modes in this listAnd filter all the direct_paths of modes in first_section_mode[] [optional] [enum: bss, car_no_park, car, bike, ridesharing, walking, taxi]
**partnerServices** | [**List**](String.md) | Expose only the partner type into the response. [optional] [enum: ridesharing]
**additionalTimeAfterFirstSectionTaxi** | **Int** | the additional time added to the taxi section, right after riding the taxi but before hopping on the public transit [optional]
**additionalTimeBeforeLastSectionTaxi** | **Int** | the additional time added to the taxi section, right before riding the taxi but after hopping off the public transit [optional]
+**criteria** | **String** | choose the criteria used to compute pt journeys, feature in beta [optional] [enum: classic, robustness, occupancy, arrival_stop_attractivity, departure_stop_attractivity, pseudo_duration]
**resolution** | **Int** | Sampling resolution [optional] [default to 500]
### Return
@@ -163,7 +166,7 @@ ExpertSdk.getInstance().heatMapApi.getCoverageRegionHeatMaps(
region = "region_example",
from = "from_example",
to = "to_example",
- datetime = DateTime.now(),
+ datetime = LocalDateTime.now(),
datetimeRepresents = "datetimeRepresents_example",
maxNbTransfers = 123,
minNbTransfers = 123,
@@ -198,6 +201,7 @@ ExpertSdk.getInstance().heatMapApi.getCoverageRegionHeatMaps(
partnerServices = listOf(),
additionalTimeAfterFirstSectionTaxi = 123,
additionalTimeBeforeLastSectionTaxi = 123,
+ criteria = "criteria_example",
resolution = 123
)
diff --git a/docs/expert/android/api/JourneyPatternPointsApi.md b/docs/expert/android/api/JourneyPatternPointsApi.md
index de2afd43a..d92f73386 100644
--- a/docs/expert/android/api/JourneyPatternPointsApi.md
+++ b/docs/expert/android/api/JourneyPatternPointsApi.md
@@ -17,8 +17,8 @@ Method | HTTP request
Name | Type | Note
---- | ---- | ----
-**lat** | **Double** | The latitude of where the coord you want to query
**lon** | **Double** | The longitude of where the coord you want to query
+**lat** | **Double** | The latitude of where the coord you want to query
**startPage** | **Int** | The page where you want to start [optional]
**count** | **Int** | Number of objects you want on a page [optional] [default to 25]
**depth** | **Int** | The depth of your object [optional] [default to 1]
@@ -26,15 +26,16 @@ Name | Type | Note
**forbiddenUris** | [**List**](String.md) | forbidden uris [optional]
**externalCode** | **String** | An external code to query [optional]
**headsign** | **String** | filter vehicle journeys on headsign [optional]
-**odtLevel** | **String** | odt level [optional] [default to all] [enum: scheduled, all, zonal, with_stops]
+**odtLevel** | **String** | odt level [optional] [default to all] [enum: all, with_stops, zonal, scheduled]
**dataFreshness** | **String** | Define the freshness of data to use to filter vehicle_journeys along with parameters &since and/or &until . Provides only the vehicle_journeys valid for the data freshness level requested. Using `&data_freshness=base_schedule` will return all original vehicle_journeys onlywhereas using `&data_freshness=realtime` will return vehicle_journeys after applyingmodifications by realtime (amended vehicle_journeys, and non-impacted original vehicle_journeys). [optional] [default to base_schedule] [enum: base_schedule, adapted_schedule, realtime]
**distance** | **Int** | Distance range of the query. Used only if a coord is in the query [optional] [default to 200]
-**since** | **DateTime** | filters objects not valid before this date [optional]
-**until** | **DateTime** | filters objects not valid after this date [optional]
+**since** | **LocalDateTime** | filters objects not valid before this date [optional]
+**until** | **LocalDateTime** | filters objects not valid after this date [optional]
**disableGeojson** | **Boolean** | remove geojson from the response [optional]
**disableDisruption** | **Boolean** | remove disruptions from the response [optional]
**filter** | **String** | The filter parameter [optional]
**tags** | [**List**](String.md) | If filled, will restrain the search within the given disruption tags [optional]
+**language** | **String** | Here, select a specific language for disruption message [optional] [enum: nl-NL, en-US, en-GB, fr-FR, de-DE, hi-IN, it-IT, ja-JP, pt-PT, ru-RU, es-ES]
### Return
[**JourneyPatternPoints**](../model/JourneyPatternPoints.md)
@@ -42,8 +43,8 @@ Name | Type | Note
Example
```kotlin
ExpertSdk.getInstance().journeyPatternPointsApi.getCoverageLonLatJourneyPatternPoints(
- lat = 0.0,
lon = 0.0,
+ lat = 0.0,
startPage = 123,
count = 123,
depth = 123,
@@ -54,12 +55,13 @@ ExpertSdk.getInstance().journeyPatternPointsApi.getCoverageLonLatJourneyPatternP
odtLevel = "odtLevel_example",
dataFreshness = "dataFreshness_example",
distance = 123,
- since = DateTime.now(),
- until = DateTime.now(),
+ since = LocalDateTime.now(),
+ until = LocalDateTime.now(),
disableGeojson = true,
disableDisruption = true,
filter = "filter_example",
- tags = listOf()
+ tags = listOf(),
+ language = "language_example"
)
if (response.isSuccessful && response.body() != null) {
@@ -76,8 +78,8 @@ if (response.isSuccessful && response.body() != null) {
Name | Type | Note
---- | ---- | ----
-**lat** | **Double** | The latitude of where the coord you want to query
**lon** | **Double** | The longitude of where the coord you want to query
+**lat** | **Double** | The latitude of where the coord you want to query
**id** | **String** | Id of the object you want to query
**startPage** | **Int** | The page where you want to start [optional]
**count** | **Int** | Number of objects you want on a page [optional] [default to 25]
@@ -86,14 +88,15 @@ Name | Type | Note
**forbiddenUris** | [**List**](String.md) | forbidden uris [optional]
**externalCode** | **String** | An external code to query [optional]
**headsign** | **String** | filter vehicle journeys on headsign [optional]
-**odtLevel** | **String** | odt level [optional] [default to all] [enum: scheduled, all, zonal, with_stops]
+**odtLevel** | **String** | odt level [optional] [default to all] [enum: all, with_stops, zonal, scheduled]
**dataFreshness** | **String** | Define the freshness of data to use to filter vehicle_journeys along with parameters &since and/or &until . Provides only the vehicle_journeys valid for the data freshness level requested. Using `&data_freshness=base_schedule` will return all original vehicle_journeys onlywhereas using `&data_freshness=realtime` will return vehicle_journeys after applyingmodifications by realtime (amended vehicle_journeys, and non-impacted original vehicle_journeys). [optional] [default to base_schedule] [enum: base_schedule, adapted_schedule, realtime]
**distance** | **Int** | Distance range of the query. Used only if a coord is in the query [optional] [default to 200]
-**since** | **DateTime** | filters objects not valid before this date [optional]
-**until** | **DateTime** | filters objects not valid after this date [optional]
+**since** | **LocalDateTime** | filters objects not valid before this date [optional]
+**until** | **LocalDateTime** | filters objects not valid after this date [optional]
**disableGeojson** | **Boolean** | remove geojson from the response [optional]
**disableDisruption** | **Boolean** | remove disruptions from the response [optional]
**tags** | [**List**](String.md) | If filled, will restrain the search within the given disruption tags [optional]
+**language** | **String** | Here, select a specific language for disruption message [optional] [enum: nl-NL, en-US, en-GB, fr-FR, de-DE, hi-IN, it-IT, ja-JP, pt-PT, ru-RU, es-ES]
### Return
[**JourneyPatternPoints**](../model/JourneyPatternPoints.md)
@@ -101,8 +104,8 @@ Name | Type | Note
Example
```kotlin
ExpertSdk.getInstance().journeyPatternPointsApi.getCoverageLonLatJourneyPatternPointsId(
- lat = 0.0,
lon = 0.0,
+ lat = 0.0,
id = "id_example",
startPage = 123,
count = 123,
@@ -114,11 +117,12 @@ ExpertSdk.getInstance().journeyPatternPointsApi.getCoverageLonLatJourneyPatternP
odtLevel = "odtLevel_example",
dataFreshness = "dataFreshness_example",
distance = 123,
- since = DateTime.now(),
- until = DateTime.now(),
+ since = LocalDateTime.now(),
+ until = LocalDateTime.now(),
disableGeojson = true,
disableDisruption = true,
- tags = listOf()
+ tags = listOf(),
+ language = "language_example"
)
if (response.isSuccessful && response.body() != null) {
@@ -135,8 +139,8 @@ if (response.isSuccessful && response.body() != null) {
Name | Type | Note
---- | ---- | ----
-**lat** | **Double** | The latitude of where the coord you want to query
**lon** | **Double** | The longitude of where the coord you want to query
+**lat** | **Double** | The latitude of where the coord you want to query
**uri** | **String** | First part of the uri
**startPage** | **Int** | The page where you want to start [optional]
**count** | **Int** | Number of objects you want on a page [optional] [default to 25]
@@ -145,15 +149,16 @@ Name | Type | Note
**forbiddenUris** | [**List**](String.md) | forbidden uris [optional]
**externalCode** | **String** | An external code to query [optional]
**headsign** | **String** | filter vehicle journeys on headsign [optional]
-**odtLevel** | **String** | odt level [optional] [default to all] [enum: scheduled, all, zonal, with_stops]
+**odtLevel** | **String** | odt level [optional] [default to all] [enum: all, with_stops, zonal, scheduled]
**dataFreshness** | **String** | Define the freshness of data to use to filter vehicle_journeys along with parameters &since and/or &until . Provides only the vehicle_journeys valid for the data freshness level requested. Using `&data_freshness=base_schedule` will return all original vehicle_journeys onlywhereas using `&data_freshness=realtime` will return vehicle_journeys after applyingmodifications by realtime (amended vehicle_journeys, and non-impacted original vehicle_journeys). [optional] [default to base_schedule] [enum: base_schedule, adapted_schedule, realtime]
**distance** | **Int** | Distance range of the query. Used only if a coord is in the query [optional] [default to 200]
-**since** | **DateTime** | filters objects not valid before this date [optional]
-**until** | **DateTime** | filters objects not valid after this date [optional]
+**since** | **LocalDateTime** | filters objects not valid before this date [optional]
+**until** | **LocalDateTime** | filters objects not valid after this date [optional]
**disableGeojson** | **Boolean** | remove geojson from the response [optional]
**disableDisruption** | **Boolean** | remove disruptions from the response [optional]
**filter** | **String** | The filter parameter [optional]
**tags** | [**List**](String.md) | If filled, will restrain the search within the given disruption tags [optional]
+**language** | **String** | Here, select a specific language for disruption message [optional] [enum: nl-NL, en-US, en-GB, fr-FR, de-DE, hi-IN, it-IT, ja-JP, pt-PT, ru-RU, es-ES]
### Return
[**JourneyPatternPoints**](../model/JourneyPatternPoints.md)
@@ -161,8 +166,8 @@ Name | Type | Note
Example
```kotlin
ExpertSdk.getInstance().journeyPatternPointsApi.getCoverageLonLatUriJourneyPatternPoints(
- lat = 0.0,
lon = 0.0,
+ lat = 0.0,
uri = "uri_example",
startPage = 123,
count = 123,
@@ -174,12 +179,13 @@ ExpertSdk.getInstance().journeyPatternPointsApi.getCoverageLonLatUriJourneyPatte
odtLevel = "odtLevel_example",
dataFreshness = "dataFreshness_example",
distance = 123,
- since = DateTime.now(),
- until = DateTime.now(),
+ since = LocalDateTime.now(),
+ until = LocalDateTime.now(),
disableGeojson = true,
disableDisruption = true,
filter = "filter_example",
- tags = listOf()
+ tags = listOf(),
+ language = "language_example"
)
if (response.isSuccessful && response.body() != null) {
@@ -196,8 +202,8 @@ if (response.isSuccessful && response.body() != null) {
Name | Type | Note
---- | ---- | ----
-**lat** | **Double** | The latitude of where the coord you want to query
**lon** | **Double** | The longitude of where the coord you want to query
+**lat** | **Double** | The latitude of where the coord you want to query
**uri** | **String** | First part of the uri
**id** | **String** | Id of the object you want to query
**startPage** | **Int** | The page where you want to start [optional]
@@ -207,14 +213,15 @@ Name | Type | Note
**forbiddenUris** | [**List**](String.md) | forbidden uris [optional]
**externalCode** | **String** | An external code to query [optional]
**headsign** | **String** | filter vehicle journeys on headsign [optional]
-**odtLevel** | **String** | odt level [optional] [default to all] [enum: scheduled, all, zonal, with_stops]
+**odtLevel** | **String** | odt level [optional] [default to all] [enum: all, with_stops, zonal, scheduled]
**dataFreshness** | **String** | Define the freshness of data to use to filter vehicle_journeys along with parameters &since and/or &until . Provides only the vehicle_journeys valid for the data freshness level requested. Using `&data_freshness=base_schedule` will return all original vehicle_journeys onlywhereas using `&data_freshness=realtime` will return vehicle_journeys after applyingmodifications by realtime (amended vehicle_journeys, and non-impacted original vehicle_journeys). [optional] [default to base_schedule] [enum: base_schedule, adapted_schedule, realtime]
**distance** | **Int** | Distance range of the query. Used only if a coord is in the query [optional] [default to 200]
-**since** | **DateTime** | filters objects not valid before this date [optional]
-**until** | **DateTime** | filters objects not valid after this date [optional]
+**since** | **LocalDateTime** | filters objects not valid before this date [optional]
+**until** | **LocalDateTime** | filters objects not valid after this date [optional]
**disableGeojson** | **Boolean** | remove geojson from the response [optional]
**disableDisruption** | **Boolean** | remove disruptions from the response [optional]
**tags** | [**List**](String.md) | If filled, will restrain the search within the given disruption tags [optional]
+**language** | **String** | Here, select a specific language for disruption message [optional] [enum: nl-NL, en-US, en-GB, fr-FR, de-DE, hi-IN, it-IT, ja-JP, pt-PT, ru-RU, es-ES]
### Return
[**JourneyPatternPoints**](../model/JourneyPatternPoints.md)
@@ -222,8 +229,8 @@ Name | Type | Note
Example
```kotlin
ExpertSdk.getInstance().journeyPatternPointsApi.getCoverageLonLatUriJourneyPatternPointsId(
- lat = 0.0,
lon = 0.0,
+ lat = 0.0,
uri = "uri_example",
id = "id_example",
startPage = 123,
@@ -236,11 +243,12 @@ ExpertSdk.getInstance().journeyPatternPointsApi.getCoverageLonLatUriJourneyPatte
odtLevel = "odtLevel_example",
dataFreshness = "dataFreshness_example",
distance = 123,
- since = DateTime.now(),
- until = DateTime.now(),
+ since = LocalDateTime.now(),
+ until = LocalDateTime.now(),
disableGeojson = true,
disableDisruption = true,
- tags = listOf()
+ tags = listOf(),
+ language = "language_example"
)
if (response.isSuccessful && response.body() != null) {
@@ -265,15 +273,16 @@ Name | Type | Note
**forbiddenUris** | [**List**](String.md) | forbidden uris [optional]
**externalCode** | **String** | An external code to query [optional]
**headsign** | **String** | filter vehicle journeys on headsign [optional]
-**odtLevel** | **String** | odt level [optional] [default to all] [enum: scheduled, all, zonal, with_stops]
+**odtLevel** | **String** | odt level [optional] [default to all] [enum: all, with_stops, zonal, scheduled]
**dataFreshness** | **String** | Define the freshness of data to use to filter vehicle_journeys along with parameters &since and/or &until . Provides only the vehicle_journeys valid for the data freshness level requested. Using `&data_freshness=base_schedule` will return all original vehicle_journeys onlywhereas using `&data_freshness=realtime` will return vehicle_journeys after applyingmodifications by realtime (amended vehicle_journeys, and non-impacted original vehicle_journeys). [optional] [default to base_schedule] [enum: base_schedule, adapted_schedule, realtime]
**distance** | **Int** | Distance range of the query. Used only if a coord is in the query [optional] [default to 200]
-**since** | **DateTime** | filters objects not valid before this date [optional]
-**until** | **DateTime** | filters objects not valid after this date [optional]
+**since** | **LocalDateTime** | filters objects not valid before this date [optional]
+**until** | **LocalDateTime** | filters objects not valid after this date [optional]
**disableGeojson** | **Boolean** | remove geojson from the response [optional]
**disableDisruption** | **Boolean** | remove disruptions from the response [optional]
**filter** | **String** | The filter parameter [optional]
**tags** | [**List**](String.md) | If filled, will restrain the search within the given disruption tags [optional]
+**language** | **String** | Here, select a specific language for disruption message [optional] [enum: nl-NL, en-US, en-GB, fr-FR, de-DE, hi-IN, it-IT, ja-JP, pt-PT, ru-RU, es-ES]
### Return
[**JourneyPatternPoints**](../model/JourneyPatternPoints.md)
@@ -292,12 +301,13 @@ ExpertSdk.getInstance().journeyPatternPointsApi.getCoverageRegionJourneyPatternP
odtLevel = "odtLevel_example",
dataFreshness = "dataFreshness_example",
distance = 123,
- since = DateTime.now(),
- until = DateTime.now(),
+ since = LocalDateTime.now(),
+ until = LocalDateTime.now(),
disableGeojson = true,
disableDisruption = true,
filter = "filter_example",
- tags = listOf()
+ tags = listOf(),
+ language = "language_example"
)
if (response.isSuccessful && response.body() != null) {
@@ -323,14 +333,15 @@ Name | Type | Note
**forbiddenUris** | [**List**](String.md) | forbidden uris [optional]
**externalCode** | **String** | An external code to query [optional]
**headsign** | **String** | filter vehicle journeys on headsign [optional]
-**odtLevel** | **String** | odt level [optional] [default to all] [enum: scheduled, all, zonal, with_stops]
+**odtLevel** | **String** | odt level [optional] [default to all] [enum: all, with_stops, zonal, scheduled]
**dataFreshness** | **String** | Define the freshness of data to use to filter vehicle_journeys along with parameters &since and/or &until . Provides only the vehicle_journeys valid for the data freshness level requested. Using `&data_freshness=base_schedule` will return all original vehicle_journeys onlywhereas using `&data_freshness=realtime` will return vehicle_journeys after applyingmodifications by realtime (amended vehicle_journeys, and non-impacted original vehicle_journeys). [optional] [default to base_schedule] [enum: base_schedule, adapted_schedule, realtime]
**distance** | **Int** | Distance range of the query. Used only if a coord is in the query [optional] [default to 200]
-**since** | **DateTime** | filters objects not valid before this date [optional]
-**until** | **DateTime** | filters objects not valid after this date [optional]
+**since** | **LocalDateTime** | filters objects not valid before this date [optional]
+**until** | **LocalDateTime** | filters objects not valid after this date [optional]
**disableGeojson** | **Boolean** | remove geojson from the response [optional]
**disableDisruption** | **Boolean** | remove disruptions from the response [optional]
**tags** | [**List**](String.md) | If filled, will restrain the search within the given disruption tags [optional]
+**language** | **String** | Here, select a specific language for disruption message [optional] [enum: nl-NL, en-US, en-GB, fr-FR, de-DE, hi-IN, it-IT, ja-JP, pt-PT, ru-RU, es-ES]
### Return
[**JourneyPatternPoints**](../model/JourneyPatternPoints.md)
@@ -350,11 +361,12 @@ ExpertSdk.getInstance().journeyPatternPointsApi.getCoverageRegionJourneyPatternP
odtLevel = "odtLevel_example",
dataFreshness = "dataFreshness_example",
distance = 123,
- since = DateTime.now(),
- until = DateTime.now(),
+ since = LocalDateTime.now(),
+ until = LocalDateTime.now(),
disableGeojson = true,
disableDisruption = true,
- tags = listOf()
+ tags = listOf(),
+ language = "language_example"
)
if (response.isSuccessful && response.body() != null) {
@@ -380,15 +392,16 @@ Name | Type | Note
**forbiddenUris** | [**List**](String.md) | forbidden uris [optional]
**externalCode** | **String** | An external code to query [optional]
**headsign** | **String** | filter vehicle journeys on headsign [optional]
-**odtLevel** | **String** | odt level [optional] [default to all] [enum: scheduled, all, zonal, with_stops]
+**odtLevel** | **String** | odt level [optional] [default to all] [enum: all, with_stops, zonal, scheduled]
**dataFreshness** | **String** | Define the freshness of data to use to filter vehicle_journeys along with parameters &since and/or &until . Provides only the vehicle_journeys valid for the data freshness level requested. Using `&data_freshness=base_schedule` will return all original vehicle_journeys onlywhereas using `&data_freshness=realtime` will return vehicle_journeys after applyingmodifications by realtime (amended vehicle_journeys, and non-impacted original vehicle_journeys). [optional] [default to base_schedule] [enum: base_schedule, adapted_schedule, realtime]
**distance** | **Int** | Distance range of the query. Used only if a coord is in the query [optional] [default to 200]
-**since** | **DateTime** | filters objects not valid before this date [optional]
-**until** | **DateTime** | filters objects not valid after this date [optional]
+**since** | **LocalDateTime** | filters objects not valid before this date [optional]
+**until** | **LocalDateTime** | filters objects not valid after this date [optional]
**disableGeojson** | **Boolean** | remove geojson from the response [optional]
**disableDisruption** | **Boolean** | remove disruptions from the response [optional]
**filter** | **String** | The filter parameter [optional]
**tags** | [**List**](String.md) | If filled, will restrain the search within the given disruption tags [optional]
+**language** | **String** | Here, select a specific language for disruption message [optional] [enum: nl-NL, en-US, en-GB, fr-FR, de-DE, hi-IN, it-IT, ja-JP, pt-PT, ru-RU, es-ES]
### Return
[**JourneyPatternPoints**](../model/JourneyPatternPoints.md)
@@ -408,12 +421,13 @@ ExpertSdk.getInstance().journeyPatternPointsApi.getCoverageRegionUriJourneyPatte
odtLevel = "odtLevel_example",
dataFreshness = "dataFreshness_example",
distance = 123,
- since = DateTime.now(),
- until = DateTime.now(),
+ since = LocalDateTime.now(),
+ until = LocalDateTime.now(),
disableGeojson = true,
disableDisruption = true,
filter = "filter_example",
- tags = listOf()
+ tags = listOf(),
+ language = "language_example"
)
if (response.isSuccessful && response.body() != null) {
@@ -440,14 +454,15 @@ Name | Type | Note
**forbiddenUris** | [**List**](String.md) | forbidden uris [optional]
**externalCode** | **String** | An external code to query [optional]
**headsign** | **String** | filter vehicle journeys on headsign [optional]
-**odtLevel** | **String** | odt level [optional] [default to all] [enum: scheduled, all, zonal, with_stops]
+**odtLevel** | **String** | odt level [optional] [default to all] [enum: all, with_stops, zonal, scheduled]
**dataFreshness** | **String** | Define the freshness of data to use to filter vehicle_journeys along with parameters &since and/or &until . Provides only the vehicle_journeys valid for the data freshness level requested. Using `&data_freshness=base_schedule` will return all original vehicle_journeys onlywhereas using `&data_freshness=realtime` will return vehicle_journeys after applyingmodifications by realtime (amended vehicle_journeys, and non-impacted original vehicle_journeys). [optional] [default to base_schedule] [enum: base_schedule, adapted_schedule, realtime]
**distance** | **Int** | Distance range of the query. Used only if a coord is in the query [optional] [default to 200]
-**since** | **DateTime** | filters objects not valid before this date [optional]
-**until** | **DateTime** | filters objects not valid after this date [optional]
+**since** | **LocalDateTime** | filters objects not valid before this date [optional]
+**until** | **LocalDateTime** | filters objects not valid after this date [optional]
**disableGeojson** | **Boolean** | remove geojson from the response [optional]
**disableDisruption** | **Boolean** | remove disruptions from the response [optional]
**tags** | [**List**](String.md) | If filled, will restrain the search within the given disruption tags [optional]
+**language** | **String** | Here, select a specific language for disruption message [optional] [enum: nl-NL, en-US, en-GB, fr-FR, de-DE, hi-IN, it-IT, ja-JP, pt-PT, ru-RU, es-ES]
### Return
[**JourneyPatternPoints**](../model/JourneyPatternPoints.md)
@@ -468,11 +483,12 @@ ExpertSdk.getInstance().journeyPatternPointsApi.getCoverageRegionUriJourneyPatte
odtLevel = "odtLevel_example",
dataFreshness = "dataFreshness_example",
distance = 123,
- since = DateTime.now(),
- until = DateTime.now(),
+ since = LocalDateTime.now(),
+ until = LocalDateTime.now(),
disableGeojson = true,
disableDisruption = true,
- tags = listOf()
+ tags = listOf(),
+ language = "language_example"
)
if (response.isSuccessful && response.body() != null) {
diff --git a/docs/expert/android/api/JourneyPatternsApi.md b/docs/expert/android/api/JourneyPatternsApi.md
index 332beb27b..77d258bf3 100644
--- a/docs/expert/android/api/JourneyPatternsApi.md
+++ b/docs/expert/android/api/JourneyPatternsApi.md
@@ -17,8 +17,8 @@ Method | HTTP request
Name | Type | Note
---- | ---- | ----
-**lat** | **Double** | The latitude of where the coord you want to query
**lon** | **Double** | The longitude of where the coord you want to query
+**lat** | **Double** | The latitude of where the coord you want to query
**startPage** | **Int** | The page where you want to start [optional]
**count** | **Int** | Number of objects you want on a page [optional] [default to 25]
**depth** | **Int** | The depth of your object [optional] [default to 1]
@@ -26,15 +26,16 @@ Name | Type | Note
**forbiddenUris** | [**List**](String.md) | forbidden uris [optional]
**externalCode** | **String** | An external code to query [optional]
**headsign** | **String** | filter vehicle journeys on headsign [optional]
-**odtLevel** | **String** | odt level [optional] [default to all] [enum: scheduled, all, zonal, with_stops]
+**odtLevel** | **String** | odt level [optional] [default to all] [enum: all, with_stops, zonal, scheduled]
**dataFreshness** | **String** | Define the freshness of data to use to filter vehicle_journeys along with parameters &since and/or &until . Provides only the vehicle_journeys valid for the data freshness level requested. Using `&data_freshness=base_schedule` will return all original vehicle_journeys onlywhereas using `&data_freshness=realtime` will return vehicle_journeys after applyingmodifications by realtime (amended vehicle_journeys, and non-impacted original vehicle_journeys). [optional] [default to base_schedule] [enum: base_schedule, adapted_schedule, realtime]
**distance** | **Int** | Distance range of the query. Used only if a coord is in the query [optional] [default to 200]
-**since** | **DateTime** | filters objects not valid before this date [optional]
-**until** | **DateTime** | filters objects not valid after this date [optional]
+**since** | **LocalDateTime** | filters objects not valid before this date [optional]
+**until** | **LocalDateTime** | filters objects not valid after this date [optional]
**disableGeojson** | **Boolean** | remove geojson from the response [optional]
**disableDisruption** | **Boolean** | remove disruptions from the response [optional]
**filter** | **String** | The filter parameter [optional]
**tags** | [**List**](String.md) | If filled, will restrain the search within the given disruption tags [optional]
+**language** | **String** | Here, select a specific language for disruption message [optional] [enum: nl-NL, en-US, en-GB, fr-FR, de-DE, hi-IN, it-IT, ja-JP, pt-PT, ru-RU, es-ES]
### Return
[**JourneyPatterns**](../model/JourneyPatterns.md)
@@ -42,8 +43,8 @@ Name | Type | Note
Example
```kotlin
ExpertSdk.getInstance().journeyPatternsApi.getCoverageLonLatJourneyPatterns(
- lat = 0.0,
lon = 0.0,
+ lat = 0.0,
startPage = 123,
count = 123,
depth = 123,
@@ -54,12 +55,13 @@ ExpertSdk.getInstance().journeyPatternsApi.getCoverageLonLatJourneyPatterns(
odtLevel = "odtLevel_example",
dataFreshness = "dataFreshness_example",
distance = 123,
- since = DateTime.now(),
- until = DateTime.now(),
+ since = LocalDateTime.now(),
+ until = LocalDateTime.now(),
disableGeojson = true,
disableDisruption = true,
filter = "filter_example",
- tags = listOf()
+ tags = listOf(),
+ language = "language_example"
)
if (response.isSuccessful && response.body() != null) {
@@ -76,8 +78,8 @@ if (response.isSuccessful && response.body() != null) {
Name | Type | Note
---- | ---- | ----
-**lat** | **Double** | The latitude of where the coord you want to query
**lon** | **Double** | The longitude of where the coord you want to query
+**lat** | **Double** | The latitude of where the coord you want to query
**id** | **String** | Id of the object you want to query
**startPage** | **Int** | The page where you want to start [optional]
**count** | **Int** | Number of objects you want on a page [optional] [default to 25]
@@ -86,14 +88,15 @@ Name | Type | Note
**forbiddenUris** | [**List**](String.md) | forbidden uris [optional]
**externalCode** | **String** | An external code to query [optional]
**headsign** | **String** | filter vehicle journeys on headsign [optional]
-**odtLevel** | **String** | odt level [optional] [default to all] [enum: scheduled, all, zonal, with_stops]
+**odtLevel** | **String** | odt level [optional] [default to all] [enum: all, with_stops, zonal, scheduled]
**dataFreshness** | **String** | Define the freshness of data to use to filter vehicle_journeys along with parameters &since and/or &until . Provides only the vehicle_journeys valid for the data freshness level requested. Using `&data_freshness=base_schedule` will return all original vehicle_journeys onlywhereas using `&data_freshness=realtime` will return vehicle_journeys after applyingmodifications by realtime (amended vehicle_journeys, and non-impacted original vehicle_journeys). [optional] [default to base_schedule] [enum: base_schedule, adapted_schedule, realtime]
**distance** | **Int** | Distance range of the query. Used only if a coord is in the query [optional] [default to 200]
-**since** | **DateTime** | filters objects not valid before this date [optional]
-**until** | **DateTime** | filters objects not valid after this date [optional]
+**since** | **LocalDateTime** | filters objects not valid before this date [optional]
+**until** | **LocalDateTime** | filters objects not valid after this date [optional]
**disableGeojson** | **Boolean** | remove geojson from the response [optional]
**disableDisruption** | **Boolean** | remove disruptions from the response [optional]
**tags** | [**List**](String.md) | If filled, will restrain the search within the given disruption tags [optional]
+**language** | **String** | Here, select a specific language for disruption message [optional] [enum: nl-NL, en-US, en-GB, fr-FR, de-DE, hi-IN, it-IT, ja-JP, pt-PT, ru-RU, es-ES]
### Return
[**JourneyPatterns**](../model/JourneyPatterns.md)
@@ -101,8 +104,8 @@ Name | Type | Note
Example
```kotlin
ExpertSdk.getInstance().journeyPatternsApi.getCoverageLonLatJourneyPatternsId(
- lat = 0.0,
lon = 0.0,
+ lat = 0.0,
id = "id_example",
startPage = 123,
count = 123,
@@ -114,11 +117,12 @@ ExpertSdk.getInstance().journeyPatternsApi.getCoverageLonLatJourneyPatternsId(
odtLevel = "odtLevel_example",
dataFreshness = "dataFreshness_example",
distance = 123,
- since = DateTime.now(),
- until = DateTime.now(),
+ since = LocalDateTime.now(),
+ until = LocalDateTime.now(),
disableGeojson = true,
disableDisruption = true,
- tags = listOf()
+ tags = listOf(),
+ language = "language_example"
)
if (response.isSuccessful && response.body() != null) {
@@ -135,8 +139,8 @@ if (response.isSuccessful && response.body() != null) {
Name | Type | Note
---- | ---- | ----
-**lat** | **Double** | The latitude of where the coord you want to query
**lon** | **Double** | The longitude of where the coord you want to query
+**lat** | **Double** | The latitude of where the coord you want to query
**uri** | **String** | First part of the uri
**startPage** | **Int** | The page where you want to start [optional]
**count** | **Int** | Number of objects you want on a page [optional] [default to 25]
@@ -145,15 +149,16 @@ Name | Type | Note
**forbiddenUris** | [**List**](String.md) | forbidden uris [optional]
**externalCode** | **String** | An external code to query [optional]
**headsign** | **String** | filter vehicle journeys on headsign [optional]
-**odtLevel** | **String** | odt level [optional] [default to all] [enum: scheduled, all, zonal, with_stops]
+**odtLevel** | **String** | odt level [optional] [default to all] [enum: all, with_stops, zonal, scheduled]
**dataFreshness** | **String** | Define the freshness of data to use to filter vehicle_journeys along with parameters &since and/or &until . Provides only the vehicle_journeys valid for the data freshness level requested. Using `&data_freshness=base_schedule` will return all original vehicle_journeys onlywhereas using `&data_freshness=realtime` will return vehicle_journeys after applyingmodifications by realtime (amended vehicle_journeys, and non-impacted original vehicle_journeys). [optional] [default to base_schedule] [enum: base_schedule, adapted_schedule, realtime]
**distance** | **Int** | Distance range of the query. Used only if a coord is in the query [optional] [default to 200]
-**since** | **DateTime** | filters objects not valid before this date [optional]
-**until** | **DateTime** | filters objects not valid after this date [optional]
+**since** | **LocalDateTime** | filters objects not valid before this date [optional]
+**until** | **LocalDateTime** | filters objects not valid after this date [optional]
**disableGeojson** | **Boolean** | remove geojson from the response [optional]
**disableDisruption** | **Boolean** | remove disruptions from the response [optional]
**filter** | **String** | The filter parameter [optional]
**tags** | [**List**](String.md) | If filled, will restrain the search within the given disruption tags [optional]
+**language** | **String** | Here, select a specific language for disruption message [optional] [enum: nl-NL, en-US, en-GB, fr-FR, de-DE, hi-IN, it-IT, ja-JP, pt-PT, ru-RU, es-ES]
### Return
[**JourneyPatterns**](../model/JourneyPatterns.md)
@@ -161,8 +166,8 @@ Name | Type | Note
Example
```kotlin
ExpertSdk.getInstance().journeyPatternsApi.getCoverageLonLatUriJourneyPatterns(
- lat = 0.0,
lon = 0.0,
+ lat = 0.0,
uri = "uri_example",
startPage = 123,
count = 123,
@@ -174,12 +179,13 @@ ExpertSdk.getInstance().journeyPatternsApi.getCoverageLonLatUriJourneyPatterns(
odtLevel = "odtLevel_example",
dataFreshness = "dataFreshness_example",
distance = 123,
- since = DateTime.now(),
- until = DateTime.now(),
+ since = LocalDateTime.now(),
+ until = LocalDateTime.now(),
disableGeojson = true,
disableDisruption = true,
filter = "filter_example",
- tags = listOf()
+ tags = listOf(),
+ language = "language_example"
)
if (response.isSuccessful && response.body() != null) {
@@ -196,8 +202,8 @@ if (response.isSuccessful && response.body() != null) {
Name | Type | Note
---- | ---- | ----
-**lat** | **Double** | The latitude of where the coord you want to query
**lon** | **Double** | The longitude of where the coord you want to query
+**lat** | **Double** | The latitude of where the coord you want to query
**uri** | **String** | First part of the uri
**id** | **String** | Id of the object you want to query
**startPage** | **Int** | The page where you want to start [optional]
@@ -207,14 +213,15 @@ Name | Type | Note
**forbiddenUris** | [**List**](String.md) | forbidden uris [optional]
**externalCode** | **String** | An external code to query [optional]
**headsign** | **String** | filter vehicle journeys on headsign [optional]
-**odtLevel** | **String** | odt level [optional] [default to all] [enum: scheduled, all, zonal, with_stops]
+**odtLevel** | **String** | odt level [optional] [default to all] [enum: all, with_stops, zonal, scheduled]
**dataFreshness** | **String** | Define the freshness of data to use to filter vehicle_journeys along with parameters &since and/or &until . Provides only the vehicle_journeys valid for the data freshness level requested. Using `&data_freshness=base_schedule` will return all original vehicle_journeys onlywhereas using `&data_freshness=realtime` will return vehicle_journeys after applyingmodifications by realtime (amended vehicle_journeys, and non-impacted original vehicle_journeys). [optional] [default to base_schedule] [enum: base_schedule, adapted_schedule, realtime]
**distance** | **Int** | Distance range of the query. Used only if a coord is in the query [optional] [default to 200]
-**since** | **DateTime** | filters objects not valid before this date [optional]
-**until** | **DateTime** | filters objects not valid after this date [optional]
+**since** | **LocalDateTime** | filters objects not valid before this date [optional]
+**until** | **LocalDateTime** | filters objects not valid after this date [optional]
**disableGeojson** | **Boolean** | remove geojson from the response [optional]
**disableDisruption** | **Boolean** | remove disruptions from the response [optional]
**tags** | [**List**](String.md) | If filled, will restrain the search within the given disruption tags [optional]
+**language** | **String** | Here, select a specific language for disruption message [optional] [enum: nl-NL, en-US, en-GB, fr-FR, de-DE, hi-IN, it-IT, ja-JP, pt-PT, ru-RU, es-ES]
### Return
[**JourneyPatterns**](../model/JourneyPatterns.md)
@@ -222,8 +229,8 @@ Name | Type | Note
Example
```kotlin
ExpertSdk.getInstance().journeyPatternsApi.getCoverageLonLatUriJourneyPatternsId(
- lat = 0.0,
lon = 0.0,
+ lat = 0.0,
uri = "uri_example",
id = "id_example",
startPage = 123,
@@ -236,11 +243,12 @@ ExpertSdk.getInstance().journeyPatternsApi.getCoverageLonLatUriJourneyPatternsId
odtLevel = "odtLevel_example",
dataFreshness = "dataFreshness_example",
distance = 123,
- since = DateTime.now(),
- until = DateTime.now(),
+ since = LocalDateTime.now(),
+ until = LocalDateTime.now(),
disableGeojson = true,
disableDisruption = true,
- tags = listOf()
+ tags = listOf(),
+ language = "language_example"
)
if (response.isSuccessful && response.body() != null) {
@@ -265,15 +273,16 @@ Name | Type | Note
**forbiddenUris** | [**List**](String.md) | forbidden uris [optional]
**externalCode** | **String** | An external code to query [optional]
**headsign** | **String** | filter vehicle journeys on headsign [optional]
-**odtLevel** | **String** | odt level [optional] [default to all] [enum: scheduled, all, zonal, with_stops]
+**odtLevel** | **String** | odt level [optional] [default to all] [enum: all, with_stops, zonal, scheduled]
**dataFreshness** | **String** | Define the freshness of data to use to filter vehicle_journeys along with parameters &since and/or &until . Provides only the vehicle_journeys valid for the data freshness level requested. Using `&data_freshness=base_schedule` will return all original vehicle_journeys onlywhereas using `&data_freshness=realtime` will return vehicle_journeys after applyingmodifications by realtime (amended vehicle_journeys, and non-impacted original vehicle_journeys). [optional] [default to base_schedule] [enum: base_schedule, adapted_schedule, realtime]
**distance** | **Int** | Distance range of the query. Used only if a coord is in the query [optional] [default to 200]
-**since** | **DateTime** | filters objects not valid before this date [optional]
-**until** | **DateTime** | filters objects not valid after this date [optional]
+**since** | **LocalDateTime** | filters objects not valid before this date [optional]
+**until** | **LocalDateTime** | filters objects not valid after this date [optional]
**disableGeojson** | **Boolean** | remove geojson from the response [optional]
**disableDisruption** | **Boolean** | remove disruptions from the response [optional]
**filter** | **String** | The filter parameter [optional]
**tags** | [**List**](String.md) | If filled, will restrain the search within the given disruption tags [optional]
+**language** | **String** | Here, select a specific language for disruption message [optional] [enum: nl-NL, en-US, en-GB, fr-FR, de-DE, hi-IN, it-IT, ja-JP, pt-PT, ru-RU, es-ES]
### Return
[**JourneyPatterns**](../model/JourneyPatterns.md)
@@ -292,12 +301,13 @@ ExpertSdk.getInstance().journeyPatternsApi.getCoverageRegionJourneyPatterns(
odtLevel = "odtLevel_example",
dataFreshness = "dataFreshness_example",
distance = 123,
- since = DateTime.now(),
- until = DateTime.now(),
+ since = LocalDateTime.now(),
+ until = LocalDateTime.now(),
disableGeojson = true,
disableDisruption = true,
filter = "filter_example",
- tags = listOf()
+ tags = listOf(),
+ language = "language_example"
)
if (response.isSuccessful && response.body() != null) {
@@ -323,14 +333,15 @@ Name | Type | Note
**forbiddenUris** | [**List**](String.md) | forbidden uris [optional]
**externalCode** | **String** | An external code to query [optional]
**headsign** | **String** | filter vehicle journeys on headsign [optional]
-**odtLevel** | **String** | odt level [optional] [default to all] [enum: scheduled, all, zonal, with_stops]
+**odtLevel** | **String** | odt level [optional] [default to all] [enum: all, with_stops, zonal, scheduled]
**dataFreshness** | **String** | Define the freshness of data to use to filter vehicle_journeys along with parameters &since and/or &until . Provides only the vehicle_journeys valid for the data freshness level requested. Using `&data_freshness=base_schedule` will return all original vehicle_journeys onlywhereas using `&data_freshness=realtime` will return vehicle_journeys after applyingmodifications by realtime (amended vehicle_journeys, and non-impacted original vehicle_journeys). [optional] [default to base_schedule] [enum: base_schedule, adapted_schedule, realtime]
**distance** | **Int** | Distance range of the query. Used only if a coord is in the query [optional] [default to 200]
-**since** | **DateTime** | filters objects not valid before this date [optional]
-**until** | **DateTime** | filters objects not valid after this date [optional]
+**since** | **LocalDateTime** | filters objects not valid before this date [optional]
+**until** | **LocalDateTime** | filters objects not valid after this date [optional]
**disableGeojson** | **Boolean** | remove geojson from the response [optional]
**disableDisruption** | **Boolean** | remove disruptions from the response [optional]
**tags** | [**List**](String.md) | If filled, will restrain the search within the given disruption tags [optional]
+**language** | **String** | Here, select a specific language for disruption message [optional] [enum: nl-NL, en-US, en-GB, fr-FR, de-DE, hi-IN, it-IT, ja-JP, pt-PT, ru-RU, es-ES]
### Return
[**JourneyPatterns**](../model/JourneyPatterns.md)
@@ -350,11 +361,12 @@ ExpertSdk.getInstance().journeyPatternsApi.getCoverageRegionJourneyPatternsId(
odtLevel = "odtLevel_example",
dataFreshness = "dataFreshness_example",
distance = 123,
- since = DateTime.now(),
- until = DateTime.now(),
+ since = LocalDateTime.now(),
+ until = LocalDateTime.now(),
disableGeojson = true,
disableDisruption = true,
- tags = listOf()
+ tags = listOf(),
+ language = "language_example"
)
if (response.isSuccessful && response.body() != null) {
@@ -380,15 +392,16 @@ Name | Type | Note
**forbiddenUris** | [**List**](String.md) | forbidden uris [optional]
**externalCode** | **String** | An external code to query [optional]
**headsign** | **String** | filter vehicle journeys on headsign [optional]
-**odtLevel** | **String** | odt level [optional] [default to all] [enum: scheduled, all, zonal, with_stops]
+**odtLevel** | **String** | odt level [optional] [default to all] [enum: all, with_stops, zonal, scheduled]
**dataFreshness** | **String** | Define the freshness of data to use to filter vehicle_journeys along with parameters &since and/or &until . Provides only the vehicle_journeys valid for the data freshness level requested. Using `&data_freshness=base_schedule` will return all original vehicle_journeys onlywhereas using `&data_freshness=realtime` will return vehicle_journeys after applyingmodifications by realtime (amended vehicle_journeys, and non-impacted original vehicle_journeys). [optional] [default to base_schedule] [enum: base_schedule, adapted_schedule, realtime]
**distance** | **Int** | Distance range of the query. Used only if a coord is in the query [optional] [default to 200]
-**since** | **DateTime** | filters objects not valid before this date [optional]
-**until** | **DateTime** | filters objects not valid after this date [optional]
+**since** | **LocalDateTime** | filters objects not valid before this date [optional]
+**until** | **LocalDateTime** | filters objects not valid after this date [optional]
**disableGeojson** | **Boolean** | remove geojson from the response [optional]
**disableDisruption** | **Boolean** | remove disruptions from the response [optional]
**filter** | **String** | The filter parameter [optional]
**tags** | [**List**](String.md) | If filled, will restrain the search within the given disruption tags [optional]
+**language** | **String** | Here, select a specific language for disruption message [optional] [enum: nl-NL, en-US, en-GB, fr-FR, de-DE, hi-IN, it-IT, ja-JP, pt-PT, ru-RU, es-ES]
### Return
[**JourneyPatterns**](../model/JourneyPatterns.md)
@@ -408,12 +421,13 @@ ExpertSdk.getInstance().journeyPatternsApi.getCoverageRegionUriJourneyPatterns(
odtLevel = "odtLevel_example",
dataFreshness = "dataFreshness_example",
distance = 123,
- since = DateTime.now(),
- until = DateTime.now(),
+ since = LocalDateTime.now(),
+ until = LocalDateTime.now(),
disableGeojson = true,
disableDisruption = true,
filter = "filter_example",
- tags = listOf()
+ tags = listOf(),
+ language = "language_example"
)
if (response.isSuccessful && response.body() != null) {
@@ -440,14 +454,15 @@ Name | Type | Note
**forbiddenUris** | [**List**](String.md) | forbidden uris [optional]
**externalCode** | **String** | An external code to query [optional]
**headsign** | **String** | filter vehicle journeys on headsign [optional]
-**odtLevel** | **String** | odt level [optional] [default to all] [enum: scheduled, all, zonal, with_stops]
+**odtLevel** | **String** | odt level [optional] [default to all] [enum: all, with_stops, zonal, scheduled]
**dataFreshness** | **String** | Define the freshness of data to use to filter vehicle_journeys along with parameters &since and/or &until . Provides only the vehicle_journeys valid for the data freshness level requested. Using `&data_freshness=base_schedule` will return all original vehicle_journeys onlywhereas using `&data_freshness=realtime` will return vehicle_journeys after applyingmodifications by realtime (amended vehicle_journeys, and non-impacted original vehicle_journeys). [optional] [default to base_schedule] [enum: base_schedule, adapted_schedule, realtime]
**distance** | **Int** | Distance range of the query. Used only if a coord is in the query [optional] [default to 200]
-**since** | **DateTime** | filters objects not valid before this date [optional]
-**until** | **DateTime** | filters objects not valid after this date [optional]
+**since** | **LocalDateTime** | filters objects not valid before this date [optional]
+**until** | **LocalDateTime** | filters objects not valid after this date [optional]
**disableGeojson** | **Boolean** | remove geojson from the response [optional]
**disableDisruption** | **Boolean** | remove disruptions from the response [optional]
**tags** | [**List**](String.md) | If filled, will restrain the search within the given disruption tags [optional]
+**language** | **String** | Here, select a specific language for disruption message [optional] [enum: nl-NL, en-US, en-GB, fr-FR, de-DE, hi-IN, it-IT, ja-JP, pt-PT, ru-RU, es-ES]
### Return
[**JourneyPatterns**](../model/JourneyPatterns.md)
@@ -468,11 +483,12 @@ ExpertSdk.getInstance().journeyPatternsApi.getCoverageRegionUriJourneyPatternsId
odtLevel = "odtLevel_example",
dataFreshness = "dataFreshness_example",
distance = 123,
- since = DateTime.now(),
- until = DateTime.now(),
+ since = LocalDateTime.now(),
+ until = LocalDateTime.now(),
disableGeojson = true,
disableDisruption = true,
- tags = listOf()
+ tags = listOf(),
+ language = "language_example"
)
if (response.isSuccessful && response.body() != null) {
diff --git a/docs/expert/android/api/JourneysApi.md b/docs/expert/android/api/JourneysApi.md
index 9a83fef7a..67daa0153 100644
--- a/docs/expert/android/api/JourneysApi.md
+++ b/docs/expert/android/api/JourneysApi.md
@@ -12,16 +12,16 @@ Method | HTTP request
Name | Type | Note
---- | ---- | ----
-**lat** | **Double** | The latitude of where the coord you want to query
**lon** | **Double** | The longitude of where the coord you want to query
+**lat** | **Double** | The latitude of where the coord you want to query
**from** | **String** | The id of the departure of your journey. If not provided an isochrone is computed. [optional]
**to** | **String** | The id of the arrival of your journey. If not provided an isochrone is computed. [optional]
-**datetime** | **DateTime** | Date and time to go/arrive (see `datetime_represents`). Note: the datetime must be in the coverageโs publication period. [optional]
+**datetime** | **LocalDateTime** | Date and time to go/arrive (see `datetime_represents`). Note: the datetime must be in the coverageโs publication period. [optional]
**datetimeRepresents** | **String** | Determine how datetime is handled. Possible values: * 'departure' - Compute journeys starting after datetime * 'arrival' - Compute journeys arriving before datetime [optional] [default to departure] [enum: arrival, departure]
**maxNbTransfers** | **Int** | Maximum number of transfers in each journey [optional]
**minNbTransfers** | **Int** | Minimum number of transfers in each journey [optional]
-**firstSectionMode** | [**List**](String.md) | Force the first section mode if the first section is not a public transport one. `bss` stands for bike sharing system. Note 1: Itโs an array, you can give multiple modes. Note 2: Choosing `bss` implicitly allows the walking mode since you might have to walk to the bss station. Note 3: The parameter is inclusive, not exclusive, so if you want to forbid a mode, you need to add all the other modes. Eg: If you never want to use a car, you need: `first_section_mode[]=walking&first_section_mode[]=bss&first_section_mode[]=bike&last_section_mode[]=walking&last_section_mode[]=bss&last_section_mode[]=bike` [optional] [enum: taxi, walking, car_no_park, car, ridesharing, bss, bike]
-**lastSectionMode** | [**List**](String.md) | Same as first_section_mode but for the last section. [optional] [enum: taxi, walking, car_no_park, car, ridesharing, bss, bike]
+**firstSectionMode** | [**List**](String.md) | Force the first section mode if the first section is not a public transport one. `bss` stands for bike sharing system. Note 1: Itโs an array, you can give multiple modes. Note 2: Choosing `bss` implicitly allows the walking mode since you might have to walk to the bss station. Note 3: The parameter is inclusive, not exclusive, so if you want to forbid a mode, you need to add all the other modes. Eg: If you never want to use a car, you need: `first_section_mode[]=walking&first_section_mode[]=bss&first_section_mode[]=bike&last_section_mode[]=walking&last_section_mode[]=bss&last_section_mode[]=bike` [optional] [enum: bss, car_no_park, car, bike, ridesharing, walking, taxi]
+**lastSectionMode** | [**List**](String.md) | Same as first_section_mode but for the last section. [optional] [enum: bss, car_no_park, car, bike, ridesharing, walking, taxi]
**maxDurationToPt** | **Int** | Maximum allowed duration to reach the public transport (same limit used before and after public transport). Use this to limit the walking/biking part. Unit is seconds [optional]
**maxWalkingDurationToPt** | **Int** | Maximal duration of walking on public transport in second [optional]
**maxBikeDurationToPt** | **Int** | Maximal duration of bike on public transport in second [optional]
@@ -40,17 +40,18 @@ Name | Type | Note
**forbiddenUris** | [**List**](String.md) | If you want to avoid lines, modes, networks, etc. Note: the forbidden_uris[] concern only the public transport objects. You canโt for example forbid the use of the bike with them, you have to set the fallback modes for this (first_section_mode[] and last_section_mode[]) [optional]
**allowedId** | [**List**](String.md) | If you want to use only a small subset of the public transport objects in your solution. Note: The constraint intersects with forbidden_uris[]. For example, if you ask for `allowed_id[]=line:A&forbidden_uris[]=physical_mode:Bus`, only vehicles of the line A that are not buses will be used. [optional]
**disruptionActive** | **Boolean** | DEPRECATED, replaced by `data_freshness`. If true the algorithm takes the disruptions into account, and thus avoid disrupted public transport. Nota: `disruption_active=true` <=> `data_freshness=realtime` [optional]
-**dataFreshness** | **String** | Define the freshness of data to use to compute journeys. When using the following parameter `&data_freshness=base_schedule` you can get disrupted journeys in the response. You can then display the disruption message to the traveler and make a `realtime` request to get a new undisrupted solution. Possible values: * 'base_schedule' - Use theoric schedule information * 'adapted_schedule' - Use of adapted schedule information (like strike adjusting, etc.). Prefer `realtime` for traveler information as it will also contain adapted information schedule. * 'realtime' - Use all realtime information [optional] [enum: base_schedule, adapted_schedule, realtime]
+**dataFreshness** | **String** | Define the freshness of data to use to compute journeys. When using the following parameter `&data_freshness=base_schedule` you can get disrupted journeys in the response. You can then display the disruption message to the traveler and make a `realtime` request to get a new undisrupted solution. Possible values: * 'base_schedule' - Use theoric schedule information * 'realtime' - Use all realtime information * 'adapted_schedule' - Use of adapted schedule information (like strike adjusting, etc.). Prefer `realtime` for traveler information as it will also contain adapted information schedule. [optional] [enum: base_schedule, realtime, adapted_schedule]
**maxDuration** | **Int** | Maximum duration of journeys in seconds (from `datetime` parameter). More usefull when computing an isochrone (only `from` or `to` is provided). On a classic journey (from-to), it will mostly speedup Navitia: You may have journeys a bit longer than that value (you would have to filter them). [optional]
**wheelchair** | **Boolean** | If true the traveler is considered to be using a wheelchair, thus only accessible public transport are used. Be warned: many data are currently too faint to provide acceptable answers with this parameter on. [optional]
-**travelerType** | **String** | Define speeds and accessibility values for different kind of people. Each profile also automatically determines appropriate first and last section modes to the covered area. Note: this means that you might get car, bike, etc. fallback routes even if you set `forbidden_uris[]`! You can overload all parameters (especially speeds, distances, first and last modes) by setting all of them specifically. We advise that you donโt rely on the traveler_typeโs fallback modes (`first_section_mode[]` and `last_section_mode[]`) and set them yourself. [optional] [enum: cyclist, luggage, wheelchair, standard, motorist, fast_walker, slow_walker]
+**travelerType** | **String** | Define speeds and accessibility values for different kind of people. Each profile also automatically determines appropriate first and last section modes to the covered area. Note: this means that you might get car, bike, etc. fallback routes even if you set `forbidden_uris[]`! You can overload all parameters (especially speeds, distances, first and last modes) by setting all of them specifically. We advise that you donโt rely on the traveler_typeโs fallback modes (`first_section_mode[]` and `last_section_mode[]`) and set them yourself. [optional] [enum: standard, slow_walker, fast_walker, luggage, wheelchair, cyclist, motorist]
**directPath** | **String** | Specify if direct path should be suggested [optional] [default to indifferent] [enum: indifferent, only, none, only_with_alternatives]
**freeRadiusFrom** | **Int** | Radius length (in meters) around the coordinates of departure in which the stop points are considered free to go (crowfly=0) [optional]
**freeRadiusTo** | **Int** | Radius length (in meters) around the coordinates of arrival in which the stop points are considered free to go (crowfly=0) [optional]
-**directPathMode** | [**List**](String.md) | Force the direct-path modes.If this list is not empty, we only compute direct_path for modes in this listAnd filter all the direct_paths of modes in first_section_mode[] [optional] [enum: taxi, walking, car_no_park, car, ridesharing, bss, bike]
+**directPathMode** | [**List**](String.md) | Force the direct-path modes.If this list is not empty, we only compute direct_path for modes in this listAnd filter all the direct_paths of modes in first_section_mode[] [optional] [enum: bss, car_no_park, car, bike, ridesharing, walking, taxi]
**partnerServices** | [**List**](String.md) | Expose only the partner type into the response. [optional] [enum: ridesharing]
**additionalTimeAfterFirstSectionTaxi** | **Int** | the additional time added to the taxi section, right after riding the taxi but before hopping on the public transit [optional]
**additionalTimeBeforeLastSectionTaxi** | **Int** | the additional time added to the taxi section, right before riding the taxi but after hopping off the public transit [optional]
+**criteria** | **String** | choose the criteria used to compute pt journeys, feature in beta [optional] [enum: classic, robustness, occupancy, arrival_stop_attractivity, departure_stop_attractivity, pseudo_duration]
**count** | **Int** | Fixed number of different journeys [optional]
**isJourneySchedules** | **Boolean** | True when '/journeys' is called to computethe same journey schedules and it'll override some specific parameters [optional]
**minNbJourneys** | **Int** | Minimum number of different suggested journeys, must be >= 0 [optional]
@@ -58,14 +59,15 @@ Name | Type | Note
**bssStands** | **Boolean** | DEPRECATED, Use add_poi_infos[]=bss_stands [optional]
**addPoiInfos** | [**List**](String.md) | Show more information about the poi if it's available, for instance, show BSS/car park availability in the pois(BSS/car park) of response [optional] [enum: bss_stands, car_park, , none]
**timeframeDuration** | **Int** | Minimum timeframe to search journeys. For example 'timeframe_duration=3600' will search for all interesting journeys departing within the next hour. Nota 1: Navitia can return journeys after that timeframe as it's actually a minimum. Nota 2: 'max_nb_journeys' parameter has priority over 'timeframe_duration' parameter. [optional]
+**language** | **String** | Here, select a specific language for guidance instruction. list available: - nl-NL = dutch - en-US | en-GB = english - fr-FR = french - de-DE = german - hi-IN = hindi - it-IT = italian - ja-JP = japanese - pt-PT = portuguese - ru-RU = russian - es-ES = spanish [optional] [enum: nl-NL, en-US, en-GB, fr-FR, de-DE, hi-IN, it-IT, ja-JP, pt-PT, ru-RU, es-ES]
**equipmentDetails** | **Boolean** | enhance response with accessibility equipement details [optional] [default to True]
-**maxTaxiDirectPathDuration** | **Int** | limit duration of direct path in taxi, used ONLY in distributed scenario [optional]
-**maxWalkingDirectPathDuration** | **Int** | limit duration of direct path in walking, used ONLY in distributed scenario [optional]
+**maxBssDirectPathDuration** | **Int** | limit duration of direct path in bss, used ONLY in distributed scenario [optional]
**maxCarNoParkDirectPathDuration** | **Int** | limit duration of direct path in car_no_park, used ONLY in distributed scenario [optional]
**maxCarDirectPathDuration** | **Int** | limit duration of direct path in car, used ONLY in distributed scenario [optional]
-**maxRidesharingDirectPathDuration** | **Int** | limit duration of direct path in ridesharing, used ONLY in distributed scenario [optional]
-**maxBssDirectPathDuration** | **Int** | limit duration of direct path in bss, used ONLY in distributed scenario [optional]
**maxBikeDirectPathDuration** | **Int** | limit duration of direct path in bike, used ONLY in distributed scenario [optional]
+**maxRidesharingDirectPathDuration** | **Int** | limit duration of direct path in ridesharing, used ONLY in distributed scenario [optional]
+**maxWalkingDirectPathDuration** | **Int** | limit duration of direct path in walking, used ONLY in distributed scenario [optional]
+**maxTaxiDirectPathDuration** | **Int** | limit duration of direct path in taxi, used ONLY in distributed scenario [optional]
**depth** | **Int** | The depth of your object [optional] [default to 1]
**maxWaitingDuration** | **Int** | A journey containing a waiting section with a duration greater or equal to max_waiting_duration will be discarded. Units : seconds. Must be > 0. Default value : 4h [optional]
@@ -75,11 +77,11 @@ Name | Type | Note
Example
```kotlin
ExpertSdk.getInstance().journeysApi.getCoverageLonLatJourneys(
- lat = 0.0,
lon = 0.0,
+ lat = 0.0,
from = "from_example",
to = "to_example",
- datetime = DateTime.now(),
+ datetime = LocalDateTime.now(),
datetimeRepresents = "datetimeRepresents_example",
maxNbTransfers = 123,
minNbTransfers = 123,
@@ -114,6 +116,7 @@ ExpertSdk.getInstance().journeysApi.getCoverageLonLatJourneys(
partnerServices = listOf(),
additionalTimeAfterFirstSectionTaxi = 123,
additionalTimeBeforeLastSectionTaxi = 123,
+ criteria = "criteria_example",
count = 123,
isJourneySchedules = true,
minNbJourneys = 123,
@@ -121,14 +124,15 @@ ExpertSdk.getInstance().journeysApi.getCoverageLonLatJourneys(
bssStands = true,
addPoiInfos = listOf(),
timeframeDuration = 123,
+ language = "language_example",
equipmentDetails = true,
- maxTaxiDirectPathDuration = 123,
- maxWalkingDirectPathDuration = 123,
+ maxBssDirectPathDuration = 123,
maxCarNoParkDirectPathDuration = 123,
maxCarDirectPathDuration = 123,
- maxRidesharingDirectPathDuration = 123,
- maxBssDirectPathDuration = 123,
maxBikeDirectPathDuration = 123,
+ maxRidesharingDirectPathDuration = 123,
+ maxWalkingDirectPathDuration = 123,
+ maxTaxiDirectPathDuration = 123,
depth = 123,
maxWaitingDuration = 123
)
@@ -150,12 +154,12 @@ Name | Type | Note
**region** | **String** | The region you want to query
**from** | **String** | The id of the departure of your journey. If not provided an isochrone is computed. [optional]
**to** | **String** | The id of the arrival of your journey. If not provided an isochrone is computed. [optional]
-**datetime** | **DateTime** | Date and time to go/arrive (see `datetime_represents`). Note: the datetime must be in the coverageโs publication period. [optional]
+**datetime** | **LocalDateTime** | Date and time to go/arrive (see `datetime_represents`). Note: the datetime must be in the coverageโs publication period. [optional]
**datetimeRepresents** | **String** | Determine how datetime is handled. Possible values: * 'departure' - Compute journeys starting after datetime * 'arrival' - Compute journeys arriving before datetime [optional] [default to departure] [enum: arrival, departure]
**maxNbTransfers** | **Int** | Maximum number of transfers in each journey [optional]
**minNbTransfers** | **Int** | Minimum number of transfers in each journey [optional]
-**firstSectionMode** | [**List**](String.md) | Force the first section mode if the first section is not a public transport one. `bss` stands for bike sharing system. Note 1: Itโs an array, you can give multiple modes. Note 2: Choosing `bss` implicitly allows the walking mode since you might have to walk to the bss station. Note 3: The parameter is inclusive, not exclusive, so if you want to forbid a mode, you need to add all the other modes. Eg: If you never want to use a car, you need: `first_section_mode[]=walking&first_section_mode[]=bss&first_section_mode[]=bike&last_section_mode[]=walking&last_section_mode[]=bss&last_section_mode[]=bike` [optional] [enum: taxi, walking, car_no_park, car, ridesharing, bss, bike]
-**lastSectionMode** | [**List**](String.md) | Same as first_section_mode but for the last section. [optional] [enum: taxi, walking, car_no_park, car, ridesharing, bss, bike]
+**firstSectionMode** | [**List**](String.md) | Force the first section mode if the first section is not a public transport one. `bss` stands for bike sharing system. Note 1: Itโs an array, you can give multiple modes. Note 2: Choosing `bss` implicitly allows the walking mode since you might have to walk to the bss station. Note 3: The parameter is inclusive, not exclusive, so if you want to forbid a mode, you need to add all the other modes. Eg: If you never want to use a car, you need: `first_section_mode[]=walking&first_section_mode[]=bss&first_section_mode[]=bike&last_section_mode[]=walking&last_section_mode[]=bss&last_section_mode[]=bike` [optional] [enum: bss, car_no_park, car, bike, ridesharing, walking, taxi]
+**lastSectionMode** | [**List**](String.md) | Same as first_section_mode but for the last section. [optional] [enum: bss, car_no_park, car, bike, ridesharing, walking, taxi]
**maxDurationToPt** | **Int** | Maximum allowed duration to reach the public transport (same limit used before and after public transport). Use this to limit the walking/biking part. Unit is seconds [optional]
**maxWalkingDurationToPt** | **Int** | Maximal duration of walking on public transport in second [optional]
**maxBikeDurationToPt** | **Int** | Maximal duration of bike on public transport in second [optional]
@@ -174,17 +178,18 @@ Name | Type | Note
**forbiddenUris** | [**List**](String.md) | If you want to avoid lines, modes, networks, etc. Note: the forbidden_uris[] concern only the public transport objects. You canโt for example forbid the use of the bike with them, you have to set the fallback modes for this (first_section_mode[] and last_section_mode[]) [optional]
**allowedId** | [**List**](String.md) | If you want to use only a small subset of the public transport objects in your solution. Note: The constraint intersects with forbidden_uris[]. For example, if you ask for `allowed_id[]=line:A&forbidden_uris[]=physical_mode:Bus`, only vehicles of the line A that are not buses will be used. [optional]
**disruptionActive** | **Boolean** | DEPRECATED, replaced by `data_freshness`. If true the algorithm takes the disruptions into account, and thus avoid disrupted public transport. Nota: `disruption_active=true` <=> `data_freshness=realtime` [optional]
-**dataFreshness** | **String** | Define the freshness of data to use to compute journeys. When using the following parameter `&data_freshness=base_schedule` you can get disrupted journeys in the response. You can then display the disruption message to the traveler and make a `realtime` request to get a new undisrupted solution. Possible values: * 'base_schedule' - Use theoric schedule information * 'adapted_schedule' - Use of adapted schedule information (like strike adjusting, etc.). Prefer `realtime` for traveler information as it will also contain adapted information schedule. * 'realtime' - Use all realtime information [optional] [enum: base_schedule, adapted_schedule, realtime]
+**dataFreshness** | **String** | Define the freshness of data to use to compute journeys. When using the following parameter `&data_freshness=base_schedule` you can get disrupted journeys in the response. You can then display the disruption message to the traveler and make a `realtime` request to get a new undisrupted solution. Possible values: * 'base_schedule' - Use theoric schedule information * 'realtime' - Use all realtime information * 'adapted_schedule' - Use of adapted schedule information (like strike adjusting, etc.). Prefer `realtime` for traveler information as it will also contain adapted information schedule. [optional] [enum: base_schedule, realtime, adapted_schedule]
**maxDuration** | **Int** | Maximum duration of journeys in seconds (from `datetime` parameter). More usefull when computing an isochrone (only `from` or `to` is provided). On a classic journey (from-to), it will mostly speedup Navitia: You may have journeys a bit longer than that value (you would have to filter them). [optional]
**wheelchair** | **Boolean** | If true the traveler is considered to be using a wheelchair, thus only accessible public transport are used. Be warned: many data are currently too faint to provide acceptable answers with this parameter on. [optional]
-**travelerType** | **String** | Define speeds and accessibility values for different kind of people. Each profile also automatically determines appropriate first and last section modes to the covered area. Note: this means that you might get car, bike, etc. fallback routes even if you set `forbidden_uris[]`! You can overload all parameters (especially speeds, distances, first and last modes) by setting all of them specifically. We advise that you donโt rely on the traveler_typeโs fallback modes (`first_section_mode[]` and `last_section_mode[]`) and set them yourself. [optional] [enum: cyclist, luggage, wheelchair, standard, motorist, fast_walker, slow_walker]
+**travelerType** | **String** | Define speeds and accessibility values for different kind of people. Each profile also automatically determines appropriate first and last section modes to the covered area. Note: this means that you might get car, bike, etc. fallback routes even if you set `forbidden_uris[]`! You can overload all parameters (especially speeds, distances, first and last modes) by setting all of them specifically. We advise that you donโt rely on the traveler_typeโs fallback modes (`first_section_mode[]` and `last_section_mode[]`) and set them yourself. [optional] [enum: standard, slow_walker, fast_walker, luggage, wheelchair, cyclist, motorist]
**directPath** | **String** | Specify if direct path should be suggested [optional] [default to indifferent] [enum: indifferent, only, none, only_with_alternatives]
**freeRadiusFrom** | **Int** | Radius length (in meters) around the coordinates of departure in which the stop points are considered free to go (crowfly=0) [optional]
**freeRadiusTo** | **Int** | Radius length (in meters) around the coordinates of arrival in which the stop points are considered free to go (crowfly=0) [optional]
-**directPathMode** | [**List**](String.md) | Force the direct-path modes.If this list is not empty, we only compute direct_path for modes in this listAnd filter all the direct_paths of modes in first_section_mode[] [optional] [enum: taxi, walking, car_no_park, car, ridesharing, bss, bike]
+**directPathMode** | [**List**](String.md) | Force the direct-path modes.If this list is not empty, we only compute direct_path for modes in this listAnd filter all the direct_paths of modes in first_section_mode[] [optional] [enum: bss, car_no_park, car, bike, ridesharing, walking, taxi]
**partnerServices** | [**List**](String.md) | Expose only the partner type into the response. [optional] [enum: ridesharing]
**additionalTimeAfterFirstSectionTaxi** | **Int** | the additional time added to the taxi section, right after riding the taxi but before hopping on the public transit [optional]
**additionalTimeBeforeLastSectionTaxi** | **Int** | the additional time added to the taxi section, right before riding the taxi but after hopping off the public transit [optional]
+**criteria** | **String** | choose the criteria used to compute pt journeys, feature in beta [optional] [enum: classic, robustness, occupancy, arrival_stop_attractivity, departure_stop_attractivity, pseudo_duration]
**count** | **Int** | Fixed number of different journeys [optional]
**isJourneySchedules** | **Boolean** | True when '/journeys' is called to computethe same journey schedules and it'll override some specific parameters [optional]
**minNbJourneys** | **Int** | Minimum number of different suggested journeys, must be >= 0 [optional]
@@ -192,14 +197,15 @@ Name | Type | Note
**bssStands** | **Boolean** | DEPRECATED, Use add_poi_infos[]=bss_stands [optional]
**addPoiInfos** | [**List**](String.md) | Show more information about the poi if it's available, for instance, show BSS/car park availability in the pois(BSS/car park) of response [optional] [enum: bss_stands, car_park, , none]
**timeframeDuration** | **Int** | Minimum timeframe to search journeys. For example 'timeframe_duration=3600' will search for all interesting journeys departing within the next hour. Nota 1: Navitia can return journeys after that timeframe as it's actually a minimum. Nota 2: 'max_nb_journeys' parameter has priority over 'timeframe_duration' parameter. [optional]
+**language** | **String** | Here, select a specific language for guidance instruction. list available: - nl-NL = dutch - en-US | en-GB = english - fr-FR = french - de-DE = german - hi-IN = hindi - it-IT = italian - ja-JP = japanese - pt-PT = portuguese - ru-RU = russian - es-ES = spanish [optional] [enum: nl-NL, en-US, en-GB, fr-FR, de-DE, hi-IN, it-IT, ja-JP, pt-PT, ru-RU, es-ES]
**equipmentDetails** | **Boolean** | enhance response with accessibility equipement details [optional] [default to True]
-**maxTaxiDirectPathDuration** | **Int** | limit duration of direct path in taxi, used ONLY in distributed scenario [optional]
-**maxWalkingDirectPathDuration** | **Int** | limit duration of direct path in walking, used ONLY in distributed scenario [optional]
+**maxBssDirectPathDuration** | **Int** | limit duration of direct path in bss, used ONLY in distributed scenario [optional]
**maxCarNoParkDirectPathDuration** | **Int** | limit duration of direct path in car_no_park, used ONLY in distributed scenario [optional]
**maxCarDirectPathDuration** | **Int** | limit duration of direct path in car, used ONLY in distributed scenario [optional]
-**maxRidesharingDirectPathDuration** | **Int** | limit duration of direct path in ridesharing, used ONLY in distributed scenario [optional]
-**maxBssDirectPathDuration** | **Int** | limit duration of direct path in bss, used ONLY in distributed scenario [optional]
**maxBikeDirectPathDuration** | **Int** | limit duration of direct path in bike, used ONLY in distributed scenario [optional]
+**maxRidesharingDirectPathDuration** | **Int** | limit duration of direct path in ridesharing, used ONLY in distributed scenario [optional]
+**maxWalkingDirectPathDuration** | **Int** | limit duration of direct path in walking, used ONLY in distributed scenario [optional]
+**maxTaxiDirectPathDuration** | **Int** | limit duration of direct path in taxi, used ONLY in distributed scenario [optional]
**depth** | **Int** | The depth of your object [optional] [default to 1]
**maxWaitingDuration** | **Int** | A journey containing a waiting section with a duration greater or equal to max_waiting_duration will be discarded. Units : seconds. Must be > 0. Default value : 4h [optional]
@@ -212,7 +218,7 @@ ExpertSdk.getInstance().journeysApi.getCoverageRegionJourneys(
region = "region_example",
from = "from_example",
to = "to_example",
- datetime = DateTime.now(),
+ datetime = LocalDateTime.now(),
datetimeRepresents = "datetimeRepresents_example",
maxNbTransfers = 123,
minNbTransfers = 123,
@@ -247,6 +253,7 @@ ExpertSdk.getInstance().journeysApi.getCoverageRegionJourneys(
partnerServices = listOf(),
additionalTimeAfterFirstSectionTaxi = 123,
additionalTimeBeforeLastSectionTaxi = 123,
+ criteria = "criteria_example",
count = 123,
isJourneySchedules = true,
minNbJourneys = 123,
@@ -254,14 +261,15 @@ ExpertSdk.getInstance().journeysApi.getCoverageRegionJourneys(
bssStands = true,
addPoiInfos = listOf(),
timeframeDuration = 123,
+ language = "language_example",
equipmentDetails = true,
- maxTaxiDirectPathDuration = 123,
- maxWalkingDirectPathDuration = 123,
+ maxBssDirectPathDuration = 123,
maxCarNoParkDirectPathDuration = 123,
maxCarDirectPathDuration = 123,
- maxRidesharingDirectPathDuration = 123,
- maxBssDirectPathDuration = 123,
maxBikeDirectPathDuration = 123,
+ maxRidesharingDirectPathDuration = 123,
+ maxWalkingDirectPathDuration = 123,
+ maxTaxiDirectPathDuration = 123,
depth = 123,
maxWaitingDuration = 123
)
@@ -282,12 +290,12 @@ Name | Type | Note
---- | ---- | ----
**from** | **String** | The id of the departure of your journey. If not provided an isochrone is computed. [optional]
**to** | **String** | The id of the arrival of your journey. If not provided an isochrone is computed. [optional]
-**datetime** | **DateTime** | Date and time to go/arrive (see `datetime_represents`). Note: the datetime must be in the coverageโs publication period. [optional]
+**datetime** | **LocalDateTime** | Date and time to go/arrive (see `datetime_represents`). Note: the datetime must be in the coverageโs publication period. [optional]
**datetimeRepresents** | **String** | Determine how datetime is handled. Possible values: * 'departure' - Compute journeys starting after datetime * 'arrival' - Compute journeys arriving before datetime [optional] [default to departure] [enum: arrival, departure]
**maxNbTransfers** | **Int** | Maximum number of transfers in each journey [optional]
**minNbTransfers** | **Int** | Minimum number of transfers in each journey [optional]
-**firstSectionMode** | [**List**](String.md) | Force the first section mode if the first section is not a public transport one. `bss` stands for bike sharing system. Note 1: Itโs an array, you can give multiple modes. Note 2: Choosing `bss` implicitly allows the walking mode since you might have to walk to the bss station. Note 3: The parameter is inclusive, not exclusive, so if you want to forbid a mode, you need to add all the other modes. Eg: If you never want to use a car, you need: `first_section_mode[]=walking&first_section_mode[]=bss&first_section_mode[]=bike&last_section_mode[]=walking&last_section_mode[]=bss&last_section_mode[]=bike` [optional] [enum: taxi, walking, car_no_park, car, ridesharing, bss, bike]
-**lastSectionMode** | [**List**](String.md) | Same as first_section_mode but for the last section. [optional] [enum: taxi, walking, car_no_park, car, ridesharing, bss, bike]
+**firstSectionMode** | [**List**](String.md) | Force the first section mode if the first section is not a public transport one. `bss` stands for bike sharing system. Note 1: Itโs an array, you can give multiple modes. Note 2: Choosing `bss` implicitly allows the walking mode since you might have to walk to the bss station. Note 3: The parameter is inclusive, not exclusive, so if you want to forbid a mode, you need to add all the other modes. Eg: If you never want to use a car, you need: `first_section_mode[]=walking&first_section_mode[]=bss&first_section_mode[]=bike&last_section_mode[]=walking&last_section_mode[]=bss&last_section_mode[]=bike` [optional] [enum: bss, car_no_park, car, bike, ridesharing, walking, taxi]
+**lastSectionMode** | [**List**](String.md) | Same as first_section_mode but for the last section. [optional] [enum: bss, car_no_park, car, bike, ridesharing, walking, taxi]
**maxDurationToPt** | **Int** | Maximum allowed duration to reach the public transport (same limit used before and after public transport). Use this to limit the walking/biking part. Unit is seconds [optional]
**maxWalkingDurationToPt** | **Int** | Maximal duration of walking on public transport in second [optional]
**maxBikeDurationToPt** | **Int** | Maximal duration of bike on public transport in second [optional]
@@ -306,17 +314,18 @@ Name | Type | Note
**forbiddenUris** | [**List**](String.md) | If you want to avoid lines, modes, networks, etc. Note: the forbidden_uris[] concern only the public transport objects. You canโt for example forbid the use of the bike with them, you have to set the fallback modes for this (first_section_mode[] and last_section_mode[]) [optional]
**allowedId** | [**List**](String.md) | If you want to use only a small subset of the public transport objects in your solution. Note: The constraint intersects with forbidden_uris[]. For example, if you ask for `allowed_id[]=line:A&forbidden_uris[]=physical_mode:Bus`, only vehicles of the line A that are not buses will be used. [optional]
**disruptionActive** | **Boolean** | DEPRECATED, replaced by `data_freshness`. If true the algorithm takes the disruptions into account, and thus avoid disrupted public transport. Nota: `disruption_active=true` <=> `data_freshness=realtime` [optional]
-**dataFreshness** | **String** | Define the freshness of data to use to compute journeys. When using the following parameter `&data_freshness=base_schedule` you can get disrupted journeys in the response. You can then display the disruption message to the traveler and make a `realtime` request to get a new undisrupted solution. Possible values: * 'base_schedule' - Use theoric schedule information * 'adapted_schedule' - Use of adapted schedule information (like strike adjusting, etc.). Prefer `realtime` for traveler information as it will also contain adapted information schedule. * 'realtime' - Use all realtime information [optional] [enum: base_schedule, adapted_schedule, realtime]
+**dataFreshness** | **String** | Define the freshness of data to use to compute journeys. When using the following parameter `&data_freshness=base_schedule` you can get disrupted journeys in the response. You can then display the disruption message to the traveler and make a `realtime` request to get a new undisrupted solution. Possible values: * 'base_schedule' - Use theoric schedule information * 'realtime' - Use all realtime information * 'adapted_schedule' - Use of adapted schedule information (like strike adjusting, etc.). Prefer `realtime` for traveler information as it will also contain adapted information schedule. [optional] [enum: base_schedule, realtime, adapted_schedule]
**maxDuration** | **Int** | Maximum duration of journeys in seconds (from `datetime` parameter). More usefull when computing an isochrone (only `from` or `to` is provided). On a classic journey (from-to), it will mostly speedup Navitia: You may have journeys a bit longer than that value (you would have to filter them). [optional]
**wheelchair** | **Boolean** | If true the traveler is considered to be using a wheelchair, thus only accessible public transport are used. Be warned: many data are currently too faint to provide acceptable answers with this parameter on. [optional]
-**travelerType** | **String** | Define speeds and accessibility values for different kind of people. Each profile also automatically determines appropriate first and last section modes to the covered area. Note: this means that you might get car, bike, etc. fallback routes even if you set `forbidden_uris[]`! You can overload all parameters (especially speeds, distances, first and last modes) by setting all of them specifically. We advise that you donโt rely on the traveler_typeโs fallback modes (`first_section_mode[]` and `last_section_mode[]`) and set them yourself. [optional] [enum: cyclist, luggage, wheelchair, standard, motorist, fast_walker, slow_walker]
+**travelerType** | **String** | Define speeds and accessibility values for different kind of people. Each profile also automatically determines appropriate first and last section modes to the covered area. Note: this means that you might get car, bike, etc. fallback routes even if you set `forbidden_uris[]`! You can overload all parameters (especially speeds, distances, first and last modes) by setting all of them specifically. We advise that you donโt rely on the traveler_typeโs fallback modes (`first_section_mode[]` and `last_section_mode[]`) and set them yourself. [optional] [enum: standard, slow_walker, fast_walker, luggage, wheelchair, cyclist, motorist]
**directPath** | **String** | Specify if direct path should be suggested [optional] [default to indifferent] [enum: indifferent, only, none, only_with_alternatives]
**freeRadiusFrom** | **Int** | Radius length (in meters) around the coordinates of departure in which the stop points are considered free to go (crowfly=0) [optional]
**freeRadiusTo** | **Int** | Radius length (in meters) around the coordinates of arrival in which the stop points are considered free to go (crowfly=0) [optional]
-**directPathMode** | [**List**](String.md) | Force the direct-path modes.If this list is not empty, we only compute direct_path for modes in this listAnd filter all the direct_paths of modes in first_section_mode[] [optional] [enum: taxi, walking, car_no_park, car, ridesharing, bss, bike]
+**directPathMode** | [**List**](String.md) | Force the direct-path modes.If this list is not empty, we only compute direct_path for modes in this listAnd filter all the direct_paths of modes in first_section_mode[] [optional] [enum: bss, car_no_park, car, bike, ridesharing, walking, taxi]
**partnerServices** | [**List**](String.md) | Expose only the partner type into the response. [optional] [enum: ridesharing]
**additionalTimeAfterFirstSectionTaxi** | **Int** | the additional time added to the taxi section, right after riding the taxi but before hopping on the public transit [optional]
**additionalTimeBeforeLastSectionTaxi** | **Int** | the additional time added to the taxi section, right before riding the taxi but after hopping off the public transit [optional]
+**criteria** | **String** | choose the criteria used to compute pt journeys, feature in beta [optional] [enum: classic, robustness, occupancy, arrival_stop_attractivity, departure_stop_attractivity, pseudo_duration]
**count** | **Int** | Fixed number of different journeys [optional]
**isJourneySchedules** | **Boolean** | True when '/journeys' is called to computethe same journey schedules and it'll override some specific parameters [optional]
**minNbJourneys** | **Int** | Minimum number of different suggested journeys, must be >= 0 [optional]
@@ -324,14 +333,15 @@ Name | Type | Note
**bssStands** | **Boolean** | DEPRECATED, Use add_poi_infos[]=bss_stands [optional]
**addPoiInfos** | [**List**](String.md) | Show more information about the poi if it's available, for instance, show BSS/car park availability in the pois(BSS/car park) of response [optional] [enum: bss_stands, car_park, , none]
**timeframeDuration** | **Int** | Minimum timeframe to search journeys. For example 'timeframe_duration=3600' will search for all interesting journeys departing within the next hour. Nota 1: Navitia can return journeys after that timeframe as it's actually a minimum. Nota 2: 'max_nb_journeys' parameter has priority over 'timeframe_duration' parameter. [optional]
+**language** | **String** | Here, select a specific language for guidance instruction. list available: - nl-NL = dutch - en-US | en-GB = english - fr-FR = french - de-DE = german - hi-IN = hindi - it-IT = italian - ja-JP = japanese - pt-PT = portuguese - ru-RU = russian - es-ES = spanish [optional] [enum: nl-NL, en-US, en-GB, fr-FR, de-DE, hi-IN, it-IT, ja-JP, pt-PT, ru-RU, es-ES]
**equipmentDetails** | **Boolean** | enhance response with accessibility equipement details [optional] [default to True]
-**maxTaxiDirectPathDuration** | **Int** | limit duration of direct path in taxi, used ONLY in distributed scenario [optional]
-**maxWalkingDirectPathDuration** | **Int** | limit duration of direct path in walking, used ONLY in distributed scenario [optional]
+**maxBssDirectPathDuration** | **Int** | limit duration of direct path in bss, used ONLY in distributed scenario [optional]
**maxCarNoParkDirectPathDuration** | **Int** | limit duration of direct path in car_no_park, used ONLY in distributed scenario [optional]
**maxCarDirectPathDuration** | **Int** | limit duration of direct path in car, used ONLY in distributed scenario [optional]
-**maxRidesharingDirectPathDuration** | **Int** | limit duration of direct path in ridesharing, used ONLY in distributed scenario [optional]
-**maxBssDirectPathDuration** | **Int** | limit duration of direct path in bss, used ONLY in distributed scenario [optional]
**maxBikeDirectPathDuration** | **Int** | limit duration of direct path in bike, used ONLY in distributed scenario [optional]
+**maxRidesharingDirectPathDuration** | **Int** | limit duration of direct path in ridesharing, used ONLY in distributed scenario [optional]
+**maxWalkingDirectPathDuration** | **Int** | limit duration of direct path in walking, used ONLY in distributed scenario [optional]
+**maxTaxiDirectPathDuration** | **Int** | limit duration of direct path in taxi, used ONLY in distributed scenario [optional]
**depth** | **Int** | The depth of your object [optional] [default to 1]
**maxWaitingDuration** | **Int** | A journey containing a waiting section with a duration greater or equal to max_waiting_duration will be discarded. Units : seconds. Must be > 0. Default value : 4h [optional]
@@ -343,7 +353,7 @@ Name | Type | Note
ExpertSdk.getInstance().journeysApi.getJourneys(
from = "from_example",
to = "to_example",
- datetime = DateTime.now(),
+ datetime = LocalDateTime.now(),
datetimeRepresents = "datetimeRepresents_example",
maxNbTransfers = 123,
minNbTransfers = 123,
@@ -378,6 +388,7 @@ ExpertSdk.getInstance().journeysApi.getJourneys(
partnerServices = listOf(),
additionalTimeAfterFirstSectionTaxi = 123,
additionalTimeBeforeLastSectionTaxi = 123,
+ criteria = "criteria_example",
count = 123,
isJourneySchedules = true,
minNbJourneys = 123,
@@ -385,14 +396,15 @@ ExpertSdk.getInstance().journeysApi.getJourneys(
bssStands = true,
addPoiInfos = listOf(),
timeframeDuration = 123,
+ language = "language_example",
equipmentDetails = true,
- maxTaxiDirectPathDuration = 123,
- maxWalkingDirectPathDuration = 123,
+ maxBssDirectPathDuration = 123,
maxCarNoParkDirectPathDuration = 123,
maxCarDirectPathDuration = 123,
- maxRidesharingDirectPathDuration = 123,
- maxBssDirectPathDuration = 123,
maxBikeDirectPathDuration = 123,
+ maxRidesharingDirectPathDuration = 123,
+ maxWalkingDirectPathDuration = 123,
+ maxTaxiDirectPathDuration = 123,
depth = 123,
maxWaitingDuration = 123
)
diff --git a/docs/expert/android/api/LineGroupsApi.md b/docs/expert/android/api/LineGroupsApi.md
index 9da63285b..453130710 100644
--- a/docs/expert/android/api/LineGroupsApi.md
+++ b/docs/expert/android/api/LineGroupsApi.md
@@ -18,8 +18,8 @@ Method | HTTP request
Name | Type | Note
---- | ---- | ----
-**lat** | **Double** | The latitude of where the coord you want to query
**lon** | **Double** | The longitude of where the coord you want to query
+**lat** | **Double** | The latitude of where the coord you want to query
**startPage** | **Int** | The page where you want to start [optional]
**count** | **Int** | Number of objects you want on a page [optional] [default to 25]
**depth** | **Int** | The depth of your object [optional] [default to 1]
@@ -27,15 +27,16 @@ Name | Type | Note
**forbiddenUris** | [**List**](String.md) | forbidden uris [optional]
**externalCode** | **String** | An external code to query [optional]
**headsign** | **String** | filter vehicle journeys on headsign [optional]
-**odtLevel** | **String** | odt level [optional] [default to all] [enum: scheduled, all, zonal, with_stops]
+**odtLevel** | **String** | odt level [optional] [default to all] [enum: all, with_stops, zonal, scheduled]
**dataFreshness** | **String** | Define the freshness of data to use to filter vehicle_journeys along with parameters &since and/or &until . Provides only the vehicle_journeys valid for the data freshness level requested. Using `&data_freshness=base_schedule` will return all original vehicle_journeys onlywhereas using `&data_freshness=realtime` will return vehicle_journeys after applyingmodifications by realtime (amended vehicle_journeys, and non-impacted original vehicle_journeys). [optional] [default to base_schedule] [enum: base_schedule, adapted_schedule, realtime]
**distance** | **Int** | Distance range of the query. Used only if a coord is in the query [optional] [default to 200]
-**since** | **DateTime** | filters objects not valid before this date [optional]
-**until** | **DateTime** | filters objects not valid after this date [optional]
+**since** | **LocalDateTime** | filters objects not valid before this date [optional]
+**until** | **LocalDateTime** | filters objects not valid after this date [optional]
**disableGeojson** | **Boolean** | remove geojson from the response [optional]
**disableDisruption** | **Boolean** | remove disruptions from the response [optional]
**filter** | **String** | The filter parameter [optional]
**tags** | [**List**](String.md) | If filled, will restrain the search within the given disruption tags [optional]
+**language** | **String** | Here, select a specific language for disruption message [optional] [enum: nl-NL, en-US, en-GB, fr-FR, de-DE, hi-IN, it-IT, ja-JP, pt-PT, ru-RU, es-ES]
**originalId** | **String** | original uri of the object you want to query [optional]
### Return
@@ -44,8 +45,8 @@ Name | Type | Note
Example
```kotlin
ExpertSdk.getInstance().lineGroupsApi.getCoverageLonLatLineGroups(
- lat = 0.0,
lon = 0.0,
+ lat = 0.0,
startPage = 123,
count = 123,
depth = 123,
@@ -56,12 +57,13 @@ ExpertSdk.getInstance().lineGroupsApi.getCoverageLonLatLineGroups(
odtLevel = "odtLevel_example",
dataFreshness = "dataFreshness_example",
distance = 123,
- since = DateTime.now(),
- until = DateTime.now(),
+ since = LocalDateTime.now(),
+ until = LocalDateTime.now(),
disableGeojson = true,
disableDisruption = true,
filter = "filter_example",
tags = listOf(),
+ language = "language_example",
originalId = "originalId_example"
)
@@ -79,8 +81,8 @@ if (response.isSuccessful && response.body() != null) {
Name | Type | Note
---- | ---- | ----
-**lat** | **Double** | The latitude of where the coord you want to query
**lon** | **Double** | The longitude of where the coord you want to query
+**lat** | **Double** | The latitude of where the coord you want to query
**id** | **String** | Id of the object you want to query
**startPage** | **Int** | The page where you want to start [optional]
**count** | **Int** | Number of objects you want on a page [optional] [default to 25]
@@ -89,14 +91,15 @@ Name | Type | Note
**forbiddenUris** | [**List**](String.md) | forbidden uris [optional]
**externalCode** | **String** | An external code to query [optional]
**headsign** | **String** | filter vehicle journeys on headsign [optional]
-**odtLevel** | **String** | odt level [optional] [default to all] [enum: scheduled, all, zonal, with_stops]
+**odtLevel** | **String** | odt level [optional] [default to all] [enum: all, with_stops, zonal, scheduled]
**dataFreshness** | **String** | Define the freshness of data to use to filter vehicle_journeys along with parameters &since and/or &until . Provides only the vehicle_journeys valid for the data freshness level requested. Using `&data_freshness=base_schedule` will return all original vehicle_journeys onlywhereas using `&data_freshness=realtime` will return vehicle_journeys after applyingmodifications by realtime (amended vehicle_journeys, and non-impacted original vehicle_journeys). [optional] [default to base_schedule] [enum: base_schedule, adapted_schedule, realtime]
**distance** | **Int** | Distance range of the query. Used only if a coord is in the query [optional] [default to 200]
-**since** | **DateTime** | filters objects not valid before this date [optional]
-**until** | **DateTime** | filters objects not valid after this date [optional]
+**since** | **LocalDateTime** | filters objects not valid before this date [optional]
+**until** | **LocalDateTime** | filters objects not valid after this date [optional]
**disableGeojson** | **Boolean** | remove geojson from the response [optional]
**disableDisruption** | **Boolean** | remove disruptions from the response [optional]
**tags** | [**List**](String.md) | If filled, will restrain the search within the given disruption tags [optional]
+**language** | **String** | Here, select a specific language for disruption message [optional] [enum: nl-NL, en-US, en-GB, fr-FR, de-DE, hi-IN, it-IT, ja-JP, pt-PT, ru-RU, es-ES]
**originalId** | **String** | original uri of the object you want to query [optional]
### Return
@@ -105,8 +108,8 @@ Name | Type | Note
Example
```kotlin
ExpertSdk.getInstance().lineGroupsApi.getCoverageLonLatLineGroupsId(
- lat = 0.0,
lon = 0.0,
+ lat = 0.0,
id = "id_example",
startPage = 123,
count = 123,
@@ -118,11 +121,12 @@ ExpertSdk.getInstance().lineGroupsApi.getCoverageLonLatLineGroupsId(
odtLevel = "odtLevel_example",
dataFreshness = "dataFreshness_example",
distance = 123,
- since = DateTime.now(),
- until = DateTime.now(),
+ since = LocalDateTime.now(),
+ until = LocalDateTime.now(),
disableGeojson = true,
disableDisruption = true,
tags = listOf(),
+ language = "language_example",
originalId = "originalId_example"
)
@@ -140,8 +144,8 @@ if (response.isSuccessful && response.body() != null) {
Name | Type | Note
---- | ---- | ----
-**lat** | **Double** | The latitude of where the coord you want to query
**lon** | **Double** | The longitude of where the coord you want to query
+**lat** | **Double** | The latitude of where the coord you want to query
**uri** | **String** | First part of the uri
**startPage** | **Int** | The page where you want to start [optional]
**count** | **Int** | Number of objects you want on a page [optional] [default to 25]
@@ -150,15 +154,16 @@ Name | Type | Note
**forbiddenUris** | [**List**](String.md) | forbidden uris [optional]
**externalCode** | **String** | An external code to query [optional]
**headsign** | **String** | filter vehicle journeys on headsign [optional]
-**odtLevel** | **String** | odt level [optional] [default to all] [enum: scheduled, all, zonal, with_stops]
+**odtLevel** | **String** | odt level [optional] [default to all] [enum: all, with_stops, zonal, scheduled]
**dataFreshness** | **String** | Define the freshness of data to use to filter vehicle_journeys along with parameters &since and/or &until . Provides only the vehicle_journeys valid for the data freshness level requested. Using `&data_freshness=base_schedule` will return all original vehicle_journeys onlywhereas using `&data_freshness=realtime` will return vehicle_journeys after applyingmodifications by realtime (amended vehicle_journeys, and non-impacted original vehicle_journeys). [optional] [default to base_schedule] [enum: base_schedule, adapted_schedule, realtime]
**distance** | **Int** | Distance range of the query. Used only if a coord is in the query [optional] [default to 200]
-**since** | **DateTime** | filters objects not valid before this date [optional]
-**until** | **DateTime** | filters objects not valid after this date [optional]
+**since** | **LocalDateTime** | filters objects not valid before this date [optional]
+**until** | **LocalDateTime** | filters objects not valid after this date [optional]
**disableGeojson** | **Boolean** | remove geojson from the response [optional]
**disableDisruption** | **Boolean** | remove disruptions from the response [optional]
**filter** | **String** | The filter parameter [optional]
**tags** | [**List**](String.md) | If filled, will restrain the search within the given disruption tags [optional]
+**language** | **String** | Here, select a specific language for disruption message [optional] [enum: nl-NL, en-US, en-GB, fr-FR, de-DE, hi-IN, it-IT, ja-JP, pt-PT, ru-RU, es-ES]
**originalId** | **String** | original uri of the object you want to query [optional]
### Return
@@ -167,8 +172,8 @@ Name | Type | Note
Example
```kotlin
ExpertSdk.getInstance().lineGroupsApi.getCoverageLonLatUriLineGroups(
- lat = 0.0,
lon = 0.0,
+ lat = 0.0,
uri = "uri_example",
startPage = 123,
count = 123,
@@ -180,12 +185,13 @@ ExpertSdk.getInstance().lineGroupsApi.getCoverageLonLatUriLineGroups(
odtLevel = "odtLevel_example",
dataFreshness = "dataFreshness_example",
distance = 123,
- since = DateTime.now(),
- until = DateTime.now(),
+ since = LocalDateTime.now(),
+ until = LocalDateTime.now(),
disableGeojson = true,
disableDisruption = true,
filter = "filter_example",
tags = listOf(),
+ language = "language_example",
originalId = "originalId_example"
)
@@ -203,8 +209,8 @@ if (response.isSuccessful && response.body() != null) {
Name | Type | Note
---- | ---- | ----
-**lat** | **Double** | The latitude of where the coord you want to query
**lon** | **Double** | The longitude of where the coord you want to query
+**lat** | **Double** | The latitude of where the coord you want to query
**uri** | **String** | First part of the uri
**id** | **String** | Id of the object you want to query
**startPage** | **Int** | The page where you want to start [optional]
@@ -214,14 +220,15 @@ Name | Type | Note
**forbiddenUris** | [**List**](String.md) | forbidden uris [optional]
**externalCode** | **String** | An external code to query [optional]
**headsign** | **String** | filter vehicle journeys on headsign [optional]
-**odtLevel** | **String** | odt level [optional] [default to all] [enum: scheduled, all, zonal, with_stops]
+**odtLevel** | **String** | odt level [optional] [default to all] [enum: all, with_stops, zonal, scheduled]
**dataFreshness** | **String** | Define the freshness of data to use to filter vehicle_journeys along with parameters &since and/or &until . Provides only the vehicle_journeys valid for the data freshness level requested. Using `&data_freshness=base_schedule` will return all original vehicle_journeys onlywhereas using `&data_freshness=realtime` will return vehicle_journeys after applyingmodifications by realtime (amended vehicle_journeys, and non-impacted original vehicle_journeys). [optional] [default to base_schedule] [enum: base_schedule, adapted_schedule, realtime]
**distance** | **Int** | Distance range of the query. Used only if a coord is in the query [optional] [default to 200]
-**since** | **DateTime** | filters objects not valid before this date [optional]
-**until** | **DateTime** | filters objects not valid after this date [optional]
+**since** | **LocalDateTime** | filters objects not valid before this date [optional]
+**until** | **LocalDateTime** | filters objects not valid after this date [optional]
**disableGeojson** | **Boolean** | remove geojson from the response [optional]
**disableDisruption** | **Boolean** | remove disruptions from the response [optional]
**tags** | [**List**](String.md) | If filled, will restrain the search within the given disruption tags [optional]
+**language** | **String** | Here, select a specific language for disruption message [optional] [enum: nl-NL, en-US, en-GB, fr-FR, de-DE, hi-IN, it-IT, ja-JP, pt-PT, ru-RU, es-ES]
**originalId** | **String** | original uri of the object you want to query [optional]
### Return
@@ -230,8 +237,8 @@ Name | Type | Note
Example
```kotlin
ExpertSdk.getInstance().lineGroupsApi.getCoverageLonLatUriLineGroupsId(
- lat = 0.0,
lon = 0.0,
+ lat = 0.0,
uri = "uri_example",
id = "id_example",
startPage = 123,
@@ -244,11 +251,12 @@ ExpertSdk.getInstance().lineGroupsApi.getCoverageLonLatUriLineGroupsId(
odtLevel = "odtLevel_example",
dataFreshness = "dataFreshness_example",
distance = 123,
- since = DateTime.now(),
- until = DateTime.now(),
+ since = LocalDateTime.now(),
+ until = LocalDateTime.now(),
disableGeojson = true,
disableDisruption = true,
tags = listOf(),
+ language = "language_example",
originalId = "originalId_example"
)
@@ -274,15 +282,16 @@ Name | Type | Note
**forbiddenUris** | [**List**](String.md) | forbidden uris [optional]
**externalCode** | **String** | An external code to query [optional]
**headsign** | **String** | filter vehicle journeys on headsign [optional]
-**odtLevel** | **String** | odt level [optional] [default to all] [enum: scheduled, all, zonal, with_stops]
+**odtLevel** | **String** | odt level [optional] [default to all] [enum: all, with_stops, zonal, scheduled]
**dataFreshness** | **String** | Define the freshness of data to use to filter vehicle_journeys along with parameters &since and/or &until . Provides only the vehicle_journeys valid for the data freshness level requested. Using `&data_freshness=base_schedule` will return all original vehicle_journeys onlywhereas using `&data_freshness=realtime` will return vehicle_journeys after applyingmodifications by realtime (amended vehicle_journeys, and non-impacted original vehicle_journeys). [optional] [default to base_schedule] [enum: base_schedule, adapted_schedule, realtime]
**distance** | **Int** | Distance range of the query. Used only if a coord is in the query [optional] [default to 200]
-**since** | **DateTime** | filters objects not valid before this date [optional]
-**until** | **DateTime** | filters objects not valid after this date [optional]
+**since** | **LocalDateTime** | filters objects not valid before this date [optional]
+**until** | **LocalDateTime** | filters objects not valid after this date [optional]
**disableGeojson** | **Boolean** | remove geojson from the response [optional]
**disableDisruption** | **Boolean** | remove disruptions from the response [optional]
**filter** | **String** | The filter parameter [optional]
**tags** | [**List**](String.md) | If filled, will restrain the search within the given disruption tags [optional]
+**language** | **String** | Here, select a specific language for disruption message [optional] [enum: nl-NL, en-US, en-GB, fr-FR, de-DE, hi-IN, it-IT, ja-JP, pt-PT, ru-RU, es-ES]
**originalId** | **String** | original uri of the object you want to query [optional]
### Return
@@ -302,12 +311,13 @@ ExpertSdk.getInstance().lineGroupsApi.getCoverageRegionLineGroups(
odtLevel = "odtLevel_example",
dataFreshness = "dataFreshness_example",
distance = 123,
- since = DateTime.now(),
- until = DateTime.now(),
+ since = LocalDateTime.now(),
+ until = LocalDateTime.now(),
disableGeojson = true,
disableDisruption = true,
filter = "filter_example",
tags = listOf(),
+ language = "language_example",
originalId = "originalId_example"
)
@@ -334,14 +344,15 @@ Name | Type | Note
**forbiddenUris** | [**List**](String.md) | forbidden uris [optional]
**externalCode** | **String** | An external code to query [optional]
**headsign** | **String** | filter vehicle journeys on headsign [optional]
-**odtLevel** | **String** | odt level [optional] [default to all] [enum: scheduled, all, zonal, with_stops]
+**odtLevel** | **String** | odt level [optional] [default to all] [enum: all, with_stops, zonal, scheduled]
**dataFreshness** | **String** | Define the freshness of data to use to filter vehicle_journeys along with parameters &since and/or &until . Provides only the vehicle_journeys valid for the data freshness level requested. Using `&data_freshness=base_schedule` will return all original vehicle_journeys onlywhereas using `&data_freshness=realtime` will return vehicle_journeys after applyingmodifications by realtime (amended vehicle_journeys, and non-impacted original vehicle_journeys). [optional] [default to base_schedule] [enum: base_schedule, adapted_schedule, realtime]
**distance** | **Int** | Distance range of the query. Used only if a coord is in the query [optional] [default to 200]
-**since** | **DateTime** | filters objects not valid before this date [optional]
-**until** | **DateTime** | filters objects not valid after this date [optional]
+**since** | **LocalDateTime** | filters objects not valid before this date [optional]
+**until** | **LocalDateTime** | filters objects not valid after this date [optional]
**disableGeojson** | **Boolean** | remove geojson from the response [optional]
**disableDisruption** | **Boolean** | remove disruptions from the response [optional]
**tags** | [**List**](String.md) | If filled, will restrain the search within the given disruption tags [optional]
+**language** | **String** | Here, select a specific language for disruption message [optional] [enum: nl-NL, en-US, en-GB, fr-FR, de-DE, hi-IN, it-IT, ja-JP, pt-PT, ru-RU, es-ES]
**originalId** | **String** | original uri of the object you want to query [optional]
### Return
@@ -362,11 +373,12 @@ ExpertSdk.getInstance().lineGroupsApi.getCoverageRegionLineGroupsId(
odtLevel = "odtLevel_example",
dataFreshness = "dataFreshness_example",
distance = 123,
- since = DateTime.now(),
- until = DateTime.now(),
+ since = LocalDateTime.now(),
+ until = LocalDateTime.now(),
disableGeojson = true,
disableDisruption = true,
tags = listOf(),
+ language = "language_example",
originalId = "originalId_example"
)
@@ -393,15 +405,16 @@ Name | Type | Note
**forbiddenUris** | [**List**](String.md) | forbidden uris [optional]
**externalCode** | **String** | An external code to query [optional]
**headsign** | **String** | filter vehicle journeys on headsign [optional]
-**odtLevel** | **String** | odt level [optional] [default to all] [enum: scheduled, all, zonal, with_stops]
+**odtLevel** | **String** | odt level [optional] [default to all] [enum: all, with_stops, zonal, scheduled]
**dataFreshness** | **String** | Define the freshness of data to use to filter vehicle_journeys along with parameters &since and/or &until . Provides only the vehicle_journeys valid for the data freshness level requested. Using `&data_freshness=base_schedule` will return all original vehicle_journeys onlywhereas using `&data_freshness=realtime` will return vehicle_journeys after applyingmodifications by realtime (amended vehicle_journeys, and non-impacted original vehicle_journeys). [optional] [default to base_schedule] [enum: base_schedule, adapted_schedule, realtime]
**distance** | **Int** | Distance range of the query. Used only if a coord is in the query [optional] [default to 200]
-**since** | **DateTime** | filters objects not valid before this date [optional]
-**until** | **DateTime** | filters objects not valid after this date [optional]
+**since** | **LocalDateTime** | filters objects not valid before this date [optional]
+**until** | **LocalDateTime** | filters objects not valid after this date [optional]
**disableGeojson** | **Boolean** | remove geojson from the response [optional]
**disableDisruption** | **Boolean** | remove disruptions from the response [optional]
**filter** | **String** | The filter parameter [optional]
**tags** | [**List**](String.md) | If filled, will restrain the search within the given disruption tags [optional]
+**language** | **String** | Here, select a specific language for disruption message [optional] [enum: nl-NL, en-US, en-GB, fr-FR, de-DE, hi-IN, it-IT, ja-JP, pt-PT, ru-RU, es-ES]
**originalId** | **String** | original uri of the object you want to query [optional]
### Return
@@ -422,12 +435,13 @@ ExpertSdk.getInstance().lineGroupsApi.getCoverageRegionUriLineGroups(
odtLevel = "odtLevel_example",
dataFreshness = "dataFreshness_example",
distance = 123,
- since = DateTime.now(),
- until = DateTime.now(),
+ since = LocalDateTime.now(),
+ until = LocalDateTime.now(),
disableGeojson = true,
disableDisruption = true,
filter = "filter_example",
tags = listOf(),
+ language = "language_example",
originalId = "originalId_example"
)
@@ -455,14 +469,15 @@ Name | Type | Note
**forbiddenUris** | [**List**](String.md) | forbidden uris [optional]
**externalCode** | **String** | An external code to query [optional]
**headsign** | **String** | filter vehicle journeys on headsign [optional]
-**odtLevel** | **String** | odt level [optional] [default to all] [enum: scheduled, all, zonal, with_stops]
+**odtLevel** | **String** | odt level [optional] [default to all] [enum: all, with_stops, zonal, scheduled]
**dataFreshness** | **String** | Define the freshness of data to use to filter vehicle_journeys along with parameters &since and/or &until . Provides only the vehicle_journeys valid for the data freshness level requested. Using `&data_freshness=base_schedule` will return all original vehicle_journeys onlywhereas using `&data_freshness=realtime` will return vehicle_journeys after applyingmodifications by realtime (amended vehicle_journeys, and non-impacted original vehicle_journeys). [optional] [default to base_schedule] [enum: base_schedule, adapted_schedule, realtime]
**distance** | **Int** | Distance range of the query. Used only if a coord is in the query [optional] [default to 200]
-**since** | **DateTime** | filters objects not valid before this date [optional]
-**until** | **DateTime** | filters objects not valid after this date [optional]
+**since** | **LocalDateTime** | filters objects not valid before this date [optional]
+**until** | **LocalDateTime** | filters objects not valid after this date [optional]
**disableGeojson** | **Boolean** | remove geojson from the response [optional]
**disableDisruption** | **Boolean** | remove disruptions from the response [optional]
**tags** | [**List**](String.md) | If filled, will restrain the search within the given disruption tags [optional]
+**language** | **String** | Here, select a specific language for disruption message [optional] [enum: nl-NL, en-US, en-GB, fr-FR, de-DE, hi-IN, it-IT, ja-JP, pt-PT, ru-RU, es-ES]
**originalId** | **String** | original uri of the object you want to query [optional]
### Return
@@ -484,11 +499,12 @@ ExpertSdk.getInstance().lineGroupsApi.getCoverageRegionUriLineGroupsId(
odtLevel = "odtLevel_example",
dataFreshness = "dataFreshness_example",
distance = 123,
- since = DateTime.now(),
- until = DateTime.now(),
+ since = LocalDateTime.now(),
+ until = LocalDateTime.now(),
disableGeojson = true,
disableDisruption = true,
tags = listOf(),
+ language = "language_example",
originalId = "originalId_example"
)
@@ -513,15 +529,16 @@ Name | Type | Note
**forbiddenId** | [**List**](String.md) | DEPRECATED, replaced by `forbidden_uris[]` [optional]
**forbiddenUris** | [**List**](String.md) | forbidden uris [optional]
**headsign** | **String** | filter vehicle journeys on headsign [optional]
-**odtLevel** | **String** | odt level [optional] [default to all] [enum: scheduled, all, zonal, with_stops]
+**odtLevel** | **String** | odt level [optional] [default to all] [enum: all, with_stops, zonal, scheduled]
**dataFreshness** | **String** | Define the freshness of data to use to filter vehicle_journeys along with parameters &since and/or &until . Provides only the vehicle_journeys valid for the data freshness level requested. Using `&data_freshness=base_schedule` will return all original vehicle_journeys onlywhereas using `&data_freshness=realtime` will return vehicle_journeys after applyingmodifications by realtime (amended vehicle_journeys, and non-impacted original vehicle_journeys). [optional] [default to base_schedule] [enum: base_schedule, adapted_schedule, realtime]
**distance** | **Int** | Distance range of the query. Used only if a coord is in the query [optional] [default to 200]
-**since** | **DateTime** | filters objects not valid before this date [optional]
-**until** | **DateTime** | filters objects not valid after this date [optional]
+**since** | **LocalDateTime** | filters objects not valid before this date [optional]
+**until** | **LocalDateTime** | filters objects not valid after this date [optional]
**disableGeojson** | **Boolean** | remove geojson from the response [optional]
**disableDisruption** | **Boolean** | remove disruptions from the response [optional]
**filter** | **String** | The filter parameter [optional]
**tags** | [**List**](String.md) | If filled, will restrain the search within the given disruption tags [optional]
+**language** | **String** | Here, select a specific language for disruption message [optional] [enum: nl-NL, en-US, en-GB, fr-FR, de-DE, hi-IN, it-IT, ja-JP, pt-PT, ru-RU, es-ES]
**originalId** | **String** | original uri of the object you want to query [optional]
### Return
@@ -540,12 +557,13 @@ ExpertSdk.getInstance().lineGroupsApi.getLineGroups(
odtLevel = "odtLevel_example",
dataFreshness = "dataFreshness_example",
distance = 123,
- since = DateTime.now(),
- until = DateTime.now(),
+ since = LocalDateTime.now(),
+ until = LocalDateTime.now(),
disableGeojson = true,
disableDisruption = true,
filter = "filter_example",
tags = listOf(),
+ language = "language_example",
originalId = "originalId_example"
)
diff --git a/docs/expert/android/api/LineReportsApi.md b/docs/expert/android/api/LineReportsApi.md
index 27a72b881..2216ac833 100644
--- a/docs/expert/android/api/LineReportsApi.md
+++ b/docs/expert/android/api/LineReportsApi.md
@@ -13,16 +13,17 @@ Method | HTTP request
Name | Type | Note
---- | ---- | ----
-**lat** | **Double** | The latitude of where the coord you want to query
**lon** | **Double** | The longitude of where the coord you want to query
+**lat** | **Double** | The latitude of where the coord you want to query
**depth** | **Int** | The depth of your object [optional] [default to 1]
**count** | **Int** | Number of objects per page [optional] [default to 25]
**startPage** | **Int** | The current page [optional]
**forbiddenUris** | [**List**](String.md) | forbidden uris [optional]
**disableGeojson** | **Boolean** | remove geojson from the response [optional]
-**since** | **DateTime** | use disruptions valid after this date [optional]
-**until** | **DateTime** | use disruptions valid before this date [optional]
+**since** | **LocalDateTime** | use disruptions valid after this date [optional]
+**until** | **LocalDateTime** | use disruptions valid before this date [optional]
**filterStatus** | [**List**](String.md) | filter_status uris [optional] [enum: past, active, future]
+**language** | **String** | Here, select a specific language for disruption message [optional] [enum: nl-NL, en-US, en-GB, fr-FR, de-DE, hi-IN, it-IT, ja-JP, pt-PT, ru-RU, es-ES]
### Return
[**LineReports**](../model/LineReports.md)
@@ -30,16 +31,17 @@ Name | Type | Note
Example
```kotlin
ExpertSdk.getInstance().lineReportsApi.getCoverageLonLatLineReports(
- lat = 0.0,
lon = 0.0,
+ lat = 0.0,
depth = 123,
count = 123,
startPage = 123,
forbiddenUris = listOf(),
disableGeojson = true,
- since = DateTime.now(),
- until = DateTime.now(),
- filterStatus = listOf()
+ since = LocalDateTime.now(),
+ until = LocalDateTime.now(),
+ filterStatus = listOf(),
+ language = "language_example"
)
if (response.isSuccessful && response.body() != null) {
@@ -56,17 +58,18 @@ if (response.isSuccessful && response.body() != null) {
Name | Type | Note
---- | ---- | ----
-**lat** | **Double** | The latitude of where the coord you want to query
**lon** | **Double** | The longitude of where the coord you want to query
+**lat** | **Double** | The latitude of where the coord you want to query
**uri** | **String** | First part of the uri
**depth** | **Int** | The depth of your object [optional] [default to 1]
**count** | **Int** | Number of objects per page [optional] [default to 25]
**startPage** | **Int** | The current page [optional]
**forbiddenUris** | [**List**](String.md) | forbidden uris [optional]
**disableGeojson** | **Boolean** | remove geojson from the response [optional]
-**since** | **DateTime** | use disruptions valid after this date [optional]
-**until** | **DateTime** | use disruptions valid before this date [optional]
+**since** | **LocalDateTime** | use disruptions valid after this date [optional]
+**until** | **LocalDateTime** | use disruptions valid before this date [optional]
**filterStatus** | [**List**](String.md) | filter_status uris [optional] [enum: past, active, future]
+**language** | **String** | Here, select a specific language for disruption message [optional] [enum: nl-NL, en-US, en-GB, fr-FR, de-DE, hi-IN, it-IT, ja-JP, pt-PT, ru-RU, es-ES]
### Return
[**LineReports**](../model/LineReports.md)
@@ -74,17 +77,18 @@ Name | Type | Note
Example
```kotlin
ExpertSdk.getInstance().lineReportsApi.getCoverageLonLatUriLineReports(
- lat = 0.0,
lon = 0.0,
+ lat = 0.0,
uri = "uri_example",
depth = 123,
count = 123,
startPage = 123,
forbiddenUris = listOf(),
disableGeojson = true,
- since = DateTime.now(),
- until = DateTime.now(),
- filterStatus = listOf()
+ since = LocalDateTime.now(),
+ until = LocalDateTime.now(),
+ filterStatus = listOf(),
+ language = "language_example"
)
if (response.isSuccessful && response.body() != null) {
@@ -107,9 +111,10 @@ Name | Type | Note
**startPage** | **Int** | The current page [optional]
**forbiddenUris** | [**List**](String.md) | forbidden uris [optional]
**disableGeojson** | **Boolean** | remove geojson from the response [optional]
-**since** | **DateTime** | use disruptions valid after this date [optional]
-**until** | **DateTime** | use disruptions valid before this date [optional]
+**since** | **LocalDateTime** | use disruptions valid after this date [optional]
+**until** | **LocalDateTime** | use disruptions valid before this date [optional]
**filterStatus** | [**List**](String.md) | filter_status uris [optional] [enum: past, active, future]
+**language** | **String** | Here, select a specific language for disruption message [optional] [enum: nl-NL, en-US, en-GB, fr-FR, de-DE, hi-IN, it-IT, ja-JP, pt-PT, ru-RU, es-ES]
### Return
[**LineReports**](../model/LineReports.md)
@@ -123,9 +128,10 @@ ExpertSdk.getInstance().lineReportsApi.getCoverageRegionLineReports(
startPage = 123,
forbiddenUris = listOf(),
disableGeojson = true,
- since = DateTime.now(),
- until = DateTime.now(),
- filterStatus = listOf()
+ since = LocalDateTime.now(),
+ until = LocalDateTime.now(),
+ filterStatus = listOf(),
+ language = "language_example"
)
if (response.isSuccessful && response.body() != null) {
@@ -149,9 +155,10 @@ Name | Type | Note
**startPage** | **Int** | The current page [optional]
**forbiddenUris** | [**List**](String.md) | forbidden uris [optional]
**disableGeojson** | **Boolean** | remove geojson from the response [optional]
-**since** | **DateTime** | use disruptions valid after this date [optional]
-**until** | **DateTime** | use disruptions valid before this date [optional]
+**since** | **LocalDateTime** | use disruptions valid after this date [optional]
+**until** | **LocalDateTime** | use disruptions valid before this date [optional]
**filterStatus** | [**List**](String.md) | filter_status uris [optional] [enum: past, active, future]
+**language** | **String** | Here, select a specific language for disruption message [optional] [enum: nl-NL, en-US, en-GB, fr-FR, de-DE, hi-IN, it-IT, ja-JP, pt-PT, ru-RU, es-ES]
### Return
[**LineReports**](../model/LineReports.md)
@@ -166,9 +173,10 @@ ExpertSdk.getInstance().lineReportsApi.getCoverageRegionUriLineReports(
startPage = 123,
forbiddenUris = listOf(),
disableGeojson = true,
- since = DateTime.now(),
- until = DateTime.now(),
- filterStatus = listOf()
+ since = LocalDateTime.now(),
+ until = LocalDateTime.now(),
+ filterStatus = listOf(),
+ language = "language_example"
)
if (response.isSuccessful && response.body() != null) {
diff --git a/docs/expert/android/api/LinesApi.md b/docs/expert/android/api/LinesApi.md
index df148e7c4..00c8fd00e 100644
--- a/docs/expert/android/api/LinesApi.md
+++ b/docs/expert/android/api/LinesApi.md
@@ -18,8 +18,8 @@ Method | HTTP request
Name | Type | Note
---- | ---- | ----
-**lat** | **Double** | The latitude of where the coord you want to query
**lon** | **Double** | The longitude of where the coord you want to query
+**lat** | **Double** | The latitude of where the coord you want to query
**startPage** | **Int** | The page where you want to start [optional]
**count** | **Int** | Number of objects you want on a page [optional] [default to 25]
**depth** | **Int** | The depth of your object [optional] [default to 1]
@@ -27,15 +27,16 @@ Name | Type | Note
**forbiddenUris** | [**List**](String.md) | forbidden uris [optional]
**externalCode** | **String** | An external code to query [optional]
**headsign** | **String** | filter vehicle journeys on headsign [optional]
-**odtLevel** | **String** | odt level [optional] [default to all] [enum: scheduled, all, zonal, with_stops]
+**odtLevel** | **String** | odt level [optional] [default to all] [enum: all, with_stops, zonal, scheduled]
**dataFreshness** | **String** | Define the freshness of data to use to filter vehicle_journeys along with parameters &since and/or &until . Provides only the vehicle_journeys valid for the data freshness level requested. Using `&data_freshness=base_schedule` will return all original vehicle_journeys onlywhereas using `&data_freshness=realtime` will return vehicle_journeys after applyingmodifications by realtime (amended vehicle_journeys, and non-impacted original vehicle_journeys). [optional] [default to base_schedule] [enum: base_schedule, adapted_schedule, realtime]
**distance** | **Int** | Distance range of the query. Used only if a coord is in the query [optional] [default to 200]
-**since** | **DateTime** | filters objects not valid before this date [optional]
-**until** | **DateTime** | filters objects not valid after this date [optional]
+**since** | **LocalDateTime** | filters objects not valid before this date [optional]
+**until** | **LocalDateTime** | filters objects not valid after this date [optional]
**disableGeojson** | **Boolean** | remove geojson from the response [optional]
**disableDisruption** | **Boolean** | remove disruptions from the response [optional]
**filter** | **String** | The filter parameter [optional]
**tags** | [**List**](String.md) | If filled, will restrain the search within the given disruption tags [optional]
+**language** | **String** | Here, select a specific language for disruption message [optional] [enum: nl-NL, en-US, en-GB, fr-FR, de-DE, hi-IN, it-IT, ja-JP, pt-PT, ru-RU, es-ES]
**originalId** | **String** | original uri of the object you want to query [optional]
### Return
@@ -44,8 +45,8 @@ Name | Type | Note
Example
```kotlin
ExpertSdk.getInstance().linesApi.getCoverageLonLatLines(
- lat = 0.0,
lon = 0.0,
+ lat = 0.0,
startPage = 123,
count = 123,
depth = 123,
@@ -56,12 +57,13 @@ ExpertSdk.getInstance().linesApi.getCoverageLonLatLines(
odtLevel = "odtLevel_example",
dataFreshness = "dataFreshness_example",
distance = 123,
- since = DateTime.now(),
- until = DateTime.now(),
+ since = LocalDateTime.now(),
+ until = LocalDateTime.now(),
disableGeojson = true,
disableDisruption = true,
filter = "filter_example",
tags = listOf(),
+ language = "language_example",
originalId = "originalId_example"
)
@@ -79,8 +81,8 @@ if (response.isSuccessful && response.body() != null) {
Name | Type | Note
---- | ---- | ----
-**lat** | **Double** | The latitude of where the coord you want to query
**lon** | **Double** | The longitude of where the coord you want to query
+**lat** | **Double** | The latitude of where the coord you want to query
**id** | **String** | Id of the object you want to query
**startPage** | **Int** | The page where you want to start [optional]
**count** | **Int** | Number of objects you want on a page [optional] [default to 25]
@@ -89,14 +91,15 @@ Name | Type | Note
**forbiddenUris** | [**List**](String.md) | forbidden uris [optional]
**externalCode** | **String** | An external code to query [optional]
**headsign** | **String** | filter vehicle journeys on headsign [optional]
-**odtLevel** | **String** | odt level [optional] [default to all] [enum: scheduled, all, zonal, with_stops]
+**odtLevel** | **String** | odt level [optional] [default to all] [enum: all, with_stops, zonal, scheduled]
**dataFreshness** | **String** | Define the freshness of data to use to filter vehicle_journeys along with parameters &since and/or &until . Provides only the vehicle_journeys valid for the data freshness level requested. Using `&data_freshness=base_schedule` will return all original vehicle_journeys onlywhereas using `&data_freshness=realtime` will return vehicle_journeys after applyingmodifications by realtime (amended vehicle_journeys, and non-impacted original vehicle_journeys). [optional] [default to base_schedule] [enum: base_schedule, adapted_schedule, realtime]
**distance** | **Int** | Distance range of the query. Used only if a coord is in the query [optional] [default to 200]
-**since** | **DateTime** | filters objects not valid before this date [optional]
-**until** | **DateTime** | filters objects not valid after this date [optional]
+**since** | **LocalDateTime** | filters objects not valid before this date [optional]
+**until** | **LocalDateTime** | filters objects not valid after this date [optional]
**disableGeojson** | **Boolean** | remove geojson from the response [optional]
**disableDisruption** | **Boolean** | remove disruptions from the response [optional]
**tags** | [**List**](String.md) | If filled, will restrain the search within the given disruption tags [optional]
+**language** | **String** | Here, select a specific language for disruption message [optional] [enum: nl-NL, en-US, en-GB, fr-FR, de-DE, hi-IN, it-IT, ja-JP, pt-PT, ru-RU, es-ES]
**originalId** | **String** | original uri of the object you want to query [optional]
### Return
@@ -105,8 +108,8 @@ Name | Type | Note
Example
```kotlin
ExpertSdk.getInstance().linesApi.getCoverageLonLatLinesId(
- lat = 0.0,
lon = 0.0,
+ lat = 0.0,
id = "id_example",
startPage = 123,
count = 123,
@@ -118,11 +121,12 @@ ExpertSdk.getInstance().linesApi.getCoverageLonLatLinesId(
odtLevel = "odtLevel_example",
dataFreshness = "dataFreshness_example",
distance = 123,
- since = DateTime.now(),
- until = DateTime.now(),
+ since = LocalDateTime.now(),
+ until = LocalDateTime.now(),
disableGeojson = true,
disableDisruption = true,
tags = listOf(),
+ language = "language_example",
originalId = "originalId_example"
)
@@ -140,8 +144,8 @@ if (response.isSuccessful && response.body() != null) {
Name | Type | Note
---- | ---- | ----
-**lat** | **Double** | The latitude of where the coord you want to query
**lon** | **Double** | The longitude of where the coord you want to query
+**lat** | **Double** | The latitude of where the coord you want to query
**uri** | **String** | First part of the uri
**startPage** | **Int** | The page where you want to start [optional]
**count** | **Int** | Number of objects you want on a page [optional] [default to 25]
@@ -150,15 +154,16 @@ Name | Type | Note
**forbiddenUris** | [**List**](String.md) | forbidden uris [optional]
**externalCode** | **String** | An external code to query [optional]
**headsign** | **String** | filter vehicle journeys on headsign [optional]
-**odtLevel** | **String** | odt level [optional] [default to all] [enum: scheduled, all, zonal, with_stops]
+**odtLevel** | **String** | odt level [optional] [default to all] [enum: all, with_stops, zonal, scheduled]
**dataFreshness** | **String** | Define the freshness of data to use to filter vehicle_journeys along with parameters &since and/or &until . Provides only the vehicle_journeys valid for the data freshness level requested. Using `&data_freshness=base_schedule` will return all original vehicle_journeys onlywhereas using `&data_freshness=realtime` will return vehicle_journeys after applyingmodifications by realtime (amended vehicle_journeys, and non-impacted original vehicle_journeys). [optional] [default to base_schedule] [enum: base_schedule, adapted_schedule, realtime]
**distance** | **Int** | Distance range of the query. Used only if a coord is in the query [optional] [default to 200]
-**since** | **DateTime** | filters objects not valid before this date [optional]
-**until** | **DateTime** | filters objects not valid after this date [optional]
+**since** | **LocalDateTime** | filters objects not valid before this date [optional]
+**until** | **LocalDateTime** | filters objects not valid after this date [optional]
**disableGeojson** | **Boolean** | remove geojson from the response [optional]
**disableDisruption** | **Boolean** | remove disruptions from the response [optional]
**filter** | **String** | The filter parameter [optional]
**tags** | [**List**](String.md) | If filled, will restrain the search within the given disruption tags [optional]
+**language** | **String** | Here, select a specific language for disruption message [optional] [enum: nl-NL, en-US, en-GB, fr-FR, de-DE, hi-IN, it-IT, ja-JP, pt-PT, ru-RU, es-ES]
**originalId** | **String** | original uri of the object you want to query [optional]
### Return
@@ -167,8 +172,8 @@ Name | Type | Note
Example
```kotlin
ExpertSdk.getInstance().linesApi.getCoverageLonLatUriLines(
- lat = 0.0,
lon = 0.0,
+ lat = 0.0,
uri = "uri_example",
startPage = 123,
count = 123,
@@ -180,12 +185,13 @@ ExpertSdk.getInstance().linesApi.getCoverageLonLatUriLines(
odtLevel = "odtLevel_example",
dataFreshness = "dataFreshness_example",
distance = 123,
- since = DateTime.now(),
- until = DateTime.now(),
+ since = LocalDateTime.now(),
+ until = LocalDateTime.now(),
disableGeojson = true,
disableDisruption = true,
filter = "filter_example",
tags = listOf(),
+ language = "language_example",
originalId = "originalId_example"
)
@@ -203,8 +209,8 @@ if (response.isSuccessful && response.body() != null) {
Name | Type | Note
---- | ---- | ----
-**lat** | **Double** | The latitude of where the coord you want to query
**lon** | **Double** | The longitude of where the coord you want to query
+**lat** | **Double** | The latitude of where the coord you want to query
**uri** | **String** | First part of the uri
**id** | **String** | Id of the object you want to query
**startPage** | **Int** | The page where you want to start [optional]
@@ -214,14 +220,15 @@ Name | Type | Note
**forbiddenUris** | [**List**](String.md) | forbidden uris [optional]
**externalCode** | **String** | An external code to query [optional]
**headsign** | **String** | filter vehicle journeys on headsign [optional]
-**odtLevel** | **String** | odt level [optional] [default to all] [enum: scheduled, all, zonal, with_stops]
+**odtLevel** | **String** | odt level [optional] [default to all] [enum: all, with_stops, zonal, scheduled]
**dataFreshness** | **String** | Define the freshness of data to use to filter vehicle_journeys along with parameters &since and/or &until . Provides only the vehicle_journeys valid for the data freshness level requested. Using `&data_freshness=base_schedule` will return all original vehicle_journeys onlywhereas using `&data_freshness=realtime` will return vehicle_journeys after applyingmodifications by realtime (amended vehicle_journeys, and non-impacted original vehicle_journeys). [optional] [default to base_schedule] [enum: base_schedule, adapted_schedule, realtime]
**distance** | **Int** | Distance range of the query. Used only if a coord is in the query [optional] [default to 200]
-**since** | **DateTime** | filters objects not valid before this date [optional]
-**until** | **DateTime** | filters objects not valid after this date [optional]
+**since** | **LocalDateTime** | filters objects not valid before this date [optional]
+**until** | **LocalDateTime** | filters objects not valid after this date [optional]
**disableGeojson** | **Boolean** | remove geojson from the response [optional]
**disableDisruption** | **Boolean** | remove disruptions from the response [optional]
**tags** | [**List**](String.md) | If filled, will restrain the search within the given disruption tags [optional]
+**language** | **String** | Here, select a specific language for disruption message [optional] [enum: nl-NL, en-US, en-GB, fr-FR, de-DE, hi-IN, it-IT, ja-JP, pt-PT, ru-RU, es-ES]
**originalId** | **String** | original uri of the object you want to query [optional]
### Return
@@ -230,8 +237,8 @@ Name | Type | Note
Example
```kotlin
ExpertSdk.getInstance().linesApi.getCoverageLonLatUriLinesId(
- lat = 0.0,
lon = 0.0,
+ lat = 0.0,
uri = "uri_example",
id = "id_example",
startPage = 123,
@@ -244,11 +251,12 @@ ExpertSdk.getInstance().linesApi.getCoverageLonLatUriLinesId(
odtLevel = "odtLevel_example",
dataFreshness = "dataFreshness_example",
distance = 123,
- since = DateTime.now(),
- until = DateTime.now(),
+ since = LocalDateTime.now(),
+ until = LocalDateTime.now(),
disableGeojson = true,
disableDisruption = true,
tags = listOf(),
+ language = "language_example",
originalId = "originalId_example"
)
@@ -274,15 +282,16 @@ Name | Type | Note
**forbiddenUris** | [**List**](String.md) | forbidden uris [optional]
**externalCode** | **String** | An external code to query [optional]
**headsign** | **String** | filter vehicle journeys on headsign [optional]
-**odtLevel** | **String** | odt level [optional] [default to all] [enum: scheduled, all, zonal, with_stops]
+**odtLevel** | **String** | odt level [optional] [default to all] [enum: all, with_stops, zonal, scheduled]
**dataFreshness** | **String** | Define the freshness of data to use to filter vehicle_journeys along with parameters &since and/or &until . Provides only the vehicle_journeys valid for the data freshness level requested. Using `&data_freshness=base_schedule` will return all original vehicle_journeys onlywhereas using `&data_freshness=realtime` will return vehicle_journeys after applyingmodifications by realtime (amended vehicle_journeys, and non-impacted original vehicle_journeys). [optional] [default to base_schedule] [enum: base_schedule, adapted_schedule, realtime]
**distance** | **Int** | Distance range of the query. Used only if a coord is in the query [optional] [default to 200]
-**since** | **DateTime** | filters objects not valid before this date [optional]
-**until** | **DateTime** | filters objects not valid after this date [optional]
+**since** | **LocalDateTime** | filters objects not valid before this date [optional]
+**until** | **LocalDateTime** | filters objects not valid after this date [optional]
**disableGeojson** | **Boolean** | remove geojson from the response [optional]
**disableDisruption** | **Boolean** | remove disruptions from the response [optional]
**filter** | **String** | The filter parameter [optional]
**tags** | [**List**](String.md) | If filled, will restrain the search within the given disruption tags [optional]
+**language** | **String** | Here, select a specific language for disruption message [optional] [enum: nl-NL, en-US, en-GB, fr-FR, de-DE, hi-IN, it-IT, ja-JP, pt-PT, ru-RU, es-ES]
**originalId** | **String** | original uri of the object you want to query [optional]
### Return
@@ -302,12 +311,13 @@ ExpertSdk.getInstance().linesApi.getCoverageRegionLines(
odtLevel = "odtLevel_example",
dataFreshness = "dataFreshness_example",
distance = 123,
- since = DateTime.now(),
- until = DateTime.now(),
+ since = LocalDateTime.now(),
+ until = LocalDateTime.now(),
disableGeojson = true,
disableDisruption = true,
filter = "filter_example",
tags = listOf(),
+ language = "language_example",
originalId = "originalId_example"
)
@@ -334,14 +344,15 @@ Name | Type | Note
**forbiddenUris** | [**List**](String.md) | forbidden uris [optional]
**externalCode** | **String** | An external code to query [optional]
**headsign** | **String** | filter vehicle journeys on headsign [optional]
-**odtLevel** | **String** | odt level [optional] [default to all] [enum: scheduled, all, zonal, with_stops]
+**odtLevel** | **String** | odt level [optional] [default to all] [enum: all, with_stops, zonal, scheduled]
**dataFreshness** | **String** | Define the freshness of data to use to filter vehicle_journeys along with parameters &since and/or &until . Provides only the vehicle_journeys valid for the data freshness level requested. Using `&data_freshness=base_schedule` will return all original vehicle_journeys onlywhereas using `&data_freshness=realtime` will return vehicle_journeys after applyingmodifications by realtime (amended vehicle_journeys, and non-impacted original vehicle_journeys). [optional] [default to base_schedule] [enum: base_schedule, adapted_schedule, realtime]
**distance** | **Int** | Distance range of the query. Used only if a coord is in the query [optional] [default to 200]
-**since** | **DateTime** | filters objects not valid before this date [optional]
-**until** | **DateTime** | filters objects not valid after this date [optional]
+**since** | **LocalDateTime** | filters objects not valid before this date [optional]
+**until** | **LocalDateTime** | filters objects not valid after this date [optional]
**disableGeojson** | **Boolean** | remove geojson from the response [optional]
**disableDisruption** | **Boolean** | remove disruptions from the response [optional]
**tags** | [**List**](String.md) | If filled, will restrain the search within the given disruption tags [optional]
+**language** | **String** | Here, select a specific language for disruption message [optional] [enum: nl-NL, en-US, en-GB, fr-FR, de-DE, hi-IN, it-IT, ja-JP, pt-PT, ru-RU, es-ES]
**originalId** | **String** | original uri of the object you want to query [optional]
### Return
@@ -362,11 +373,12 @@ ExpertSdk.getInstance().linesApi.getCoverageRegionLinesId(
odtLevel = "odtLevel_example",
dataFreshness = "dataFreshness_example",
distance = 123,
- since = DateTime.now(),
- until = DateTime.now(),
+ since = LocalDateTime.now(),
+ until = LocalDateTime.now(),
disableGeojson = true,
disableDisruption = true,
tags = listOf(),
+ language = "language_example",
originalId = "originalId_example"
)
@@ -393,15 +405,16 @@ Name | Type | Note
**forbiddenUris** | [**List**](String.md) | forbidden uris [optional]
**externalCode** | **String** | An external code to query [optional]
**headsign** | **String** | filter vehicle journeys on headsign [optional]
-**odtLevel** | **String** | odt level [optional] [default to all] [enum: scheduled, all, zonal, with_stops]
+**odtLevel** | **String** | odt level [optional] [default to all] [enum: all, with_stops, zonal, scheduled]
**dataFreshness** | **String** | Define the freshness of data to use to filter vehicle_journeys along with parameters &since and/or &until . Provides only the vehicle_journeys valid for the data freshness level requested. Using `&data_freshness=base_schedule` will return all original vehicle_journeys onlywhereas using `&data_freshness=realtime` will return vehicle_journeys after applyingmodifications by realtime (amended vehicle_journeys, and non-impacted original vehicle_journeys). [optional] [default to base_schedule] [enum: base_schedule, adapted_schedule, realtime]
**distance** | **Int** | Distance range of the query. Used only if a coord is in the query [optional] [default to 200]
-**since** | **DateTime** | filters objects not valid before this date [optional]
-**until** | **DateTime** | filters objects not valid after this date [optional]
+**since** | **LocalDateTime** | filters objects not valid before this date [optional]
+**until** | **LocalDateTime** | filters objects not valid after this date [optional]
**disableGeojson** | **Boolean** | remove geojson from the response [optional]
**disableDisruption** | **Boolean** | remove disruptions from the response [optional]
**filter** | **String** | The filter parameter [optional]
**tags** | [**List**](String.md) | If filled, will restrain the search within the given disruption tags [optional]
+**language** | **String** | Here, select a specific language for disruption message [optional] [enum: nl-NL, en-US, en-GB, fr-FR, de-DE, hi-IN, it-IT, ja-JP, pt-PT, ru-RU, es-ES]
**originalId** | **String** | original uri of the object you want to query [optional]
### Return
@@ -422,12 +435,13 @@ ExpertSdk.getInstance().linesApi.getCoverageRegionUriLines(
odtLevel = "odtLevel_example",
dataFreshness = "dataFreshness_example",
distance = 123,
- since = DateTime.now(),
- until = DateTime.now(),
+ since = LocalDateTime.now(),
+ until = LocalDateTime.now(),
disableGeojson = true,
disableDisruption = true,
filter = "filter_example",
tags = listOf(),
+ language = "language_example",
originalId = "originalId_example"
)
@@ -455,14 +469,15 @@ Name | Type | Note
**forbiddenUris** | [**List**](String.md) | forbidden uris [optional]
**externalCode** | **String** | An external code to query [optional]
**headsign** | **String** | filter vehicle journeys on headsign [optional]
-**odtLevel** | **String** | odt level [optional] [default to all] [enum: scheduled, all, zonal, with_stops]
+**odtLevel** | **String** | odt level [optional] [default to all] [enum: all, with_stops, zonal, scheduled]
**dataFreshness** | **String** | Define the freshness of data to use to filter vehicle_journeys along with parameters &since and/or &until . Provides only the vehicle_journeys valid for the data freshness level requested. Using `&data_freshness=base_schedule` will return all original vehicle_journeys onlywhereas using `&data_freshness=realtime` will return vehicle_journeys after applyingmodifications by realtime (amended vehicle_journeys, and non-impacted original vehicle_journeys). [optional] [default to base_schedule] [enum: base_schedule, adapted_schedule, realtime]
**distance** | **Int** | Distance range of the query. Used only if a coord is in the query [optional] [default to 200]
-**since** | **DateTime** | filters objects not valid before this date [optional]
-**until** | **DateTime** | filters objects not valid after this date [optional]
+**since** | **LocalDateTime** | filters objects not valid before this date [optional]
+**until** | **LocalDateTime** | filters objects not valid after this date [optional]
**disableGeojson** | **Boolean** | remove geojson from the response [optional]
**disableDisruption** | **Boolean** | remove disruptions from the response [optional]
**tags** | [**List**](String.md) | If filled, will restrain the search within the given disruption tags [optional]
+**language** | **String** | Here, select a specific language for disruption message [optional] [enum: nl-NL, en-US, en-GB, fr-FR, de-DE, hi-IN, it-IT, ja-JP, pt-PT, ru-RU, es-ES]
**originalId** | **String** | original uri of the object you want to query [optional]
### Return
@@ -484,11 +499,12 @@ ExpertSdk.getInstance().linesApi.getCoverageRegionUriLinesId(
odtLevel = "odtLevel_example",
dataFreshness = "dataFreshness_example",
distance = 123,
- since = DateTime.now(),
- until = DateTime.now(),
+ since = LocalDateTime.now(),
+ until = LocalDateTime.now(),
disableGeojson = true,
disableDisruption = true,
tags = listOf(),
+ language = "language_example",
originalId = "originalId_example"
)
@@ -513,15 +529,16 @@ Name | Type | Note
**forbiddenId** | [**List**](String.md) | DEPRECATED, replaced by `forbidden_uris[]` [optional]
**forbiddenUris** | [**List**](String.md) | forbidden uris [optional]
**headsign** | **String** | filter vehicle journeys on headsign [optional]
-**odtLevel** | **String** | odt level [optional] [default to all] [enum: scheduled, all, zonal, with_stops]
+**odtLevel** | **String** | odt level [optional] [default to all] [enum: all, with_stops, zonal, scheduled]
**dataFreshness** | **String** | Define the freshness of data to use to filter vehicle_journeys along with parameters &since and/or &until . Provides only the vehicle_journeys valid for the data freshness level requested. Using `&data_freshness=base_schedule` will return all original vehicle_journeys onlywhereas using `&data_freshness=realtime` will return vehicle_journeys after applyingmodifications by realtime (amended vehicle_journeys, and non-impacted original vehicle_journeys). [optional] [default to base_schedule] [enum: base_schedule, adapted_schedule, realtime]
**distance** | **Int** | Distance range of the query. Used only if a coord is in the query [optional] [default to 200]
-**since** | **DateTime** | filters objects not valid before this date [optional]
-**until** | **DateTime** | filters objects not valid after this date [optional]
+**since** | **LocalDateTime** | filters objects not valid before this date [optional]
+**until** | **LocalDateTime** | filters objects not valid after this date [optional]
**disableGeojson** | **Boolean** | remove geojson from the response [optional]
**disableDisruption** | **Boolean** | remove disruptions from the response [optional]
**filter** | **String** | The filter parameter [optional]
**tags** | [**List**](String.md) | If filled, will restrain the search within the given disruption tags [optional]
+**language** | **String** | Here, select a specific language for disruption message [optional] [enum: nl-NL, en-US, en-GB, fr-FR, de-DE, hi-IN, it-IT, ja-JP, pt-PT, ru-RU, es-ES]
**originalId** | **String** | original uri of the object you want to query [optional]
### Return
@@ -540,12 +557,13 @@ ExpertSdk.getInstance().linesApi.getLines(
odtLevel = "odtLevel_example",
dataFreshness = "dataFreshness_example",
distance = 123,
- since = DateTime.now(),
- until = DateTime.now(),
+ since = LocalDateTime.now(),
+ until = LocalDateTime.now(),
disableGeojson = true,
disableDisruption = true,
filter = "filter_example",
tags = listOf(),
+ language = "language_example",
originalId = "originalId_example"
)
diff --git a/docs/expert/android/api/NetworksApi.md b/docs/expert/android/api/NetworksApi.md
index cc88aaa33..4168f3fcd 100644
--- a/docs/expert/android/api/NetworksApi.md
+++ b/docs/expert/android/api/NetworksApi.md
@@ -18,8 +18,8 @@ Method | HTTP request
Name | Type | Note
---- | ---- | ----
-**lat** | **Double** | The latitude of where the coord you want to query
**lon** | **Double** | The longitude of where the coord you want to query
+**lat** | **Double** | The latitude of where the coord you want to query
**startPage** | **Int** | The page where you want to start [optional]
**count** | **Int** | Number of objects you want on a page [optional] [default to 25]
**depth** | **Int** | The depth of your object [optional] [default to 1]
@@ -27,15 +27,16 @@ Name | Type | Note
**forbiddenUris** | [**List**](String.md) | forbidden uris [optional]
**externalCode** | **String** | An external code to query [optional]
**headsign** | **String** | filter vehicle journeys on headsign [optional]
-**odtLevel** | **String** | odt level [optional] [default to all] [enum: scheduled, all, zonal, with_stops]
+**odtLevel** | **String** | odt level [optional] [default to all] [enum: all, with_stops, zonal, scheduled]
**dataFreshness** | **String** | Define the freshness of data to use to filter vehicle_journeys along with parameters &since and/or &until . Provides only the vehicle_journeys valid for the data freshness level requested. Using `&data_freshness=base_schedule` will return all original vehicle_journeys onlywhereas using `&data_freshness=realtime` will return vehicle_journeys after applyingmodifications by realtime (amended vehicle_journeys, and non-impacted original vehicle_journeys). [optional] [default to base_schedule] [enum: base_schedule, adapted_schedule, realtime]
**distance** | **Int** | Distance range of the query. Used only if a coord is in the query [optional] [default to 200]
-**since** | **DateTime** | filters objects not valid before this date [optional]
-**until** | **DateTime** | filters objects not valid after this date [optional]
+**since** | **LocalDateTime** | filters objects not valid before this date [optional]
+**until** | **LocalDateTime** | filters objects not valid after this date [optional]
**disableGeojson** | **Boolean** | remove geojson from the response [optional]
**disableDisruption** | **Boolean** | remove disruptions from the response [optional]
**filter** | **String** | The filter parameter [optional]
**tags** | [**List**](String.md) | If filled, will restrain the search within the given disruption tags [optional]
+**language** | **String** | Here, select a specific language for disruption message [optional] [enum: nl-NL, en-US, en-GB, fr-FR, de-DE, hi-IN, it-IT, ja-JP, pt-PT, ru-RU, es-ES]
**originalId** | **String** | original uri of the object you want to query [optional]
### Return
@@ -44,8 +45,8 @@ Name | Type | Note
Example
```kotlin
ExpertSdk.getInstance().networksApi.getCoverageLonLatNetworks(
- lat = 0.0,
lon = 0.0,
+ lat = 0.0,
startPage = 123,
count = 123,
depth = 123,
@@ -56,12 +57,13 @@ ExpertSdk.getInstance().networksApi.getCoverageLonLatNetworks(
odtLevel = "odtLevel_example",
dataFreshness = "dataFreshness_example",
distance = 123,
- since = DateTime.now(),
- until = DateTime.now(),
+ since = LocalDateTime.now(),
+ until = LocalDateTime.now(),
disableGeojson = true,
disableDisruption = true,
filter = "filter_example",
tags = listOf(),
+ language = "language_example",
originalId = "originalId_example"
)
@@ -79,8 +81,8 @@ if (response.isSuccessful && response.body() != null) {
Name | Type | Note
---- | ---- | ----
-**lat** | **Double** | The latitude of where the coord you want to query
**lon** | **Double** | The longitude of where the coord you want to query
+**lat** | **Double** | The latitude of where the coord you want to query
**id** | **String** | Id of the object you want to query
**startPage** | **Int** | The page where you want to start [optional]
**count** | **Int** | Number of objects you want on a page [optional] [default to 25]
@@ -89,14 +91,15 @@ Name | Type | Note
**forbiddenUris** | [**List**](String.md) | forbidden uris [optional]
**externalCode** | **String** | An external code to query [optional]
**headsign** | **String** | filter vehicle journeys on headsign [optional]
-**odtLevel** | **String** | odt level [optional] [default to all] [enum: scheduled, all, zonal, with_stops]
+**odtLevel** | **String** | odt level [optional] [default to all] [enum: all, with_stops, zonal, scheduled]
**dataFreshness** | **String** | Define the freshness of data to use to filter vehicle_journeys along with parameters &since and/or &until . Provides only the vehicle_journeys valid for the data freshness level requested. Using `&data_freshness=base_schedule` will return all original vehicle_journeys onlywhereas using `&data_freshness=realtime` will return vehicle_journeys after applyingmodifications by realtime (amended vehicle_journeys, and non-impacted original vehicle_journeys). [optional] [default to base_schedule] [enum: base_schedule, adapted_schedule, realtime]
**distance** | **Int** | Distance range of the query. Used only if a coord is in the query [optional] [default to 200]
-**since** | **DateTime** | filters objects not valid before this date [optional]
-**until** | **DateTime** | filters objects not valid after this date [optional]
+**since** | **LocalDateTime** | filters objects not valid before this date [optional]
+**until** | **LocalDateTime** | filters objects not valid after this date [optional]
**disableGeojson** | **Boolean** | remove geojson from the response [optional]
**disableDisruption** | **Boolean** | remove disruptions from the response [optional]
**tags** | [**List**](String.md) | If filled, will restrain the search within the given disruption tags [optional]
+**language** | **String** | Here, select a specific language for disruption message [optional] [enum: nl-NL, en-US, en-GB, fr-FR, de-DE, hi-IN, it-IT, ja-JP, pt-PT, ru-RU, es-ES]
**originalId** | **String** | original uri of the object you want to query [optional]
### Return
@@ -105,8 +108,8 @@ Name | Type | Note
Example
```kotlin
ExpertSdk.getInstance().networksApi.getCoverageLonLatNetworksId(
- lat = 0.0,
lon = 0.0,
+ lat = 0.0,
id = "id_example",
startPage = 123,
count = 123,
@@ -118,11 +121,12 @@ ExpertSdk.getInstance().networksApi.getCoverageLonLatNetworksId(
odtLevel = "odtLevel_example",
dataFreshness = "dataFreshness_example",
distance = 123,
- since = DateTime.now(),
- until = DateTime.now(),
+ since = LocalDateTime.now(),
+ until = LocalDateTime.now(),
disableGeojson = true,
disableDisruption = true,
tags = listOf(),
+ language = "language_example",
originalId = "originalId_example"
)
@@ -140,8 +144,8 @@ if (response.isSuccessful && response.body() != null) {
Name | Type | Note
---- | ---- | ----
-**lat** | **Double** | The latitude of where the coord you want to query
**lon** | **Double** | The longitude of where the coord you want to query
+**lat** | **Double** | The latitude of where the coord you want to query
**uri** | **String** | First part of the uri
**startPage** | **Int** | The page where you want to start [optional]
**count** | **Int** | Number of objects you want on a page [optional] [default to 25]
@@ -150,15 +154,16 @@ Name | Type | Note
**forbiddenUris** | [**List**](String.md) | forbidden uris [optional]
**externalCode** | **String** | An external code to query [optional]
**headsign** | **String** | filter vehicle journeys on headsign [optional]
-**odtLevel** | **String** | odt level [optional] [default to all] [enum: scheduled, all, zonal, with_stops]
+**odtLevel** | **String** | odt level [optional] [default to all] [enum: all, with_stops, zonal, scheduled]
**dataFreshness** | **String** | Define the freshness of data to use to filter vehicle_journeys along with parameters &since and/or &until . Provides only the vehicle_journeys valid for the data freshness level requested. Using `&data_freshness=base_schedule` will return all original vehicle_journeys onlywhereas using `&data_freshness=realtime` will return vehicle_journeys after applyingmodifications by realtime (amended vehicle_journeys, and non-impacted original vehicle_journeys). [optional] [default to base_schedule] [enum: base_schedule, adapted_schedule, realtime]
**distance** | **Int** | Distance range of the query. Used only if a coord is in the query [optional] [default to 200]
-**since** | **DateTime** | filters objects not valid before this date [optional]
-**until** | **DateTime** | filters objects not valid after this date [optional]
+**since** | **LocalDateTime** | filters objects not valid before this date [optional]
+**until** | **LocalDateTime** | filters objects not valid after this date [optional]
**disableGeojson** | **Boolean** | remove geojson from the response [optional]
**disableDisruption** | **Boolean** | remove disruptions from the response [optional]
**filter** | **String** | The filter parameter [optional]
**tags** | [**List**](String.md) | If filled, will restrain the search within the given disruption tags [optional]
+**language** | **String** | Here, select a specific language for disruption message [optional] [enum: nl-NL, en-US, en-GB, fr-FR, de-DE, hi-IN, it-IT, ja-JP, pt-PT, ru-RU, es-ES]
**originalId** | **String** | original uri of the object you want to query [optional]
### Return
@@ -167,8 +172,8 @@ Name | Type | Note
Example
```kotlin
ExpertSdk.getInstance().networksApi.getCoverageLonLatUriNetworks(
- lat = 0.0,
lon = 0.0,
+ lat = 0.0,
uri = "uri_example",
startPage = 123,
count = 123,
@@ -180,12 +185,13 @@ ExpertSdk.getInstance().networksApi.getCoverageLonLatUriNetworks(
odtLevel = "odtLevel_example",
dataFreshness = "dataFreshness_example",
distance = 123,
- since = DateTime.now(),
- until = DateTime.now(),
+ since = LocalDateTime.now(),
+ until = LocalDateTime.now(),
disableGeojson = true,
disableDisruption = true,
filter = "filter_example",
tags = listOf(),
+ language = "language_example",
originalId = "originalId_example"
)
@@ -203,8 +209,8 @@ if (response.isSuccessful && response.body() != null) {
Name | Type | Note
---- | ---- | ----
-**lat** | **Double** | The latitude of where the coord you want to query
**lon** | **Double** | The longitude of where the coord you want to query
+**lat** | **Double** | The latitude of where the coord you want to query
**uri** | **String** | First part of the uri
**id** | **String** | Id of the object you want to query
**startPage** | **Int** | The page where you want to start [optional]
@@ -214,14 +220,15 @@ Name | Type | Note
**forbiddenUris** | [**List**](String.md) | forbidden uris [optional]
**externalCode** | **String** | An external code to query [optional]
**headsign** | **String** | filter vehicle journeys on headsign [optional]
-**odtLevel** | **String** | odt level [optional] [default to all] [enum: scheduled, all, zonal, with_stops]
+**odtLevel** | **String** | odt level [optional] [default to all] [enum: all, with_stops, zonal, scheduled]
**dataFreshness** | **String** | Define the freshness of data to use to filter vehicle_journeys along with parameters &since and/or &until . Provides only the vehicle_journeys valid for the data freshness level requested. Using `&data_freshness=base_schedule` will return all original vehicle_journeys onlywhereas using `&data_freshness=realtime` will return vehicle_journeys after applyingmodifications by realtime (amended vehicle_journeys, and non-impacted original vehicle_journeys). [optional] [default to base_schedule] [enum: base_schedule, adapted_schedule, realtime]
**distance** | **Int** | Distance range of the query. Used only if a coord is in the query [optional] [default to 200]
-**since** | **DateTime** | filters objects not valid before this date [optional]
-**until** | **DateTime** | filters objects not valid after this date [optional]
+**since** | **LocalDateTime** | filters objects not valid before this date [optional]
+**until** | **LocalDateTime** | filters objects not valid after this date [optional]
**disableGeojson** | **Boolean** | remove geojson from the response [optional]
**disableDisruption** | **Boolean** | remove disruptions from the response [optional]
**tags** | [**List**](String.md) | If filled, will restrain the search within the given disruption tags [optional]
+**language** | **String** | Here, select a specific language for disruption message [optional] [enum: nl-NL, en-US, en-GB, fr-FR, de-DE, hi-IN, it-IT, ja-JP, pt-PT, ru-RU, es-ES]
**originalId** | **String** | original uri of the object you want to query [optional]
### Return
@@ -230,8 +237,8 @@ Name | Type | Note
Example
```kotlin
ExpertSdk.getInstance().networksApi.getCoverageLonLatUriNetworksId(
- lat = 0.0,
lon = 0.0,
+ lat = 0.0,
uri = "uri_example",
id = "id_example",
startPage = 123,
@@ -244,11 +251,12 @@ ExpertSdk.getInstance().networksApi.getCoverageLonLatUriNetworksId(
odtLevel = "odtLevel_example",
dataFreshness = "dataFreshness_example",
distance = 123,
- since = DateTime.now(),
- until = DateTime.now(),
+ since = LocalDateTime.now(),
+ until = LocalDateTime.now(),
disableGeojson = true,
disableDisruption = true,
tags = listOf(),
+ language = "language_example",
originalId = "originalId_example"
)
@@ -274,15 +282,16 @@ Name | Type | Note
**forbiddenUris** | [**List**](String.md) | forbidden uris [optional]
**externalCode** | **String** | An external code to query [optional]
**headsign** | **String** | filter vehicle journeys on headsign [optional]
-**odtLevel** | **String** | odt level [optional] [default to all] [enum: scheduled, all, zonal, with_stops]
+**odtLevel** | **String** | odt level [optional] [default to all] [enum: all, with_stops, zonal, scheduled]
**dataFreshness** | **String** | Define the freshness of data to use to filter vehicle_journeys along with parameters &since and/or &until . Provides only the vehicle_journeys valid for the data freshness level requested. Using `&data_freshness=base_schedule` will return all original vehicle_journeys onlywhereas using `&data_freshness=realtime` will return vehicle_journeys after applyingmodifications by realtime (amended vehicle_journeys, and non-impacted original vehicle_journeys). [optional] [default to base_schedule] [enum: base_schedule, adapted_schedule, realtime]
**distance** | **Int** | Distance range of the query. Used only if a coord is in the query [optional] [default to 200]
-**since** | **DateTime** | filters objects not valid before this date [optional]
-**until** | **DateTime** | filters objects not valid after this date [optional]
+**since** | **LocalDateTime** | filters objects not valid before this date [optional]
+**until** | **LocalDateTime** | filters objects not valid after this date [optional]
**disableGeojson** | **Boolean** | remove geojson from the response [optional]
**disableDisruption** | **Boolean** | remove disruptions from the response [optional]
**filter** | **String** | The filter parameter [optional]
**tags** | [**List**](String.md) | If filled, will restrain the search within the given disruption tags [optional]
+**language** | **String** | Here, select a specific language for disruption message [optional] [enum: nl-NL, en-US, en-GB, fr-FR, de-DE, hi-IN, it-IT, ja-JP, pt-PT, ru-RU, es-ES]
**originalId** | **String** | original uri of the object you want to query [optional]
### Return
@@ -302,12 +311,13 @@ ExpertSdk.getInstance().networksApi.getCoverageRegionNetworks(
odtLevel = "odtLevel_example",
dataFreshness = "dataFreshness_example",
distance = 123,
- since = DateTime.now(),
- until = DateTime.now(),
+ since = LocalDateTime.now(),
+ until = LocalDateTime.now(),
disableGeojson = true,
disableDisruption = true,
filter = "filter_example",
tags = listOf(),
+ language = "language_example",
originalId = "originalId_example"
)
@@ -334,14 +344,15 @@ Name | Type | Note
**forbiddenUris** | [**List**](String.md) | forbidden uris [optional]
**externalCode** | **String** | An external code to query [optional]
**headsign** | **String** | filter vehicle journeys on headsign [optional]
-**odtLevel** | **String** | odt level [optional] [default to all] [enum: scheduled, all, zonal, with_stops]
+**odtLevel** | **String** | odt level [optional] [default to all] [enum: all, with_stops, zonal, scheduled]
**dataFreshness** | **String** | Define the freshness of data to use to filter vehicle_journeys along with parameters &since and/or &until . Provides only the vehicle_journeys valid for the data freshness level requested. Using `&data_freshness=base_schedule` will return all original vehicle_journeys onlywhereas using `&data_freshness=realtime` will return vehicle_journeys after applyingmodifications by realtime (amended vehicle_journeys, and non-impacted original vehicle_journeys). [optional] [default to base_schedule] [enum: base_schedule, adapted_schedule, realtime]
**distance** | **Int** | Distance range of the query. Used only if a coord is in the query [optional] [default to 200]
-**since** | **DateTime** | filters objects not valid before this date [optional]
-**until** | **DateTime** | filters objects not valid after this date [optional]
+**since** | **LocalDateTime** | filters objects not valid before this date [optional]
+**until** | **LocalDateTime** | filters objects not valid after this date [optional]
**disableGeojson** | **Boolean** | remove geojson from the response [optional]
**disableDisruption** | **Boolean** | remove disruptions from the response [optional]
**tags** | [**List**](String.md) | If filled, will restrain the search within the given disruption tags [optional]
+**language** | **String** | Here, select a specific language for disruption message [optional] [enum: nl-NL, en-US, en-GB, fr-FR, de-DE, hi-IN, it-IT, ja-JP, pt-PT, ru-RU, es-ES]
**originalId** | **String** | original uri of the object you want to query [optional]
### Return
@@ -362,11 +373,12 @@ ExpertSdk.getInstance().networksApi.getCoverageRegionNetworksId(
odtLevel = "odtLevel_example",
dataFreshness = "dataFreshness_example",
distance = 123,
- since = DateTime.now(),
- until = DateTime.now(),
+ since = LocalDateTime.now(),
+ until = LocalDateTime.now(),
disableGeojson = true,
disableDisruption = true,
tags = listOf(),
+ language = "language_example",
originalId = "originalId_example"
)
@@ -393,15 +405,16 @@ Name | Type | Note
**forbiddenUris** | [**List**](String.md) | forbidden uris [optional]
**externalCode** | **String** | An external code to query [optional]
**headsign** | **String** | filter vehicle journeys on headsign [optional]
-**odtLevel** | **String** | odt level [optional] [default to all] [enum: scheduled, all, zonal, with_stops]
+**odtLevel** | **String** | odt level [optional] [default to all] [enum: all, with_stops, zonal, scheduled]
**dataFreshness** | **String** | Define the freshness of data to use to filter vehicle_journeys along with parameters &since and/or &until . Provides only the vehicle_journeys valid for the data freshness level requested. Using `&data_freshness=base_schedule` will return all original vehicle_journeys onlywhereas using `&data_freshness=realtime` will return vehicle_journeys after applyingmodifications by realtime (amended vehicle_journeys, and non-impacted original vehicle_journeys). [optional] [default to base_schedule] [enum: base_schedule, adapted_schedule, realtime]
**distance** | **Int** | Distance range of the query. Used only if a coord is in the query [optional] [default to 200]
-**since** | **DateTime** | filters objects not valid before this date [optional]
-**until** | **DateTime** | filters objects not valid after this date [optional]
+**since** | **LocalDateTime** | filters objects not valid before this date [optional]
+**until** | **LocalDateTime** | filters objects not valid after this date [optional]
**disableGeojson** | **Boolean** | remove geojson from the response [optional]
**disableDisruption** | **Boolean** | remove disruptions from the response [optional]
**filter** | **String** | The filter parameter [optional]
**tags** | [**List**](String.md) | If filled, will restrain the search within the given disruption tags [optional]
+**language** | **String** | Here, select a specific language for disruption message [optional] [enum: nl-NL, en-US, en-GB, fr-FR, de-DE, hi-IN, it-IT, ja-JP, pt-PT, ru-RU, es-ES]
**originalId** | **String** | original uri of the object you want to query [optional]
### Return
@@ -422,12 +435,13 @@ ExpertSdk.getInstance().networksApi.getCoverageRegionUriNetworks(
odtLevel = "odtLevel_example",
dataFreshness = "dataFreshness_example",
distance = 123,
- since = DateTime.now(),
- until = DateTime.now(),
+ since = LocalDateTime.now(),
+ until = LocalDateTime.now(),
disableGeojson = true,
disableDisruption = true,
filter = "filter_example",
tags = listOf(),
+ language = "language_example",
originalId = "originalId_example"
)
@@ -455,14 +469,15 @@ Name | Type | Note
**forbiddenUris** | [**List**](String.md) | forbidden uris [optional]
**externalCode** | **String** | An external code to query [optional]
**headsign** | **String** | filter vehicle journeys on headsign [optional]
-**odtLevel** | **String** | odt level [optional] [default to all] [enum: scheduled, all, zonal, with_stops]
+**odtLevel** | **String** | odt level [optional] [default to all] [enum: all, with_stops, zonal, scheduled]
**dataFreshness** | **String** | Define the freshness of data to use to filter vehicle_journeys along with parameters &since and/or &until . Provides only the vehicle_journeys valid for the data freshness level requested. Using `&data_freshness=base_schedule` will return all original vehicle_journeys onlywhereas using `&data_freshness=realtime` will return vehicle_journeys after applyingmodifications by realtime (amended vehicle_journeys, and non-impacted original vehicle_journeys). [optional] [default to base_schedule] [enum: base_schedule, adapted_schedule, realtime]
**distance** | **Int** | Distance range of the query. Used only if a coord is in the query [optional] [default to 200]
-**since** | **DateTime** | filters objects not valid before this date [optional]
-**until** | **DateTime** | filters objects not valid after this date [optional]
+**since** | **LocalDateTime** | filters objects not valid before this date [optional]
+**until** | **LocalDateTime** | filters objects not valid after this date [optional]
**disableGeojson** | **Boolean** | remove geojson from the response [optional]
**disableDisruption** | **Boolean** | remove disruptions from the response [optional]
**tags** | [**List**](String.md) | If filled, will restrain the search within the given disruption tags [optional]
+**language** | **String** | Here, select a specific language for disruption message [optional] [enum: nl-NL, en-US, en-GB, fr-FR, de-DE, hi-IN, it-IT, ja-JP, pt-PT, ru-RU, es-ES]
**originalId** | **String** | original uri of the object you want to query [optional]
### Return
@@ -484,11 +499,12 @@ ExpertSdk.getInstance().networksApi.getCoverageRegionUriNetworksId(
odtLevel = "odtLevel_example",
dataFreshness = "dataFreshness_example",
distance = 123,
- since = DateTime.now(),
- until = DateTime.now(),
+ since = LocalDateTime.now(),
+ until = LocalDateTime.now(),
disableGeojson = true,
disableDisruption = true,
tags = listOf(),
+ language = "language_example",
originalId = "originalId_example"
)
@@ -513,15 +529,16 @@ Name | Type | Note
**forbiddenId** | [**List**](String.md) | DEPRECATED, replaced by `forbidden_uris[]` [optional]
**forbiddenUris** | [**List**](String.md) | forbidden uris [optional]
**headsign** | **String** | filter vehicle journeys on headsign [optional]
-**odtLevel** | **String** | odt level [optional] [default to all] [enum: scheduled, all, zonal, with_stops]
+**odtLevel** | **String** | odt level [optional] [default to all] [enum: all, with_stops, zonal, scheduled]
**dataFreshness** | **String** | Define the freshness of data to use to filter vehicle_journeys along with parameters &since and/or &until . Provides only the vehicle_journeys valid for the data freshness level requested. Using `&data_freshness=base_schedule` will return all original vehicle_journeys onlywhereas using `&data_freshness=realtime` will return vehicle_journeys after applyingmodifications by realtime (amended vehicle_journeys, and non-impacted original vehicle_journeys). [optional] [default to base_schedule] [enum: base_schedule, adapted_schedule, realtime]
**distance** | **Int** | Distance range of the query. Used only if a coord is in the query [optional] [default to 200]
-**since** | **DateTime** | filters objects not valid before this date [optional]
-**until** | **DateTime** | filters objects not valid after this date [optional]
+**since** | **LocalDateTime** | filters objects not valid before this date [optional]
+**until** | **LocalDateTime** | filters objects not valid after this date [optional]
**disableGeojson** | **Boolean** | remove geojson from the response [optional]
**disableDisruption** | **Boolean** | remove disruptions from the response [optional]
**filter** | **String** | The filter parameter [optional]
**tags** | [**List**](String.md) | If filled, will restrain the search within the given disruption tags [optional]
+**language** | **String** | Here, select a specific language for disruption message [optional] [enum: nl-NL, en-US, en-GB, fr-FR, de-DE, hi-IN, it-IT, ja-JP, pt-PT, ru-RU, es-ES]
**originalId** | **String** | original uri of the object you want to query [optional]
### Return
@@ -540,12 +557,13 @@ ExpertSdk.getInstance().networksApi.getNetworks(
odtLevel = "odtLevel_example",
dataFreshness = "dataFreshness_example",
distance = 123,
- since = DateTime.now(),
- until = DateTime.now(),
+ since = LocalDateTime.now(),
+ until = LocalDateTime.now(),
disableGeojson = true,
disableDisruption = true,
filter = "filter_example",
tags = listOf(),
+ language = "language_example",
originalId = "originalId_example"
)
diff --git a/docs/expert/android/api/NextArrivalsApi.md b/docs/expert/android/api/NextArrivalsApi.md
index fcea9db64..49a42fd90 100644
--- a/docs/expert/android/api/NextArrivalsApi.md
+++ b/docs/expert/android/api/NextArrivalsApi.md
@@ -13,11 +13,11 @@ Method | HTTP request
Name | Type | Note
---- | ---- | ----
-**lat** | **Double** | The latitude of where the coord you want to query
**lon** | **Double** | The longitude of where the coord you want to query
+**lat** | **Double** | The latitude of where the coord you want to query
**filter** | **String** | use to filter PT objects [optional]
-**fromDatetime** | **DateTime** | The datetime from which you want the schedules [optional]
-**untilDatetime** | **DateTime** | The datetime until which you want the schedules [optional]
+**fromDatetime** | **LocalDateTime** | The datetime from which you want the schedules [optional]
+**untilDatetime** | **LocalDateTime** | The datetime until which you want the schedules [optional]
**duration** | **Int** | Maximum duration between datetime and the retrieved stop time [optional] [default to 86399]
**depth** | **Int** | The depth of your object [optional] [default to 2]
**count** | **Int** | Number of schedules per page [optional] [default to 10]
@@ -38,11 +38,11 @@ Name | Type | Note
Example
```kotlin
ExpertSdk.getInstance().nextArrivalsApi.getCoverageLonLatArrivals(
- lat = 0.0,
lon = 0.0,
+ lat = 0.0,
filter = "filter_example",
- fromDatetime = DateTime.now(),
- untilDatetime = DateTime.now(),
+ fromDatetime = LocalDateTime.now(),
+ untilDatetime = LocalDateTime.now(),
duration = 123,
depth = 123,
count = 123,
@@ -72,12 +72,12 @@ if (response.isSuccessful && response.body() != null) {
Name | Type | Note
---- | ---- | ----
-**lat** | **Double** | The latitude of where the coord you want to query
**lon** | **Double** | The longitude of where the coord you want to query
+**lat** | **Double** | The latitude of where the coord you want to query
**uri** | **String** | First part of the uri
**filter** | **String** | use to filter PT objects [optional]
-**fromDatetime** | **DateTime** | The datetime from which you want the schedules [optional]
-**untilDatetime** | **DateTime** | The datetime until which you want the schedules [optional]
+**fromDatetime** | **LocalDateTime** | The datetime from which you want the schedules [optional]
+**untilDatetime** | **LocalDateTime** | The datetime until which you want the schedules [optional]
**duration** | **Int** | Maximum duration between datetime and the retrieved stop time [optional] [default to 86399]
**depth** | **Int** | The depth of your object [optional] [default to 2]
**count** | **Int** | Number of schedules per page [optional] [default to 10]
@@ -98,12 +98,12 @@ Name | Type | Note
Example
```kotlin
ExpertSdk.getInstance().nextArrivalsApi.getCoverageLonLatUriArrivals(
- lat = 0.0,
lon = 0.0,
+ lat = 0.0,
uri = "uri_example",
filter = "filter_example",
- fromDatetime = DateTime.now(),
- untilDatetime = DateTime.now(),
+ fromDatetime = LocalDateTime.now(),
+ untilDatetime = LocalDateTime.now(),
duration = 123,
depth = 123,
count = 123,
@@ -135,8 +135,8 @@ Name | Type | Note
---- | ---- | ----
**region** | **String** | The region you want to query
**filter** | **String** | use to filter PT objects [optional]
-**fromDatetime** | **DateTime** | The datetime from which you want the schedules [optional]
-**untilDatetime** | **DateTime** | The datetime until which you want the schedules [optional]
+**fromDatetime** | **LocalDateTime** | The datetime from which you want the schedules [optional]
+**untilDatetime** | **LocalDateTime** | The datetime until which you want the schedules [optional]
**duration** | **Int** | Maximum duration between datetime and the retrieved stop time [optional] [default to 86399]
**depth** | **Int** | The depth of your object [optional] [default to 2]
**count** | **Int** | Number of schedules per page [optional] [default to 10]
@@ -159,8 +159,8 @@ Name | Type | Note
ExpertSdk.getInstance().nextArrivalsApi.getCoverageRegionArrivals(
region = "region_example",
filter = "filter_example",
- fromDatetime = DateTime.now(),
- untilDatetime = DateTime.now(),
+ fromDatetime = LocalDateTime.now(),
+ untilDatetime = LocalDateTime.now(),
duration = 123,
depth = 123,
count = 123,
@@ -193,8 +193,8 @@ Name | Type | Note
**region** | **String** | The region you want to query
**uri** | **String** | First part of the uri
**filter** | **String** | use to filter PT objects [optional]
-**fromDatetime** | **DateTime** | The datetime from which you want the schedules [optional]
-**untilDatetime** | **DateTime** | The datetime until which you want the schedules [optional]
+**fromDatetime** | **LocalDateTime** | The datetime from which you want the schedules [optional]
+**untilDatetime** | **LocalDateTime** | The datetime until which you want the schedules [optional]
**duration** | **Int** | Maximum duration between datetime and the retrieved stop time [optional] [default to 86399]
**depth** | **Int** | The depth of your object [optional] [default to 2]
**count** | **Int** | Number of schedules per page [optional] [default to 10]
@@ -218,8 +218,8 @@ ExpertSdk.getInstance().nextArrivalsApi.getCoverageRegionUriArrivals(
region = "region_example",
uri = "uri_example",
filter = "filter_example",
- fromDatetime = DateTime.now(),
- untilDatetime = DateTime.now(),
+ fromDatetime = LocalDateTime.now(),
+ untilDatetime = LocalDateTime.now(),
duration = 123,
depth = 123,
count = 123,
diff --git a/docs/expert/android/api/NextDeparturesApi.md b/docs/expert/android/api/NextDeparturesApi.md
index 596837a10..4f4ae7af9 100644
--- a/docs/expert/android/api/NextDeparturesApi.md
+++ b/docs/expert/android/api/NextDeparturesApi.md
@@ -13,11 +13,11 @@ Method | HTTP request
Name | Type | Note
---- | ---- | ----
-**lat** | **Double** | The latitude of where the coord you want to query
**lon** | **Double** | The longitude of where the coord you want to query
+**lat** | **Double** | The latitude of where the coord you want to query
**filter** | **String** | use to filter PT objects [optional]
-**fromDatetime** | **DateTime** | The datetime from which you want the schedules [optional]
-**untilDatetime** | **DateTime** | The datetime until which you want the schedules [optional]
+**fromDatetime** | **LocalDateTime** | The datetime from which you want the schedules [optional]
+**untilDatetime** | **LocalDateTime** | The datetime until which you want the schedules [optional]
**duration** | **Int** | Maximum duration between datetime and the retrieved stop time [optional] [default to 86399]
**depth** | **Int** | The depth of your object [optional] [default to 2]
**count** | **Int** | Number of schedules per page [optional] [default to 10]
@@ -38,11 +38,11 @@ Name | Type | Note
Example
```kotlin
ExpertSdk.getInstance().nextDeparturesApi.getCoverageLonLatDepartures(
- lat = 0.0,
lon = 0.0,
+ lat = 0.0,
filter = "filter_example",
- fromDatetime = DateTime.now(),
- untilDatetime = DateTime.now(),
+ fromDatetime = LocalDateTime.now(),
+ untilDatetime = LocalDateTime.now(),
duration = 123,
depth = 123,
count = 123,
@@ -72,12 +72,12 @@ if (response.isSuccessful && response.body() != null) {
Name | Type | Note
---- | ---- | ----
-**lat** | **Double** | The latitude of where the coord you want to query
**lon** | **Double** | The longitude of where the coord you want to query
+**lat** | **Double** | The latitude of where the coord you want to query
**uri** | **String** | First part of the uri
**filter** | **String** | use to filter PT objects [optional]
-**fromDatetime** | **DateTime** | The datetime from which you want the schedules [optional]
-**untilDatetime** | **DateTime** | The datetime until which you want the schedules [optional]
+**fromDatetime** | **LocalDateTime** | The datetime from which you want the schedules [optional]
+**untilDatetime** | **LocalDateTime** | The datetime until which you want the schedules [optional]
**duration** | **Int** | Maximum duration between datetime and the retrieved stop time [optional] [default to 86399]
**depth** | **Int** | The depth of your object [optional] [default to 2]
**count** | **Int** | Number of schedules per page [optional] [default to 10]
@@ -98,12 +98,12 @@ Name | Type | Note
Example
```kotlin
ExpertSdk.getInstance().nextDeparturesApi.getCoverageLonLatUriDepartures(
- lat = 0.0,
lon = 0.0,
+ lat = 0.0,
uri = "uri_example",
filter = "filter_example",
- fromDatetime = DateTime.now(),
- untilDatetime = DateTime.now(),
+ fromDatetime = LocalDateTime.now(),
+ untilDatetime = LocalDateTime.now(),
duration = 123,
depth = 123,
count = 123,
@@ -135,8 +135,8 @@ Name | Type | Note
---- | ---- | ----
**region** | **String** | The region you want to query
**filter** | **String** | use to filter PT objects [optional]
-**fromDatetime** | **DateTime** | The datetime from which you want the schedules [optional]
-**untilDatetime** | **DateTime** | The datetime until which you want the schedules [optional]
+**fromDatetime** | **LocalDateTime** | The datetime from which you want the schedules [optional]
+**untilDatetime** | **LocalDateTime** | The datetime until which you want the schedules [optional]
**duration** | **Int** | Maximum duration between datetime and the retrieved stop time [optional] [default to 86399]
**depth** | **Int** | The depth of your object [optional] [default to 2]
**count** | **Int** | Number of schedules per page [optional] [default to 10]
@@ -159,8 +159,8 @@ Name | Type | Note
ExpertSdk.getInstance().nextDeparturesApi.getCoverageRegionDepartures(
region = "region_example",
filter = "filter_example",
- fromDatetime = DateTime.now(),
- untilDatetime = DateTime.now(),
+ fromDatetime = LocalDateTime.now(),
+ untilDatetime = LocalDateTime.now(),
duration = 123,
depth = 123,
count = 123,
@@ -193,8 +193,8 @@ Name | Type | Note
**region** | **String** | The region you want to query
**uri** | **String** | First part of the uri
**filter** | **String** | use to filter PT objects [optional]
-**fromDatetime** | **DateTime** | The datetime from which you want the schedules [optional]
-**untilDatetime** | **DateTime** | The datetime until which you want the schedules [optional]
+**fromDatetime** | **LocalDateTime** | The datetime from which you want the schedules [optional]
+**untilDatetime** | **LocalDateTime** | The datetime until which you want the schedules [optional]
**duration** | **Int** | Maximum duration between datetime and the retrieved stop time [optional] [default to 86399]
**depth** | **Int** | The depth of your object [optional] [default to 2]
**count** | **Int** | Number of schedules per page [optional] [default to 10]
@@ -218,8 +218,8 @@ ExpertSdk.getInstance().nextDeparturesApi.getCoverageRegionUriDepartures(
region = "region_example",
uri = "uri_example",
filter = "filter_example",
- fromDatetime = DateTime.now(),
- untilDatetime = DateTime.now(),
+ fromDatetime = LocalDateTime.now(),
+ untilDatetime = LocalDateTime.now(),
duration = 123,
depth = 123,
count = 123,
diff --git a/docs/expert/android/api/ObstaclesNearbyApi.md b/docs/expert/android/api/ObstaclesNearbyApi.md
new file mode 100644
index 000000000..c88fac9ac
--- /dev/null
+++ b/docs/expert/android/api/ObstaclesNearbyApi.md
@@ -0,0 +1,233 @@
+# ObstaclesNearbyApi
+
+Method | HTTP request
+------------- | -------------
+[**getCoordLonLatObstaclesNearby**](#getcoordlonlatobstaclesnearby) | **GET** coord/{lon};{lat}/obstacles_nearby
+[**getCoordsLonLatObstaclesNearby**](#getcoordslonlatobstaclesnearby) | **GET** coords/{lon};{lat}/obstacles_nearby
+[**getCoverageLonLatObstaclesNearby**](#getcoveragelonlatobstaclesnearby) | **GET** coverage/{lon};{lat}/obstacles_nearby
+[**getCoverageLonLatUriObstaclesNearby**](#getcoveragelonlaturiobstaclesnearby) | **GET** coverage/{lon};{lat}/{uri}/obstacles_nearby
+[**getCoverageRegionObstaclesNearby**](#getcoverageregionobstaclesnearby) | **GET** coverage/{region}/obstacles_nearby
+[**getCoverageRegionUriObstaclesNearby**](#getcoverageregionuriobstaclesnearby) | **GET** coverage/{region}/{uri}/obstacles_nearby
+
+## **getCoordLonLatObstaclesNearby**
+
+### Parameters
+
+Name | Type | Note
+---- | ---- | ----
+**lon** | **Double** | The longitude of where the coord you want to query
+**lat** | **Double** | The latitude of where the coord you want to query
+**path** | **String** | A geojson in polyline path as base64 [optional]
+**distance** | **Int** | Distance range of the query in meters [optional] [default to 500]
+**count** | **Int** | Elements per page [optional] [default to 10]
+**coord** | **String** | Coordinates longitude;latitude used to search the objects around this coordinate [optional]
+**startPage** | **Int** | The current page [optional]
+
+### Return
+[**Obstacles**](../model/Obstacles.md)
+
+Example
+```kotlin
+ExpertSdk.getInstance().obstaclesNearbyApi.getCoordLonLatObstaclesNearby(
+ lon = 0.0,
+ lat = 0.0,
+ path = "path_example",
+ distance = 123,
+ count = 123,
+ coord = "coord_example",
+ startPage = 123
+)
+
+if (response.isSuccessful && response.body() != null) {
+ // Success
+ val content = response.body()
+} else {
+ // Error
+}
+```
+
+## **getCoordsLonLatObstaclesNearby**
+
+### Parameters
+
+Name | Type | Note
+---- | ---- | ----
+**lon** | **Double** | The longitude of where the coord you want to query
+**lat** | **Double** | The latitude of where the coord you want to query
+**path** | **String** | A geojson in polyline path as base64 [optional]
+**distance** | **Int** | Distance range of the query in meters [optional] [default to 500]
+**count** | **Int** | Elements per page [optional] [default to 10]
+**coord** | **String** | Coordinates longitude;latitude used to search the objects around this coordinate [optional]
+**startPage** | **Int** | The current page [optional]
+
+### Return
+[**Obstacles**](../model/Obstacles.md)
+
+Example
+```kotlin
+ExpertSdk.getInstance().obstaclesNearbyApi.getCoordsLonLatObstaclesNearby(
+ lon = 0.0,
+ lat = 0.0,
+ path = "path_example",
+ distance = 123,
+ count = 123,
+ coord = "coord_example",
+ startPage = 123
+)
+
+if (response.isSuccessful && response.body() != null) {
+ // Success
+ val content = response.body()
+} else {
+ // Error
+}
+```
+
+## **getCoverageLonLatObstaclesNearby**
+
+### Parameters
+
+Name | Type | Note
+---- | ---- | ----
+**lon** | **Double** | The longitude of where the coord you want to query
+**lat** | **Double** | The latitude of where the coord you want to query
+**path** | **String** | A geojson in polyline path as base64 [optional]
+**distance** | **Int** | Distance range of the query in meters [optional] [default to 500]
+**count** | **Int** | Elements per page [optional] [default to 10]
+**coord** | **String** | Coordinates longitude;latitude used to search the objects around this coordinate [optional]
+**startPage** | **Int** | The current page [optional]
+
+### Return
+[**Obstacles**](../model/Obstacles.md)
+
+Example
+```kotlin
+ExpertSdk.getInstance().obstaclesNearbyApi.getCoverageLonLatObstaclesNearby(
+ lon = 0.0,
+ lat = 0.0,
+ path = "path_example",
+ distance = 123,
+ count = 123,
+ coord = "coord_example",
+ startPage = 123
+)
+
+if (response.isSuccessful && response.body() != null) {
+ // Success
+ val content = response.body()
+} else {
+ // Error
+}
+```
+
+## **getCoverageLonLatUriObstaclesNearby**
+
+### Parameters
+
+Name | Type | Note
+---- | ---- | ----
+**lon** | **Double** | The longitude of where the coord you want to query
+**lat** | **Double** | The latitude of where the coord you want to query
+**uri** | **String** | First part of the uri
+**path** | **String** | A geojson in polyline path as base64 [optional]
+**distance** | **Int** | Distance range of the query in meters [optional] [default to 500]
+**count** | **Int** | Elements per page [optional] [default to 10]
+**coord** | **String** | Coordinates longitude;latitude used to search the objects around this coordinate [optional]
+**startPage** | **Int** | The current page [optional]
+
+### Return
+[**Obstacles**](../model/Obstacles.md)
+
+Example
+```kotlin
+ExpertSdk.getInstance().obstaclesNearbyApi.getCoverageLonLatUriObstaclesNearby(
+ lon = 0.0,
+ lat = 0.0,
+ uri = "uri_example",
+ path = "path_example",
+ distance = 123,
+ count = 123,
+ coord = "coord_example",
+ startPage = 123
+)
+
+if (response.isSuccessful && response.body() != null) {
+ // Success
+ val content = response.body()
+} else {
+ // Error
+}
+```
+
+## **getCoverageRegionObstaclesNearby**
+
+### Parameters
+
+Name | Type | Note
+---- | ---- | ----
+**region** | **String** | The region you want to query
+**path** | **String** | A geojson in polyline path as base64 [optional]
+**distance** | **Int** | Distance range of the query in meters [optional] [default to 500]
+**count** | **Int** | Elements per page [optional] [default to 10]
+**coord** | **String** | Coordinates longitude;latitude used to search the objects around this coordinate [optional]
+**startPage** | **Int** | The current page [optional]
+
+### Return
+[**Obstacles**](../model/Obstacles.md)
+
+Example
+```kotlin
+ExpertSdk.getInstance().obstaclesNearbyApi.getCoverageRegionObstaclesNearby(
+ region = "region_example",
+ path = "path_example",
+ distance = 123,
+ count = 123,
+ coord = "coord_example",
+ startPage = 123
+)
+
+if (response.isSuccessful && response.body() != null) {
+ // Success
+ val content = response.body()
+} else {
+ // Error
+}
+```
+
+## **getCoverageRegionUriObstaclesNearby**
+
+### Parameters
+
+Name | Type | Note
+---- | ---- | ----
+**region** | **String** | The region you want to query
+**uri** | **String** | First part of the uri
+**path** | **String** | A geojson in polyline path as base64 [optional]
+**distance** | **Int** | Distance range of the query in meters [optional] [default to 500]
+**count** | **Int** | Elements per page [optional] [default to 10]
+**coord** | **String** | Coordinates longitude;latitude used to search the objects around this coordinate [optional]
+**startPage** | **Int** | The current page [optional]
+
+### Return
+[**Obstacles**](../model/Obstacles.md)
+
+Example
+```kotlin
+ExpertSdk.getInstance().obstaclesNearbyApi.getCoverageRegionUriObstaclesNearby(
+ region = "region_example",
+ uri = "uri_example",
+ path = "path_example",
+ distance = 123,
+ count = 123,
+ coord = "coord_example",
+ startPage = 123
+)
+
+if (response.isSuccessful && response.body() != null) {
+ // Success
+ val content = response.body()
+} else {
+ // Error
+}
+```
+
diff --git a/docs/expert/android/api/PhysicalModesApi.md b/docs/expert/android/api/PhysicalModesApi.md
index 9ca1868ca..057b72a74 100644
--- a/docs/expert/android/api/PhysicalModesApi.md
+++ b/docs/expert/android/api/PhysicalModesApi.md
@@ -17,8 +17,8 @@ Method | HTTP request
Name | Type | Note
---- | ---- | ----
-**lat** | **Double** | The latitude of where the coord you want to query
**lon** | **Double** | The longitude of where the coord you want to query
+**lat** | **Double** | The latitude of where the coord you want to query
**startPage** | **Int** | The page where you want to start [optional]
**count** | **Int** | Number of objects you want on a page [optional] [default to 25]
**depth** | **Int** | The depth of your object [optional] [default to 1]
@@ -26,15 +26,16 @@ Name | Type | Note
**forbiddenUris** | [**List**](String.md) | forbidden uris [optional]
**externalCode** | **String** | An external code to query [optional]
**headsign** | **String** | filter vehicle journeys on headsign [optional]
-**odtLevel** | **String** | odt level [optional] [default to all] [enum: scheduled, all, zonal, with_stops]
+**odtLevel** | **String** | odt level [optional] [default to all] [enum: all, with_stops, zonal, scheduled]
**dataFreshness** | **String** | Define the freshness of data to use to filter vehicle_journeys along with parameters &since and/or &until . Provides only the vehicle_journeys valid for the data freshness level requested. Using `&data_freshness=base_schedule` will return all original vehicle_journeys onlywhereas using `&data_freshness=realtime` will return vehicle_journeys after applyingmodifications by realtime (amended vehicle_journeys, and non-impacted original vehicle_journeys). [optional] [default to base_schedule] [enum: base_schedule, adapted_schedule, realtime]
**distance** | **Int** | Distance range of the query. Used only if a coord is in the query [optional] [default to 200]
-**since** | **DateTime** | filters objects not valid before this date [optional]
-**until** | **DateTime** | filters objects not valid after this date [optional]
+**since** | **LocalDateTime** | filters objects not valid before this date [optional]
+**until** | **LocalDateTime** | filters objects not valid after this date [optional]
**disableGeojson** | **Boolean** | remove geojson from the response [optional]
**disableDisruption** | **Boolean** | remove disruptions from the response [optional]
**filter** | **String** | The filter parameter [optional]
**tags** | [**List**](String.md) | If filled, will restrain the search within the given disruption tags [optional]
+**language** | **String** | Here, select a specific language for disruption message [optional] [enum: nl-NL, en-US, en-GB, fr-FR, de-DE, hi-IN, it-IT, ja-JP, pt-PT, ru-RU, es-ES]
### Return
[**PhysicalModes**](../model/PhysicalModes.md)
@@ -42,8 +43,8 @@ Name | Type | Note
Example
```kotlin
ExpertSdk.getInstance().physicalModesApi.getCoverageLonLatPhysicalModes(
- lat = 0.0,
lon = 0.0,
+ lat = 0.0,
startPage = 123,
count = 123,
depth = 123,
@@ -54,12 +55,13 @@ ExpertSdk.getInstance().physicalModesApi.getCoverageLonLatPhysicalModes(
odtLevel = "odtLevel_example",
dataFreshness = "dataFreshness_example",
distance = 123,
- since = DateTime.now(),
- until = DateTime.now(),
+ since = LocalDateTime.now(),
+ until = LocalDateTime.now(),
disableGeojson = true,
disableDisruption = true,
filter = "filter_example",
- tags = listOf()
+ tags = listOf(),
+ language = "language_example"
)
if (response.isSuccessful && response.body() != null) {
@@ -76,8 +78,8 @@ if (response.isSuccessful && response.body() != null) {
Name | Type | Note
---- | ---- | ----
-**lat** | **Double** | The latitude of where the coord you want to query
**lon** | **Double** | The longitude of where the coord you want to query
+**lat** | **Double** | The latitude of where the coord you want to query
**id** | **String** | Id of the object you want to query
**startPage** | **Int** | The page where you want to start [optional]
**count** | **Int** | Number of objects you want on a page [optional] [default to 25]
@@ -86,14 +88,15 @@ Name | Type | Note
**forbiddenUris** | [**List**](String.md) | forbidden uris [optional]
**externalCode** | **String** | An external code to query [optional]
**headsign** | **String** | filter vehicle journeys on headsign [optional]
-**odtLevel** | **String** | odt level [optional] [default to all] [enum: scheduled, all, zonal, with_stops]
+**odtLevel** | **String** | odt level [optional] [default to all] [enum: all, with_stops, zonal, scheduled]
**dataFreshness** | **String** | Define the freshness of data to use to filter vehicle_journeys along with parameters &since and/or &until . Provides only the vehicle_journeys valid for the data freshness level requested. Using `&data_freshness=base_schedule` will return all original vehicle_journeys onlywhereas using `&data_freshness=realtime` will return vehicle_journeys after applyingmodifications by realtime (amended vehicle_journeys, and non-impacted original vehicle_journeys). [optional] [default to base_schedule] [enum: base_schedule, adapted_schedule, realtime]
**distance** | **Int** | Distance range of the query. Used only if a coord is in the query [optional] [default to 200]
-**since** | **DateTime** | filters objects not valid before this date [optional]
-**until** | **DateTime** | filters objects not valid after this date [optional]
+**since** | **LocalDateTime** | filters objects not valid before this date [optional]
+**until** | **LocalDateTime** | filters objects not valid after this date [optional]
**disableGeojson** | **Boolean** | remove geojson from the response [optional]
**disableDisruption** | **Boolean** | remove disruptions from the response [optional]
**tags** | [**List**](String.md) | If filled, will restrain the search within the given disruption tags [optional]
+**language** | **String** | Here, select a specific language for disruption message [optional] [enum: nl-NL, en-US, en-GB, fr-FR, de-DE, hi-IN, it-IT, ja-JP, pt-PT, ru-RU, es-ES]
### Return
[**PhysicalModes**](../model/PhysicalModes.md)
@@ -101,8 +104,8 @@ Name | Type | Note