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

Example

```kotlin ExpertSdk.getInstance().physicalModesApi.getCoverageLonLatPhysicalModesId( - lat = 0.0, lon = 0.0, + lat = 0.0, id = "id_example", startPage = 123, count = 123, @@ -114,11 +117,12 @@ ExpertSdk.getInstance().physicalModesApi.getCoverageLonLatPhysicalModesId( 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 [**PhysicalModes**](../model/PhysicalModes.md) @@ -161,8 +166,8 @@ Name | Type | Note

Example

```kotlin ExpertSdk.getInstance().physicalModesApi.getCoverageLonLatUriPhysicalModes( - lat = 0.0, lon = 0.0, + lat = 0.0, uri = "uri_example", startPage = 123, count = 123, @@ -174,12 +179,13 @@ ExpertSdk.getInstance().physicalModesApi.getCoverageLonLatUriPhysicalModes( 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 [**PhysicalModes**](../model/PhysicalModes.md) @@ -222,8 +229,8 @@ Name | Type | Note

Example

```kotlin ExpertSdk.getInstance().physicalModesApi.getCoverageLonLatUriPhysicalModesId( - lat = 0.0, lon = 0.0, + lat = 0.0, uri = "uri_example", id = "id_example", startPage = 123, @@ -236,11 +243,12 @@ ExpertSdk.getInstance().physicalModesApi.getCoverageLonLatUriPhysicalModesId( 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 [**PhysicalModes**](../model/PhysicalModes.md) @@ -292,12 +301,13 @@ ExpertSdk.getInstance().physicalModesApi.getCoverageRegionPhysicalModes( 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 [**PhysicalModes**](../model/PhysicalModes.md) @@ -350,11 +361,12 @@ ExpertSdk.getInstance().physicalModesApi.getCoverageRegionPhysicalModesId( 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 [**PhysicalModes**](../model/PhysicalModes.md) @@ -408,12 +421,13 @@ ExpertSdk.getInstance().physicalModesApi.getCoverageRegionUriPhysicalModes( 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 [**PhysicalModes**](../model/PhysicalModes.md) @@ -468,11 +483,12 @@ ExpertSdk.getInstance().physicalModesApi.getCoverageRegionUriPhysicalModesId( 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/PlaceUriApi.md b/docs/expert/android/api/PlaceUriApi.md index f928a43dc..b21f0fa48 100644 --- a/docs/expert/android/api/PlaceUriApi.md +++ b/docs/expert/android/api/PlaceUriApi.md @@ -12,11 +12,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 **id** | **String** | Id of the object you want to query **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 the response [optional] [default to [u'bss_stands', u'car_park']] [enum: bss_stands, car_park, , none] +**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 the response [optional] [default to ['bss_stands', 'car_park']] [enum: bss_stands, car_park, , none] **disableGeojson** | **Boolean** | remove geojson from the response [optional] **disableDisruption** | **Boolean** | remove disruptions from the response [optional] @@ -26,8 +26,8 @@ Name | Type | Note

Example

```kotlin ExpertSdk.getInstance().placeUriApi.getCoverageLonLatPlacesId( - lat = 0.0, lon = 0.0, + lat = 0.0, id = "id_example", bssStands = true, addPoiInfos = listOf(), @@ -52,7 +52,7 @@ Name | Type | Note **region** | **String** | The region you want to query **id** | **String** | Id of the object you want to query **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 the response [optional] [default to [u'bss_stands', u'car_park']] [enum: bss_stands, car_park, , none] +**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 the response [optional] [default to ['bss_stands', 'car_park']] [enum: bss_stands, car_park, , none] **disableGeojson** | **Boolean** | remove geojson from the response [optional] **disableDisruption** | **Boolean** | remove disruptions from the response [optional] @@ -86,7 +86,7 @@ Name | Type | Note ---- | ---- | ---- **id** | **String** | Id of the object you want to query **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 the response [optional] [default to [u'bss_stands', u'car_park']] [enum: bss_stands, car_park, , none] +**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 the response [optional] [default to ['bss_stands', 'car_park']] [enum: bss_stands, car_park, , none] **disableGeojson** | **Boolean** | remove geojson from the response [optional] **disableDisruption** | **Boolean** | remove disruptions from the response [optional] diff --git a/docs/expert/android/api/PlacesApi.md b/docs/expert/android/api/PlacesApi.md index fe03b5b17..830d21f51 100644 --- a/docs/expert/android/api/PlacesApi.md +++ b/docs/expert/android/api/PlacesApi.md @@ -13,9 +13,9 @@ Method | HTTP request Name | Type | Note ---- | ---- | ---- **q** | **String** | The data to search -**lat** | **Double** | The latitude of where the coord you want to query **lon** | **Double** | The longitude of where the coord you want to query -**type** | [**List**](String.md) | The type of data to search [optional] [default to [u'stop_area', u'address', u'poi', u'administrative_region']] [enum: stop_point, poi, administrative_region, stop_area, address] +**lat** | **Double** | The latitude of where the coord you want to query +**type** | [**List**](String.md) | The type of data to search [optional] [default to ['stop_area', 'address', 'poi', 'administrative_region']] [enum: stop_area, stop_point, address, poi, administrative_region] **count** | **Int** | The maximum number of places returned [optional] [default to 10] **adminUri** | [**List**](String.md) | If filled, will restrain the search within the given admin uris [optional] **depth** | **Int** | The depth of objects [optional] [default to 1] @@ -32,8 +32,8 @@ Name | Type | Note ```kotlin ExpertSdk.getInstance().placesApi.getCoverageLonLatPlaces( q = "q_example", - lat = 0.0, lon = 0.0, + lat = 0.0, type = listOf(), count = 123, adminUri = listOf(), @@ -61,7 +61,7 @@ Name | Type | Note ---- | ---- | ---- **q** | **String** | The data to search **region** | **String** | The region you want to query -**type** | [**List**](String.md) | The type of data to search [optional] [default to [u'stop_area', u'address', u'poi', u'administrative_region']] [enum: stop_point, poi, administrative_region, stop_area, address] +**type** | [**List**](String.md) | The type of data to search [optional] [default to ['stop_area', 'address', 'poi', 'administrative_region']] [enum: stop_area, stop_point, address, poi, administrative_region] **count** | **Int** | The maximum number of places returned [optional] [default to 10] **adminUri** | [**List**](String.md) | If filled, will restrain the search within the given admin uris [optional] **depth** | **Int** | The depth of objects [optional] [default to 1] @@ -105,7 +105,7 @@ if (response.isSuccessful && response.body() != null) { Name | Type | Note ---- | ---- | ---- **q** | **String** | The data to search -**type** | [**List**](String.md) | The type of data to search [optional] [default to [u'stop_area', u'address', u'poi', u'administrative_region']] [enum: stop_point, poi, administrative_region, stop_area, address] +**type** | [**List**](String.md) | The type of data to search [optional] [default to ['stop_area', 'address', 'poi', 'administrative_region']] [enum: stop_area, stop_point, address, poi, administrative_region] **count** | **Int** | The maximum number of places returned [optional] [default to 10] **adminUri** | [**List**](String.md) | If filled, will restrain the search within the given admin uris [optional] **depth** | **Int** | The depth of objects [optional] [default to 1] diff --git a/docs/expert/android/api/PlacesNearbyApi.md b/docs/expert/android/api/PlacesNearbyApi.md index 43c5d1d50..263fb5ab1 100644 --- a/docs/expert/android/api/PlacesNearbyApi.md +++ b/docs/expert/android/api/PlacesNearbyApi.md @@ -15,16 +15,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 -**type** | [**List**](String.md) | Type of the objects to return [optional] [default to [u'stop_area', u'stop_point', u'poi']] [enum: stop_point, poi, administrative_region, stop_area, address] +**lat** | **Double** | The latitude of where the coord you want to query +**type** | [**List**](String.md) | Type of the objects to return [optional] [default to ['stop_area', 'stop_point', 'poi']] [enum: stop_area, stop_point, address, poi, administrative_region] **filter** | **String** | Filter your objects [optional] **distance** | **Int** | Distance range of the query in meters [optional] [default to 500] **count** | **Int** | Elements per page [optional] [default to 10] **depth** | **Int** | Maximum depth on objects [optional] [default to 1] **startPage** | **Int** | The page number of the ptref result [optional] **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 the response [optional] [default to [u'bss_stands', u'car_park']] [enum: bss_stands, car_park, , none] +**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 the response [optional] [default to ['bss_stands', 'car_park']] [enum: bss_stands, car_park, , none] **disableGeojson** | **Boolean** | remove geojson from the response [optional] **disableDisruption** | **Boolean** | remove disruptions from the response [optional] @@ -34,8 +34,8 @@ Name | Type | Note

Example

```kotlin ExpertSdk.getInstance().placesNearbyApi.getCoordLonLatPlacesNearby( - lat = 0.0, lon = 0.0, + lat = 0.0, type = listOf(), filter = "filter_example", distance = 123, @@ -62,16 +62,16 @@ 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 -**type** | [**List**](String.md) | Type of the objects to return [optional] [default to [u'stop_area', u'stop_point', u'poi']] [enum: stop_point, poi, administrative_region, stop_area, address] +**lat** | **Double** | The latitude of where the coord you want to query +**type** | [**List**](String.md) | Type of the objects to return [optional] [default to ['stop_area', 'stop_point', 'poi']] [enum: stop_area, stop_point, address, poi, administrative_region] **filter** | **String** | Filter your objects [optional] **distance** | **Int** | Distance range of the query in meters [optional] [default to 500] **count** | **Int** | Elements per page [optional] [default to 10] **depth** | **Int** | Maximum depth on objects [optional] [default to 1] **startPage** | **Int** | The page number of the ptref result [optional] **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 the response [optional] [default to [u'bss_stands', u'car_park']] [enum: bss_stands, car_park, , none] +**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 the response [optional] [default to ['bss_stands', 'car_park']] [enum: bss_stands, car_park, , none] **disableGeojson** | **Boolean** | remove geojson from the response [optional] **disableDisruption** | **Boolean** | remove disruptions from the response [optional] @@ -81,8 +81,8 @@ Name | Type | Note

Example

```kotlin ExpertSdk.getInstance().placesNearbyApi.getCoordsLonLatPlacesNearby( - lat = 0.0, lon = 0.0, + lat = 0.0, type = listOf(), filter = "filter_example", distance = 123, @@ -109,16 +109,16 @@ 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 -**type** | [**List**](String.md) | Type of the objects to return [optional] [default to [u'stop_area', u'stop_point', u'poi']] [enum: stop_point, poi, administrative_region, stop_area, address] +**lat** | **Double** | The latitude of where the coord you want to query +**type** | [**List**](String.md) | Type of the objects to return [optional] [default to ['stop_area', 'stop_point', 'poi']] [enum: stop_area, stop_point, address, poi, administrative_region] **filter** | **String** | Filter your objects [optional] **distance** | **Int** | Distance range of the query in meters [optional] [default to 500] **count** | **Int** | Elements per page [optional] [default to 10] **depth** | **Int** | Maximum depth on objects [optional] [default to 1] **startPage** | **Int** | The page number of the ptref result [optional] **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 the response [optional] [default to [u'bss_stands', u'car_park']] [enum: bss_stands, car_park, , none] +**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 the response [optional] [default to ['bss_stands', 'car_park']] [enum: bss_stands, car_park, , none] **disableGeojson** | **Boolean** | remove geojson from the response [optional] **disableDisruption** | **Boolean** | remove disruptions from the response [optional] @@ -128,8 +128,8 @@ Name | Type | Note

Example

```kotlin ExpertSdk.getInstance().placesNearbyApi.getCoverageLonLatPlacesNearby( - lat = 0.0, lon = 0.0, + lat = 0.0, type = listOf(), filter = "filter_example", distance = 123, @@ -156,17 +156,17 @@ 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 the objects to return [optional] [default to [u'stop_area', u'stop_point', u'poi']] [enum: stop_point, poi, administrative_region, stop_area, address] +**type** | [**List**](String.md) | Type of the objects to return [optional] [default to ['stop_area', 'stop_point', 'poi']] [enum: stop_area, stop_point, address, poi, administrative_region] **filter** | **String** | Filter your objects [optional] **distance** | **Int** | Distance range of the query in meters [optional] [default to 500] **count** | **Int** | Elements per page [optional] [default to 10] **depth** | **Int** | Maximum depth on objects [optional] [default to 1] **startPage** | **Int** | The page number of the ptref result [optional] **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 the response [optional] [default to [u'bss_stands', u'car_park']] [enum: bss_stands, car_park, , none] +**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 the response [optional] [default to ['bss_stands', 'car_park']] [enum: bss_stands, car_park, , none] **disableGeojson** | **Boolean** | remove geojson from the response [optional] **disableDisruption** | **Boolean** | remove disruptions from the response [optional] @@ -176,8 +176,8 @@ Name | Type | Note

Example

```kotlin ExpertSdk.getInstance().placesNearbyApi.getCoverageLonLatUriPlacesNearby( - lat = 0.0, lon = 0.0, + lat = 0.0, uri = "uri_example", type = listOf(), filter = "filter_example", @@ -206,14 +206,14 @@ if (response.isSuccessful && response.body() != null) { Name | Type | Note ---- | ---- | ---- **region** | **String** | The region you want to query -**type** | [**List**](String.md) | Type of the objects to return [optional] [default to [u'stop_area', u'stop_point', u'poi']] [enum: stop_point, poi, administrative_region, stop_area, address] +**type** | [**List**](String.md) | Type of the objects to return [optional] [default to ['stop_area', 'stop_point', 'poi']] [enum: stop_area, stop_point, address, poi, administrative_region] **filter** | **String** | Filter your objects [optional] **distance** | **Int** | Distance range of the query in meters [optional] [default to 500] **count** | **Int** | Elements per page [optional] [default to 10] **depth** | **Int** | Maximum depth on objects [optional] [default to 1] **startPage** | **Int** | The page number of the ptref result [optional] **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 the response [optional] [default to [u'bss_stands', u'car_park']] [enum: bss_stands, car_park, , none] +**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 the response [optional] [default to ['bss_stands', 'car_park']] [enum: bss_stands, car_park, , none] **disableGeojson** | **Boolean** | remove geojson from the response [optional] **disableDisruption** | **Boolean** | remove disruptions from the response [optional] @@ -252,14 +252,14 @@ Name | Type | Note ---- | ---- | ---- **region** | **String** | The region you want to query **uri** | **String** | First part of the uri -**type** | [**List**](String.md) | Type of the objects to return [optional] [default to [u'stop_area', u'stop_point', u'poi']] [enum: stop_point, poi, administrative_region, stop_area, address] +**type** | [**List**](String.md) | Type of the objects to return [optional] [default to ['stop_area', 'stop_point', 'poi']] [enum: stop_area, stop_point, address, poi, administrative_region] **filter** | **String** | Filter your objects [optional] **distance** | **Int** | Distance range of the query in meters [optional] [default to 500] **count** | **Int** | Elements per page [optional] [default to 10] **depth** | **Int** | Maximum depth on objects [optional] [default to 1] **startPage** | **Int** | The page number of the ptref result [optional] **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 the response [optional] [default to [u'bss_stands', u'car_park']] [enum: bss_stands, car_park, , none] +**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 the response [optional] [default to ['bss_stands', 'car_park']] [enum: bss_stands, car_park, , none] **disableGeojson** | **Boolean** | remove geojson from the response [optional] **disableDisruption** | **Boolean** | remove disruptions from the response [optional] diff --git a/docs/expert/android/api/PoiTypesApi.md b/docs/expert/android/api/PoiTypesApi.md index 6aebcf975..cc42507ba 100644 --- a/docs/expert/android/api/PoiTypesApi.md +++ b/docs/expert/android/api/PoiTypesApi.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 [**PoiTypes**](../model/PoiTypes.md) @@ -42,8 +43,8 @@ Name | Type | Note

Example

```kotlin ExpertSdk.getInstance().poiTypesApi.getCoverageLonLatPoiTypes( - lat = 0.0, lon = 0.0, + lat = 0.0, startPage = 123, count = 123, depth = 123, @@ -54,12 +55,13 @@ ExpertSdk.getInstance().poiTypesApi.getCoverageLonLatPoiTypes( 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 [**PoiTypes**](../model/PoiTypes.md) @@ -101,8 +104,8 @@ Name | Type | Note

Example

```kotlin ExpertSdk.getInstance().poiTypesApi.getCoverageLonLatPoiTypesId( - lat = 0.0, lon = 0.0, + lat = 0.0, id = "id_example", startPage = 123, count = 123, @@ -114,11 +117,12 @@ ExpertSdk.getInstance().poiTypesApi.getCoverageLonLatPoiTypesId( 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 [**PoiTypes**](../model/PoiTypes.md) @@ -161,8 +166,8 @@ Name | Type | Note

Example

```kotlin ExpertSdk.getInstance().poiTypesApi.getCoverageLonLatUriPoiTypes( - lat = 0.0, lon = 0.0, + lat = 0.0, uri = "uri_example", startPage = 123, count = 123, @@ -174,12 +179,13 @@ ExpertSdk.getInstance().poiTypesApi.getCoverageLonLatUriPoiTypes( 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 [**PoiTypes**](../model/PoiTypes.md) @@ -222,8 +229,8 @@ Name | Type | Note

Example

```kotlin ExpertSdk.getInstance().poiTypesApi.getCoverageLonLatUriPoiTypesId( - lat = 0.0, lon = 0.0, + lat = 0.0, uri = "uri_example", id = "id_example", startPage = 123, @@ -236,11 +243,12 @@ ExpertSdk.getInstance().poiTypesApi.getCoverageLonLatUriPoiTypesId( 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 [**PoiTypes**](../model/PoiTypes.md) @@ -292,12 +301,13 @@ ExpertSdk.getInstance().poiTypesApi.getCoverageRegionPoiTypes( 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 [**PoiTypes**](../model/PoiTypes.md) @@ -350,11 +361,12 @@ ExpertSdk.getInstance().poiTypesApi.getCoverageRegionPoiTypesId( 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 [**PoiTypes**](../model/PoiTypes.md) @@ -408,12 +421,13 @@ ExpertSdk.getInstance().poiTypesApi.getCoverageRegionUriPoiTypes( 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 [**PoiTypes**](../model/PoiTypes.md) @@ -468,11 +483,12 @@ ExpertSdk.getInstance().poiTypesApi.getCoverageRegionUriPoiTypesId( 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/PoisApi.md b/docs/expert/android/api/PoisApi.md index 3e83d1197..f456f2946 100644 --- a/docs/expert/android/api/PoisApi.md +++ b/docs/expert/android/api/PoisApi.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,18 +26,19 @@ 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] **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 the response [optional] [default to [u'bss_stands', u'car_park']] [enum: bss_stands, car_park, , none] +**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 the response [optional] [default to ['bss_stands', 'car_park']] [enum: bss_stands, car_park, , none] ### Return [**Pois**](../model/Pois.md) @@ -45,8 +46,8 @@ Name | Type | Note

Example

```kotlin ExpertSdk.getInstance().poisApi.getCoverageLonLatPois( - lat = 0.0, lon = 0.0, + lat = 0.0, startPage = 123, count = 123, depth = 123, @@ -57,12 +58,13 @@ ExpertSdk.getInstance().poisApi.getCoverageLonLatPois( 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", bssStands = true, addPoiInfos = listOf() @@ -82,8 +84,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] @@ -92,17 +94,18 @@ 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] **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 the response [optional] [default to [u'bss_stands', u'car_park']] [enum: bss_stands, car_park, , none] +**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 the response [optional] [default to ['bss_stands', 'car_park']] [enum: bss_stands, car_park, , none] ### Return [**Pois**](../model/Pois.md) @@ -110,8 +113,8 @@ Name | Type | Note

Example

```kotlin ExpertSdk.getInstance().poisApi.getCoverageLonLatPoisId( - lat = 0.0, lon = 0.0, + lat = 0.0, id = "id_example", startPage = 123, count = 123, @@ -123,11 +126,12 @@ ExpertSdk.getInstance().poisApi.getCoverageLonLatPoisId( 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", bssStands = true, addPoiInfos = listOf() @@ -147,8 +151,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] @@ -157,18 +161,19 @@ 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] **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 the response [optional] [default to [u'bss_stands', u'car_park']] [enum: bss_stands, car_park, , none] +**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 the response [optional] [default to ['bss_stands', 'car_park']] [enum: bss_stands, car_park, , none] ### Return [**Pois**](../model/Pois.md) @@ -176,8 +181,8 @@ Name | Type | Note

Example

```kotlin ExpertSdk.getInstance().poisApi.getCoverageLonLatUriPois( - lat = 0.0, lon = 0.0, + lat = 0.0, uri = "uri_example", startPage = 123, count = 123, @@ -189,12 +194,13 @@ ExpertSdk.getInstance().poisApi.getCoverageLonLatUriPois( 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", bssStands = true, addPoiInfos = listOf() @@ -214,8 +220,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] @@ -225,17 +231,18 @@ 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] **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 the response [optional] [default to [u'bss_stands', u'car_park']] [enum: bss_stands, car_park, , none] +**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 the response [optional] [default to ['bss_stands', 'car_park']] [enum: bss_stands, car_park, , none] ### Return [**Pois**](../model/Pois.md) @@ -243,8 +250,8 @@ Name | Type | Note

Example

```kotlin ExpertSdk.getInstance().poisApi.getCoverageLonLatUriPoisId( - lat = 0.0, lon = 0.0, + lat = 0.0, uri = "uri_example", id = "id_example", startPage = 123, @@ -257,11 +264,12 @@ ExpertSdk.getInstance().poisApi.getCoverageLonLatUriPoisId( 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", bssStands = true, addPoiInfos = listOf() @@ -289,18 +297,19 @@ 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] **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 the response [optional] [default to [u'bss_stands', u'car_park']] [enum: bss_stands, car_park, , none] +**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 the response [optional] [default to ['bss_stands', 'car_park']] [enum: bss_stands, car_park, , none] ### Return [**Pois**](../model/Pois.md) @@ -319,12 +328,13 @@ ExpertSdk.getInstance().poisApi.getCoverageRegionPois( 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", bssStands = true, addPoiInfos = listOf() @@ -353,17 +363,18 @@ 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] **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 the response [optional] [default to [u'bss_stands', u'car_park']] [enum: bss_stands, car_park, , none] +**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 the response [optional] [default to ['bss_stands', 'car_park']] [enum: bss_stands, car_park, , none] ### Return [**Pois**](../model/Pois.md) @@ -383,11 +394,12 @@ ExpertSdk.getInstance().poisApi.getCoverageRegionPoisId( 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", bssStands = true, addPoiInfos = listOf() @@ -416,18 +428,19 @@ 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] **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 the response [optional] [default to [u'bss_stands', u'car_park']] [enum: bss_stands, car_park, , none] +**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 the response [optional] [default to ['bss_stands', 'car_park']] [enum: bss_stands, car_park, , none] ### Return [**Pois**](../model/Pois.md) @@ -447,12 +460,13 @@ ExpertSdk.getInstance().poisApi.getCoverageRegionUriPois( 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", bssStands = true, addPoiInfos = listOf() @@ -482,17 +496,18 @@ 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] **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 the response [optional] [default to [u'bss_stands', u'car_park']] [enum: bss_stands, car_park, , none] +**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 the response [optional] [default to ['bss_stands', 'car_park']] [enum: bss_stands, car_park, , none] ### Return [**Pois**](../model/Pois.md) @@ -513,11 +528,12 @@ ExpertSdk.getInstance().poisApi.getCoverageRegionUriPoisId( 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", bssStands = true, addPoiInfos = listOf() diff --git a/docs/expert/android/api/PtobjectsApi.md b/docs/expert/android/api/PtobjectsApi.md index 1677840fa..9eca183b0 100644 --- a/docs/expert/android/api/PtobjectsApi.md +++ b/docs/expert/android/api/PtobjectsApi.md @@ -12,9 +12,9 @@ Method | HTTP request Name | Type | Note ---- | ---- | ---- **q** | **String** | The data to search -**lat** | **Double** | The latitude of where the coord you want to query **lon** | **Double** | The longitude of where the coord you want to query -**type** | [**List**](String.md) | The type of data to search [optional] [default to [u'network', u'commercial_mode', u'line', u'line_group', u'route', u'stop_area']] [enum: network, commercial_mode, line, line_group, route, stop_area, stop_point] +**lat** | **Double** | The latitude of where the coord you want to query +**type** | [**List**](String.md) | The type of data to search [optional] [default to ['network', 'commercial_mode', 'line', 'line_group', 'route', 'stop_area']] [enum: network, commercial_mode, line, line_group, route, stop_area, stop_point] **count** | **Int** | The maximum number of ptobjects returned [optional] [default to 10] **adminUri** | [**List**](String.md) | If filled, will restrain the search within the given admin uris [optional] **depth** | **Int** | The depth of objects [optional] [default to 1] @@ -29,8 +29,8 @@ Name | Type | Note ```kotlin ExpertSdk.getInstance().ptobjectsApi.getCoverageLonLatPtObjects( q = "q_example", - lat = 0.0, lon = 0.0, + lat = 0.0, type = listOf(), count = 123, adminUri = listOf(), @@ -56,7 +56,7 @@ Name | Type | Note ---- | ---- | ---- **q** | **String** | The data to search **region** | **String** | The region you want to query -**type** | [**List**](String.md) | The type of data to search [optional] [default to [u'network', u'commercial_mode', u'line', u'line_group', u'route', u'stop_area']] [enum: network, commercial_mode, line, line_group, route, stop_area, stop_point] +**type** | [**List**](String.md) | The type of data to search [optional] [default to ['network', 'commercial_mode', 'line', 'line_group', 'route', 'stop_area']] [enum: network, commercial_mode, line, line_group, route, stop_area, stop_point] **count** | **Int** | The maximum number of ptobjects returned [optional] [default to 10] **adminUri** | [**List**](String.md) | If filled, will restrain the search within the given admin uris [optional] **depth** | **Int** | The depth of objects [optional] [default to 1] diff --git a/docs/expert/android/api/RouteSchedulesApi.md b/docs/expert/android/api/RouteSchedulesApi.md index 605f1eeec..cf0baae13 100644 --- a/docs/expert/android/api/RouteSchedulesApi.md +++ b/docs/expert/android/api/RouteSchedulesApi.md @@ -12,12 +12,12 @@ 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 **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] @@ -38,12 +38,12 @@ Name | Type | Note

Example

```kotlin ExpertSdk.getInstance().routeSchedulesApi.getCoverageLonLatUriRouteSchedules( - 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, @@ -76,8 +76,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] @@ -101,8 +101,8 @@ ExpertSdk.getInstance().routeSchedulesApi.getCoverageRegionUriRouteSchedules( 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, @@ -133,8 +133,8 @@ if (response.isSuccessful && response.body() != null) { Name | Type | Note ---- | ---- | ---- **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] @@ -156,8 +156,8 @@ Name | Type | Note ```kotlin ExpertSdk.getInstance().routeSchedulesApi.getRouteSchedules( 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/RoutesApi.md b/docs/expert/android/api/RoutesApi.md index bddb43e76..866a99160 100644 --- a/docs/expert/android/api/RoutesApi.md +++ b/docs/expert/android/api/RoutesApi.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().routesApi.getCoverageLonLatRoutes( - lat = 0.0, lon = 0.0, + lat = 0.0, startPage = 123, count = 123, depth = 123, @@ -56,12 +57,13 @@ ExpertSdk.getInstance().routesApi.getCoverageLonLatRoutes( 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().routesApi.getCoverageLonLatRoutesId( - lat = 0.0, lon = 0.0, + lat = 0.0, id = "id_example", startPage = 123, count = 123, @@ -118,11 +121,12 @@ ExpertSdk.getInstance().routesApi.getCoverageLonLatRoutesId( 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().routesApi.getCoverageLonLatUriRoutes( - lat = 0.0, lon = 0.0, + lat = 0.0, uri = "uri_example", startPage = 123, count = 123, @@ -180,12 +185,13 @@ ExpertSdk.getInstance().routesApi.getCoverageLonLatUriRoutes( 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().routesApi.getCoverageLonLatUriRoutesId( - lat = 0.0, lon = 0.0, + lat = 0.0, uri = "uri_example", id = "id_example", startPage = 123, @@ -244,11 +251,12 @@ ExpertSdk.getInstance().routesApi.getCoverageLonLatUriRoutesId( 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().routesApi.getCoverageRegionRoutes( 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().routesApi.getCoverageRegionRoutesId( 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().routesApi.getCoverageRegionUriRoutes( 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().routesApi.getCoverageRegionUriRoutesId( 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().routesApi.getRoutes( 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/StopAreasApi.md b/docs/expert/android/api/StopAreasApi.md index 607fcf56d..26db0dc9a 100644 --- a/docs/expert/android/api/StopAreasApi.md +++ b/docs/expert/android/api/StopAreasApi.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().stopAreasApi.getCoverageLonLatStopAreas( - lat = 0.0, lon = 0.0, + lat = 0.0, startPage = 123, count = 123, depth = 123, @@ -56,12 +57,13 @@ ExpertSdk.getInstance().stopAreasApi.getCoverageLonLatStopAreas( 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().stopAreasApi.getCoverageLonLatStopAreasId( - lat = 0.0, lon = 0.0, + lat = 0.0, id = "id_example", startPage = 123, count = 123, @@ -118,11 +121,12 @@ ExpertSdk.getInstance().stopAreasApi.getCoverageLonLatStopAreasId( 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().stopAreasApi.getCoverageLonLatUriStopAreas( - lat = 0.0, lon = 0.0, + lat = 0.0, uri = "uri_example", startPage = 123, count = 123, @@ -180,12 +185,13 @@ ExpertSdk.getInstance().stopAreasApi.getCoverageLonLatUriStopAreas( 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().stopAreasApi.getCoverageLonLatUriStopAreasId( - lat = 0.0, lon = 0.0, + lat = 0.0, uri = "uri_example", id = "id_example", startPage = 123, @@ -244,11 +251,12 @@ ExpertSdk.getInstance().stopAreasApi.getCoverageLonLatUriStopAreasId( 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().stopAreasApi.getCoverageRegionStopAreas( 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().stopAreasApi.getCoverageRegionStopAreasId( 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().stopAreasApi.getCoverageRegionUriStopAreas( 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().stopAreasApi.getCoverageRegionUriStopAreasId( 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().stopAreasApi.getStopAreas( 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/StopPointsApi.md b/docs/expert/android/api/StopPointsApi.md index e15f72ac3..6640113e9 100644 --- a/docs/expert/android/api/StopPointsApi.md +++ b/docs/expert/android/api/StopPointsApi.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().stopPointsApi.getCoverageLonLatStopPoints( - lat = 0.0, lon = 0.0, + lat = 0.0, startPage = 123, count = 123, depth = 123, @@ -56,12 +57,13 @@ ExpertSdk.getInstance().stopPointsApi.getCoverageLonLatStopPoints( 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().stopPointsApi.getCoverageLonLatStopPointsId( - lat = 0.0, lon = 0.0, + lat = 0.0, id = "id_example", startPage = 123, count = 123, @@ -118,11 +121,12 @@ ExpertSdk.getInstance().stopPointsApi.getCoverageLonLatStopPointsId( 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().stopPointsApi.getCoverageLonLatUriStopPoints( - lat = 0.0, lon = 0.0, + lat = 0.0, uri = "uri_example", startPage = 123, count = 123, @@ -180,12 +185,13 @@ ExpertSdk.getInstance().stopPointsApi.getCoverageLonLatUriStopPoints( 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().stopPointsApi.getCoverageLonLatUriStopPointsId( - lat = 0.0, lon = 0.0, + lat = 0.0, uri = "uri_example", id = "id_example", startPage = 123, @@ -244,11 +251,12 @@ ExpertSdk.getInstance().stopPointsApi.getCoverageLonLatUriStopPointsId( 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().stopPointsApi.getCoverageRegionStopPoints( 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().stopPointsApi.getCoverageRegionStopPointsId( 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().stopPointsApi.getCoverageRegionUriStopPoints( 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().stopPointsApi.getCoverageRegionUriStopPointsId( 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().stopPointsApi.getStopPoints( 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/StopSchedulesApi.md b/docs/expert/android/api/StopSchedulesApi.md index b24063f88..f92197cdf 100644 --- a/docs/expert/android/api/StopSchedulesApi.md +++ b/docs/expert/android/api/StopSchedulesApi.md @@ -12,12 +12,12 @@ 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 **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] @@ -38,12 +38,12 @@ Name | Type | Note

Example

```kotlin ExpertSdk.getInstance().stopSchedulesApi.getCoverageLonLatUriStopSchedules( - 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, @@ -76,8 +76,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] @@ -101,8 +101,8 @@ ExpertSdk.getInstance().stopSchedulesApi.getCoverageRegionUriStopSchedules( 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, @@ -133,8 +133,8 @@ if (response.isSuccessful && response.body() != null) { Name | Type | Note ---- | ---- | ---- **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] @@ -156,8 +156,8 @@ Name | Type | Note ```kotlin ExpertSdk.getInstance().stopSchedulesApi.getStopSchedules( 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/TerminusSchedulesApi.md b/docs/expert/android/api/TerminusSchedulesApi.md index a279989cc..e3424bda2 100644 --- a/docs/expert/android/api/TerminusSchedulesApi.md +++ b/docs/expert/android/api/TerminusSchedulesApi.md @@ -12,12 +12,12 @@ 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 **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] @@ -38,12 +38,12 @@ Name | Type | Note

Example

```kotlin ExpertSdk.getInstance().terminusSchedulesApi.getCoverageLonLatUriTerminusSchedules( - 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, @@ -76,8 +76,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] @@ -101,8 +101,8 @@ ExpertSdk.getInstance().terminusSchedulesApi.getCoverageRegionUriTerminusSchedul 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, @@ -133,8 +133,8 @@ if (response.isSuccessful && response.body() != null) { Name | Type | Note ---- | ---- | ---- **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] @@ -156,8 +156,8 @@ Name | Type | Note ```kotlin ExpertSdk.getInstance().terminusSchedulesApi.getTerminusSchedules( 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/TrafficReportApi.md b/docs/expert/android/api/TrafficReportApi.md index 6085ed958..e86cd028e 100644 --- a/docs/expert/android/api/TrafficReportApi.md +++ b/docs/expert/android/api/TrafficReportApi.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 **depth** | **Int** | The depth of your object [optional] [default to 1] **count** | **Int** | Number of objects per page [optional] [default to 10] **startPage** | **Int** | The current page [optional] @@ -22,8 +22,9 @@ Name | Type | Note **forbiddenUris** | [**List**](String.md) | forbidden uris [optional] **distance** | **Int** | Distance range of the query. Used only if a coord is in the query [optional] [default to 200] **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] +**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] +**since** | **LocalDateTime** | use disruptions valid after this date [optional] +**until** | **LocalDateTime** | use disruptions valid before this date [optional] ### Return [**TrafficReports**](../model/TrafficReports.md) @@ -31,8 +32,8 @@ Name | Type | Note

Example

```kotlin ExpertSdk.getInstance().trafficReportApi.getCoverageLonLatTrafficReports( - lat = 0.0, lon = 0.0, + lat = 0.0, depth = 123, count = 123, startPage = 123, @@ -40,8 +41,9 @@ ExpertSdk.getInstance().trafficReportApi.getCoverageLonLatTrafficReports( forbiddenUris = listOf(), distance = 123, disableGeojson = true, - since = DateTime.now(), - until = DateTime.now() + language = "language_example", + since = LocalDateTime.now(), + until = LocalDateTime.now() ) if (response.isSuccessful && response.body() != null) { @@ -58,8 +60,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 10] @@ -68,8 +70,9 @@ Name | Type | Note **forbiddenUris** | [**List**](String.md) | forbidden uris [optional] **distance** | **Int** | Distance range of the query. Used only if a coord is in the query [optional] [default to 200] **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] +**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] +**since** | **LocalDateTime** | use disruptions valid after this date [optional] +**until** | **LocalDateTime** | use disruptions valid before this date [optional] ### Return [**TrafficReports**](../model/TrafficReports.md) @@ -77,8 +80,8 @@ Name | Type | Note

Example

```kotlin ExpertSdk.getInstance().trafficReportApi.getCoverageLonLatUriTrafficReports( - lat = 0.0, lon = 0.0, + lat = 0.0, uri = "uri_example", depth = 123, count = 123, @@ -87,8 +90,9 @@ ExpertSdk.getInstance().trafficReportApi.getCoverageLonLatUriTrafficReports( forbiddenUris = listOf(), distance = 123, disableGeojson = true, - since = DateTime.now(), - until = DateTime.now() + language = "language_example", + since = LocalDateTime.now(), + until = LocalDateTime.now() ) if (response.isSuccessful && response.body() != null) { @@ -113,8 +117,9 @@ Name | Type | Note **forbiddenUris** | [**List**](String.md) | forbidden uris [optional] **distance** | **Int** | Distance range of the query. Used only if a coord is in the query [optional] [default to 200] **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] +**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] +**since** | **LocalDateTime** | use disruptions valid after this date [optional] +**until** | **LocalDateTime** | use disruptions valid before this date [optional] ### Return [**TrafficReports**](../model/TrafficReports.md) @@ -130,8 +135,9 @@ ExpertSdk.getInstance().trafficReportApi.getCoverageRegionTrafficReports( forbiddenUris = listOf(), distance = 123, disableGeojson = true, - since = DateTime.now(), - until = DateTime.now() + language = "language_example", + since = LocalDateTime.now(), + until = LocalDateTime.now() ) if (response.isSuccessful && response.body() != null) { @@ -157,8 +163,9 @@ Name | Type | Note **forbiddenUris** | [**List**](String.md) | forbidden uris [optional] **distance** | **Int** | Distance range of the query. Used only if a coord is in the query [optional] [default to 200] **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] +**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] +**since** | **LocalDateTime** | use disruptions valid after this date [optional] +**until** | **LocalDateTime** | use disruptions valid before this date [optional] ### Return [**TrafficReports**](../model/TrafficReports.md) @@ -175,8 +182,9 @@ ExpertSdk.getInstance().trafficReportApi.getCoverageRegionUriTrafficReports( forbiddenUris = listOf(), distance = 123, disableGeojson = true, - since = DateTime.now(), - until = DateTime.now() + language = "language_example", + since = LocalDateTime.now(), + until = LocalDateTime.now() ) if (response.isSuccessful && response.body() != null) { diff --git a/docs/expert/android/api/TripsApi.md b/docs/expert/android/api/TripsApi.md index 7e01b9ee2..386e151ff 100644 --- a/docs/expert/android/api/TripsApi.md +++ b/docs/expert/android/api/TripsApi.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 [**Trips**](../model/Trips.md) @@ -42,8 +43,8 @@ Name | Type | Note

Example

```kotlin ExpertSdk.getInstance().tripsApi.getCoverageLonLatTrips( - lat = 0.0, lon = 0.0, + lat = 0.0, startPage = 123, count = 123, depth = 123, @@ -54,12 +55,13 @@ ExpertSdk.getInstance().tripsApi.getCoverageLonLatTrips( 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 [**Trips**](../model/Trips.md) @@ -101,8 +104,8 @@ Name | Type | Note

Example

```kotlin ExpertSdk.getInstance().tripsApi.getCoverageLonLatTripsId( - lat = 0.0, lon = 0.0, + lat = 0.0, id = "id_example", startPage = 123, count = 123, @@ -114,11 +117,12 @@ ExpertSdk.getInstance().tripsApi.getCoverageLonLatTripsId( 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 [**Trips**](../model/Trips.md) @@ -161,8 +166,8 @@ Name | Type | Note

Example

```kotlin ExpertSdk.getInstance().tripsApi.getCoverageLonLatUriTrips( - lat = 0.0, lon = 0.0, + lat = 0.0, uri = "uri_example", startPage = 123, count = 123, @@ -174,12 +179,13 @@ ExpertSdk.getInstance().tripsApi.getCoverageLonLatUriTrips( 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 [**Trips**](../model/Trips.md) @@ -222,8 +229,8 @@ Name | Type | Note

Example

```kotlin ExpertSdk.getInstance().tripsApi.getCoverageLonLatUriTripsId( - lat = 0.0, lon = 0.0, + lat = 0.0, uri = "uri_example", id = "id_example", startPage = 123, @@ -236,11 +243,12 @@ ExpertSdk.getInstance().tripsApi.getCoverageLonLatUriTripsId( 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 [**Trips**](../model/Trips.md) @@ -292,12 +301,13 @@ ExpertSdk.getInstance().tripsApi.getCoverageRegionTrips( 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 [**Trips**](../model/Trips.md) @@ -350,11 +361,12 @@ ExpertSdk.getInstance().tripsApi.getCoverageRegionTripsId( 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 [**Trips**](../model/Trips.md) @@ -408,12 +421,13 @@ ExpertSdk.getInstance().tripsApi.getCoverageRegionUriTrips( 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 [**Trips**](../model/Trips.md) @@ -468,11 +483,12 @@ ExpertSdk.getInstance().tripsApi.getCoverageRegionUriTripsId( 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/VehicleJourneysApi.md b/docs/expert/android/api/VehicleJourneysApi.md index bc2168944..3e938b150 100644 --- a/docs/expert/android/api/VehicleJourneysApi.md +++ b/docs/expert/android/api/VehicleJourneysApi.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 **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] @@ -28,15 +28,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 [**VehicleJourneys**](../model/VehicleJourneys.md) @@ -44,8 +45,8 @@ Name | Type | Note

Example

```kotlin ExpertSdk.getInstance().vehicleJourneysApi.getCoverageLonLatUriVehicleJourneys( - lat = 0.0, lon = 0.0, + lat = 0.0, uri = "uri_example", startPage = 123, count = 123, @@ -57,12 +58,13 @@ ExpertSdk.getInstance().vehicleJourneysApi.getCoverageLonLatUriVehicleJourneys( 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) { @@ -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 **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] @@ -90,14 +92,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 [**VehicleJourneys**](../model/VehicleJourneys.md) @@ -105,8 +108,8 @@ Name | Type | Note

Example

```kotlin ExpertSdk.getInstance().vehicleJourneysApi.getCoverageLonLatUriVehicleJourneysId( - lat = 0.0, lon = 0.0, + lat = 0.0, uri = "uri_example", id = "id_example", startPage = 123, @@ -119,11 +122,12 @@ ExpertSdk.getInstance().vehicleJourneysApi.getCoverageLonLatUriVehicleJourneysId 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) { @@ -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 **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] @@ -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] ### Return [**VehicleJourneys**](../model/VehicleJourneys.md) @@ -165,8 +170,8 @@ Name | Type | Note

Example

```kotlin ExpertSdk.getInstance().vehicleJourneysApi.getCoverageLonLatVehicleJourneys( - lat = 0.0, lon = 0.0, + lat = 0.0, startPage = 123, count = 123, depth = 123, @@ -177,12 +182,13 @@ ExpertSdk.getInstance().vehicleJourneysApi.getCoverageLonLatVehicleJourneys( 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) { @@ -199,8 +205,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] @@ -209,14 +215,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 [**VehicleJourneys**](../model/VehicleJourneys.md) @@ -224,8 +231,8 @@ Name | Type | Note

Example

```kotlin ExpertSdk.getInstance().vehicleJourneysApi.getCoverageLonLatVehicleJourneysId( - lat = 0.0, lon = 0.0, + lat = 0.0, id = "id_example", startPage = 123, count = 123, @@ -237,11 +244,12 @@ ExpertSdk.getInstance().vehicleJourneysApi.getCoverageLonLatVehicleJourneysId( 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) { @@ -267,15 +275,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 [**VehicleJourneys**](../model/VehicleJourneys.md) @@ -295,12 +304,13 @@ ExpertSdk.getInstance().vehicleJourneysApi.getCoverageRegionUriVehicleJourneys( 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) { @@ -327,14 +337,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 [**VehicleJourneys**](../model/VehicleJourneys.md) @@ -355,11 +366,12 @@ ExpertSdk.getInstance().vehicleJourneysApi.getCoverageRegionUriVehicleJourneysId 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) { @@ -384,15 +396,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 [**VehicleJourneys**](../model/VehicleJourneys.md) @@ -411,12 +424,13 @@ ExpertSdk.getInstance().vehicleJourneysApi.getCoverageRegionVehicleJourneys( 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) { @@ -442,14 +456,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 [**VehicleJourneys**](../model/VehicleJourneys.md) @@ -469,11 +484,12 @@ ExpertSdk.getInstance().vehicleJourneysApi.getCoverageRegionVehicleJourneysId( 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) { @@ -497,15 +513,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] ### Return [**VehicleJourneys**](../model/VehicleJourneys.md) @@ -523,12 +540,13 @@ ExpertSdk.getInstance().vehicleJourneysApi.getVehicleJourneys( 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) { diff --git a/docs/expert/android/api/VehiclePositionsApi.md b/docs/expert/android/api/VehiclePositionsApi.md index 4b3e25efa..0ab1475bb 100644 --- a/docs/expert/android/api/VehiclePositionsApi.md +++ b/docs/expert/android/api/VehiclePositionsApi.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().vehiclePositionsApi.getCoordLonLatVehiclePositions( - 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().vehiclePositionsApi.getCoordsLonLatVehiclePositions( - 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 **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] @@ -104,8 +104,8 @@ Name | Type | Note

Example

```kotlin ExpertSdk.getInstance().vehiclePositionsApi.getCoverageLonLatUriVehiclePositions( - lat = 0.0, lon = 0.0, + lat = 0.0, uri = "uri_example", depth = 123, count = 123, @@ -128,8 +128,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] @@ -142,8 +142,8 @@ Name | Type | Note

Example

```kotlin ExpertSdk.getInstance().vehiclePositionsApi.getCoverageLonLatVehiclePositions( - lat = 0.0, lon = 0.0, + lat = 0.0, depth = 123, count = 123, filter = "filter_example", diff --git a/docs/expert/android/apis.md b/docs/expert/android/apis.md index a281a9b23..45f5e3254 100644 --- a/docs/expert/android/apis.md +++ b/docs/expert/android/apis.md @@ -14,6 +14,7 @@ title: Available APIs - Expert Android - Navitia SDK Docs |[**ContributorsApi**](api/ContributorsApi.md) | |[**CoordApi**](api/CoordApi.md) | |[**CoordsApi**](api/CoordsApi.md) | +|[**CoverageApi**](api/CoverageApi.md) | |[**DatasetsApi**](api/DatasetsApi.md) | |[**DisruptionsApi**](api/DisruptionsApi.md) | |[**EquipmentReportsApi**](api/EquipmentReportsApi.md) | @@ -30,6 +31,7 @@ title: Available APIs - Expert Android - Navitia SDK Docs |[**NetworksApi**](api/NetworksApi.md) | |[**NextArrivalsApi**](api/NextArrivalsApi.md) | |[**NextDeparturesApi**](api/NextDeparturesApi.md) | +|[**ObstaclesNearbyApi**](api/ObstaclesNearbyApi.md) | |[**PhysicalModesApi**](api/PhysicalModesApi.md) | |[**PlaceUriApi**](api/PlaceUriApi.md) | |[**PlacesApi**](api/PlacesApi.md) | diff --git a/docs/expert/android/changelogs.md b/docs/expert/android/changelogs.md index 1616c7356..f3bea5c1f 100644 --- a/docs/expert/android/changelogs.md +++ b/docs/expert/android/changelogs.md @@ -4,6 +4,8 @@ title: Expert Android - Changelogs - Navitia SDK Docs # Expert Android Changelogs +* [v3.7.0](releases/3.7.0/index.md) (_24 Mar 2024_) +* [v3.6.0](releases/3.6.0/index.md) (_13 Feb 2024_) * [v3.5.2](releases/3.5.2/index.md) (_02 Dec 2024_) * [v3.5.1](releases/3.5.1/index.md) (_24 Jun 2024_) * [v3.5.0](releases/3.5.0/index.md) (_30 Jan 2024_) diff --git a/docs/expert/android/index.md b/docs/expert/android/index.md index 8df7c86bd..680b86f8b 100644 --- a/docs/expert/android/index.md +++ b/docs/expert/android/index.md @@ -10,7 +10,7 @@ Add the following dependency in the `build.gradle` file of your application: ```kotlin dependencies { - implementation("com.kisio.navitia.sdk.data:expert:3.5.2") + implementation("com.kisio.navitia.sdk.data:expert:3.7.0") } ``` diff --git a/docs/expert/android/model/AccessPoint.md b/docs/expert/android/model/AccessPoint.md index 573cbf1d6..833d03cfa 100644 --- a/docs/expert/android/model/AccessPoint.md +++ b/docs/expert/android/model/AccessPoint.md @@ -4,8 +4,16 @@ Name | Type | Note ---- | ---- | ---- -**id** | **String** | Identifier of the object -**name** | **String** | Name of the object -**accessPointCode** | **String** | [optional] +**id** | **String** | Identifier of the object +**name** | **String** | Name of the object **coord** | [**Coord**](Coord.md) | [optional] +**accessPointCode** | **String** | [optional] +**embeddedType** | [**EmbeddedType**](#EmbeddedType) | + +## EmbeddedType + +Name | Value +---- | ----- +PT_ACCESS_POINT | "pt_access_point" +POI_ACCESS_POINT | "poi_access_point" diff --git a/docs/expert/android/model/AccessPoints.md b/docs/expert/android/model/AccessPoints.md index a1560b4a7..969dd5ef9 100644 --- a/docs/expert/android/model/AccessPoints.md +++ b/docs/expert/android/model/AccessPoints.md @@ -5,12 +5,12 @@ Name | Type | Note ---- | ---- | ---- **pagination** | [**Pagination**](Pagination.md) | -**links** | [**List**](LinkSchema.md) | [optional] -**warnings** | [**List**](BetaEndpoints.md) | +**error** | [**Error**](Error.md) | [optional] +**feedPublishers** | [**List**](FeedPublisher.md) | **disruptions** | [**List**](Disruption.md) | **notes** | [**List**](Note.md) | [optional] -**feedPublishers** | [**List**](FeedPublisher.md) | -**accessPoints** | [**List**](AccessPoint.md) | +**links** | [**List**](LinkSchema.md) | [optional] **context** | [**Context**](Context.md) | [optional] -**error** | [**Error**](Error.md) | [optional] +**accessPoints** | [**List**](AccessPoint.md) | +**warnings** | [**List**](BetaEndpoints.md) | diff --git a/docs/expert/android/model/Address.md b/docs/expert/android/model/Address.md index 235b5bf0d..fa3b8418a 100644 --- a/docs/expert/android/model/Address.md +++ b/docs/expert/android/model/Address.md @@ -4,10 +4,10 @@ Name | Type | Note ---- | ---- | ---- +**id** | **String** | Identifier of the object **name** | **String** | Name of the object **houseNumber** | **Int** | **coord** | [**Coord**](Coord.md) | [optional] **label** | **String** | [optional] **administrativeRegions** | [**List**](Admin.md) | [optional] -**id** | **String** | Identifier of the object diff --git a/docs/expert/android/model/Admin.md b/docs/expert/android/model/Admin.md index 94a599a09..741b71777 100644 --- a/docs/expert/android/model/Admin.md +++ b/docs/expert/android/model/Admin.md @@ -4,11 +4,11 @@ Name | Type | Note ---- | ---- | ---- -**insee** | **String** | [optional] +**id** | **String** | Identifier of the object **name** | **String** | Name of the object **level** | **Int** | [optional] -**coord** | [**Coord**](Coord.md) | [optional] -**label** | **String** | [optional] -**id** | **String** | Identifier of the object **zipCode** | **String** | +**label** | **String** | [optional] +**insee** | **String** | [optional] +**coord** | [**Coord**](Coord.md) | [optional] diff --git a/docs/expert/android/model/AirPollutants.md b/docs/expert/android/model/AirPollutants.md new file mode 100644 index 000000000..a33e9e776 --- /dev/null +++ b/docs/expert/android/model/AirPollutants.md @@ -0,0 +1,9 @@ +# AirPollutants + +## Properties + +Name | Type | Note +---- | ---- | ---- +**unit** | **String** | [optional] +**values** | [**PollutantValue**](PollutantValue.md) | [optional] + diff --git a/docs/expert/android/model/Arrivals.md b/docs/expert/android/model/Arrivals.md index ab2869c08..5c9b139ec 100644 --- a/docs/expert/android/model/Arrivals.md +++ b/docs/expert/android/model/Arrivals.md @@ -5,12 +5,12 @@ Name | Type | Note ---- | ---- | ---- **pagination** | [**Pagination**](Pagination.md) | -**links** | [**List**](LinkSchema.md) | [optional] +**error** | [**Error**](Error.md) | [optional] +**feedPublishers** | [**List**](FeedPublisher.md) | **disruptions** | [**List**](Disruption.md) | **notes** | [**List**](Note.md) | [optional] -**arrivals** | [**List**](Passage.md) | -**feedPublishers** | [**List**](FeedPublisher.md) | +**links** | [**List**](LinkSchema.md) | [optional] **context** | [**Context**](Context.md) | [optional] -**error** | [**Error**](Error.md) | [optional] **exceptions** | [**List**](Exception.md) | [optional] +**arrivals** | [**List**](Passage.md) | diff --git a/docs/expert/android/model/BetaEndpoints.md b/docs/expert/android/model/BetaEndpoints.md index a06af4c82..ceffe87ab 100644 --- a/docs/expert/android/model/BetaEndpoints.md +++ b/docs/expert/android/model/BetaEndpoints.md @@ -4,6 +4,6 @@ Name | Type | Note ---- | ---- | ---- -**message** | **String** | **id** | **String** | +**message** | **String** | diff --git a/docs/expert/android/model/BookingRule.md b/docs/expert/android/model/BookingRule.md new file mode 100644 index 000000000..5685a73c0 --- /dev/null +++ b/docs/expert/android/model/BookingRule.md @@ -0,0 +1,20 @@ +# BookingRule + +## Properties + +Name | Type | Note +---- | ---- | ---- +**name** | **String** | +**infoUrl** | **String** | +**message** | **String** | +**phoneNumber** | **String** | +**bookingUrl** | **String** | +**appliesOn** | [**List**](#AppliesOn) | [optional] + +## AppliesOn + +Name | Value +---- | ----- +FROM | "from" +TO | "to" + diff --git a/docs/expert/android/model/CO2.md b/docs/expert/android/model/CO2.md index a2fb099b8..65b02d40a 100644 --- a/docs/expert/android/model/CO2.md +++ b/docs/expert/android/model/CO2.md @@ -5,4 +5,5 @@ Name | Type | Note ---- | ---- | ---- **co2Emission** | [**Amount**](Amount.md) | [optional] +**airPollutants** | [**AirPollutants**](AirPollutants.md) | [optional] diff --git a/docs/expert/android/model/CO2EmissionRate.md b/docs/expert/android/model/CO2EmissionRate.md new file mode 100644 index 000000000..772aea35a --- /dev/null +++ b/docs/expert/android/model/CO2EmissionRate.md @@ -0,0 +1,9 @@ +# CO2EmissionRate + +## Properties + +Name | Type | Note +---- | ---- | ---- +**value** | **Float** | [optional] +**unit** | **String** | [optional] + diff --git a/docs/expert/android/model/Calendar.md b/docs/expert/android/model/Calendar.md index 5a3941b39..763dcd871 100644 --- a/docs/expert/android/model/Calendar.md +++ b/docs/expert/android/model/Calendar.md @@ -4,10 +4,10 @@ Name | Type | Note ---- | ---- | ---- -**activePeriods** | [**List**](CalendarPeriod.md) | [optional] +**id** | **String** | Identifier of the object [optional] **name** | **String** | Name of the object [optional] +**weekPattern** | [**WeekPattern**](WeekPattern.md) | [optional] **validityPattern** | [**ValidityPattern**](ValidityPattern.md) | [optional] **exceptions** | [**List**](CalendarException.md) | [optional] -**weekPattern** | [**WeekPattern**](WeekPattern.md) | [optional] -**id** | **String** | Identifier of the object [optional] +**activePeriods** | [**List**](CalendarPeriod.md) | [optional] diff --git a/docs/expert/android/model/CalendarException.md b/docs/expert/android/model/CalendarException.md index 336d99da0..26f277320 100644 --- a/docs/expert/android/model/CalendarException.md +++ b/docs/expert/android/model/CalendarException.md @@ -4,6 +4,6 @@ Name | Type | Note ---- | ---- | ---- -**type** | **String** | [optional] **datetime** | **String** | [optional] +**type** | **String** | [optional] diff --git a/docs/expert/android/model/Calendars.md b/docs/expert/android/model/Calendars.md index 20b34d29e..169692cce 100644 --- a/docs/expert/android/model/Calendars.md +++ b/docs/expert/android/model/Calendars.md @@ -5,11 +5,11 @@ Name | Type | Note ---- | ---- | ---- **pagination** | [**Pagination**](Pagination.md) | -**links** | [**List**](LinkSchema.md) | [optional] +**error** | [**Error**](Error.md) | [optional] +**feedPublishers** | [**List**](FeedPublisher.md) | **disruptions** | [**List**](Disruption.md) | **notes** | [**List**](Note.md) | [optional] -**calendars** | [**List**](Calendar.md) | -**feedPublishers** | [**List**](FeedPublisher.md) | +**links** | [**List**](LinkSchema.md) | [optional] **context** | [**Context**](Context.md) | [optional] -**error** | [**Error**](Error.md) | [optional] +**calendars** | [**List**](Calendar.md) | diff --git a/docs/expert/android/model/CarPark.md b/docs/expert/android/model/CarPark.md index eca0f3503..88506e90a 100644 --- a/docs/expert/android/model/CarPark.md +++ b/docs/expert/android/model/CarPark.md @@ -5,13 +5,14 @@ Name | Type | Note ---- | ---- | ---- **available** | **Int** | [optional] -**occupiedElectricVehicle** | **Int** | [optional] -**availableRidesharing** | **Int** | [optional] -**occupiedPRM** | **Int** | [optional] +**occupied** | **Int** | [optional] **availablePRM** | **Int** | [optional] +**occupiedPRM** | **Int** | [optional] **totalPlaces** | **Int** | [optional] -**state** | **String** | [optional] +**availableRidesharing** | **Int** | [optional] **occupiedRidesharing** | **Int** | [optional] -**occupied** | **Int** | [optional] **availableElectricVehicle** | **Int** | [optional] +**occupiedElectricVehicle** | **Int** | [optional] +**state** | **String** | [optional] +**availability** | **Boolean** | diff --git a/docs/expert/android/model/CellLonSchema.md b/docs/expert/android/model/CellLonSchema.md index 87a303eff..c3de08cb8 100644 --- a/docs/expert/android/model/CellLonSchema.md +++ b/docs/expert/android/model/CellLonSchema.md @@ -4,7 +4,7 @@ Name | Type | Note ---- | ---- | ---- -**minLon** | **Float** | [optional] **centerLon** | **Float** | [optional] **maxLon** | **Float** | [optional] +**minLon** | **Float** | [optional] diff --git a/docs/expert/android/model/Channel.md b/docs/expert/android/model/Channel.md index d6edc5d86..e6feb843e 100644 --- a/docs/expert/android/model/Channel.md +++ b/docs/expert/android/model/Channel.md @@ -6,8 +6,8 @@ Name | Type | Note ---- | ---- | ---- **contentType** | **String** | **id** | **String** | -**types** | [**List**](#Types) | [optional] **name** | **String** | +**types** | [**List**](#Types) | [optional] ## Types @@ -23,4 +23,5 @@ FACEBOOK | "facebook" UNKNOWN_TYPE | "unknown_type" TITLE | "title" BEACON | "beacon" +PIDS | "pids" diff --git a/docs/expert/android/model/Comment.md b/docs/expert/android/model/Comment.md index 335aead51..9885204e2 100644 --- a/docs/expert/android/model/Comment.md +++ b/docs/expert/android/model/Comment.md @@ -4,6 +4,6 @@ Name | Type | Note ---- | ---- | ---- -**type** | **String** | [optional] **value** | **String** | [optional] +**type** | **String** | [optional] diff --git a/docs/expert/android/model/CommercialModes.md b/docs/expert/android/model/CommercialModes.md index 3c397fb1d..6643668ac 100644 --- a/docs/expert/android/model/CommercialModes.md +++ b/docs/expert/android/model/CommercialModes.md @@ -5,11 +5,11 @@ Name | Type | Note ---- | ---- | ---- **pagination** | [**Pagination**](Pagination.md) | -**commercialModes** | [**List**](CommercialMode.md) | [optional] -**links** | [**List**](LinkSchema.md) | [optional] +**error** | [**Error**](Error.md) | [optional] +**feedPublishers** | [**List**](FeedPublisher.md) | **disruptions** | [**List**](Disruption.md) | **notes** | [**List**](Note.md) | [optional] -**feedPublishers** | [**List**](FeedPublisher.md) | +**links** | [**List**](LinkSchema.md) | [optional] **context** | [**Context**](Context.md) | [optional] -**error** | [**Error**](Error.md) | [optional] +**commercialModes** | [**List**](CommercialMode.md) | [optional] diff --git a/docs/expert/android/model/Companie.md b/docs/expert/android/model/Companie.md index 08011b68f..5537e58ef 100644 --- a/docs/expert/android/model/Companie.md +++ b/docs/expert/android/model/Companie.md @@ -4,7 +4,7 @@ Name | Type | Note ---- | ---- | ---- -**codes** | [**List**](Code.md) | **id** | **String** | Identifier of the object **name** | **String** | Name of the object +**codes** | [**List**](Code.md) | diff --git a/docs/expert/android/model/Companies.md b/docs/expert/android/model/Companies.md index 57cb17e8c..8fe72409b 100644 --- a/docs/expert/android/model/Companies.md +++ b/docs/expert/android/model/Companies.md @@ -5,11 +5,11 @@ Name | Type | Note ---- | ---- | ---- **pagination** | [**Pagination**](Pagination.md) | -**links** | [**List**](LinkSchema.md) | [optional] +**error** | [**Error**](Error.md) | [optional] +**feedPublishers** | [**List**](FeedPublisher.md) | **disruptions** | [**List**](Disruption.md) | **notes** | [**List**](Note.md) | [optional] -**companies** | [**List**](Companie.md) | [optional] -**feedPublishers** | [**List**](FeedPublisher.md) | +**links** | [**List**](LinkSchema.md) | [optional] **context** | [**Context**](Context.md) | [optional] -**error** | [**Error**](Error.md) | [optional] +**companies** | [**List**](Companie.md) | [optional] diff --git a/docs/expert/android/model/Context.md b/docs/expert/android/model/Context.md index cf014ddfe..c171b97b3 100644 --- a/docs/expert/android/model/Context.md +++ b/docs/expert/android/model/Context.md @@ -4,7 +4,7 @@ Name | Type | Note ---- | ---- | ---- -**timezone** | **String** | Timezone of any datetime in the response, default value Africa/Abidjan (UTC) [optional] -**currentDatetime** | **String** | The datetime of the request (considered as \"now\") [optional] **carDirectPath** | [**CO2**](CO2.md) | [optional] +**currentDatetime** | **String** | The datetime of the request (considered as \"now\") [optional] +**timezone** | **String** | Timezone of any datetime in the response, default value Africa/Abidjan (UTC) [optional] diff --git a/docs/expert/android/model/Contributor.md b/docs/expert/android/model/Contributor.md index 1a373e152..288c46996 100644 --- a/docs/expert/android/model/Contributor.md +++ b/docs/expert/android/model/Contributor.md @@ -4,8 +4,8 @@ Name | Type | Note ---- | ---- | ---- -**website** | **String** | [optional] **id** | **String** | Identifier of the object -**license** | **String** | [optional] **name** | **String** | Name of the object +**website** | **String** | [optional] +**license** | **String** | [optional] diff --git a/docs/expert/android/model/Contributors.md b/docs/expert/android/model/Contributors.md index 90d79466a..dd40bcf7e 100644 --- a/docs/expert/android/model/Contributors.md +++ b/docs/expert/android/model/Contributors.md @@ -5,11 +5,11 @@ Name | Type | Note ---- | ---- | ---- **pagination** | [**Pagination**](Pagination.md) | -**contributors** | [**List**](Contributor.md) | [optional] -**links** | [**List**](LinkSchema.md) | [optional] +**error** | [**Error**](Error.md) | [optional] +**feedPublishers** | [**List**](FeedPublisher.md) | **disruptions** | [**List**](Disruption.md) | **notes** | [**List**](Note.md) | [optional] -**feedPublishers** | [**List**](FeedPublisher.md) | +**links** | [**List**](LinkSchema.md) | [optional] **context** | [**Context**](Context.md) | [optional] -**error** | [**Error**](Error.md) | [optional] +**contributors** | [**List**](Contributor.md) | [optional] diff --git a/docs/expert/android/model/Coord.md b/docs/expert/android/model/Coord.md index 5dd913b19..e0ffc2f2e 100644 --- a/docs/expert/android/model/Coord.md +++ b/docs/expert/android/model/Coord.md @@ -4,6 +4,6 @@ Name | Type | Note ---- | ---- | ---- -**lat** | **String** | **lon** | **String** | +**lat** | **String** | diff --git a/docs/expert/android/model/Cost.md b/docs/expert/android/model/Cost.md index 824cfafab..22b7440cb 100644 --- a/docs/expert/android/model/Cost.md +++ b/docs/expert/android/model/Cost.md @@ -4,6 +4,6 @@ Name | Type | Note ---- | ---- | ---- -**currency** | **String** | [optional] **value** | **String** | +**currency** | **String** | [optional] diff --git a/docs/expert/android/model/Coverage.md b/docs/expert/android/model/Coverage.md index 68a4b19e4..f08910d35 100644 --- a/docs/expert/android/model/Coverage.md +++ b/docs/expert/android/model/Coverage.md @@ -4,13 +4,13 @@ Name | Type | Note ---- | ---- | ---- -**status** | **String** | [optional] -**datasetCreatedAt** | **String** | Creation date of the dataset [optional] -**name** | **String** | Name of the coverage +**id** | **String** | Identifier of the coverage **startProductionDate** | **String** | Beginning of the production period. We only have data on this production period [optional] -**shape** | **String** | GeoJSON of the shape of the coverage **endProductionDate** | **String** | End of the production period. We only have data on this production period [optional] -**error** | [**CoverageError**](CoverageError.md) | [optional] **lastLoadAt** | **String** | Datetime of the last data loading [optional] -**id** | **String** | Identifier of the coverage +**name** | **String** | Name of the coverage +**status** | **String** | [optional] +**shape** | **String** | GeoJSON of the shape of the coverage +**error** | [**CoverageError**](CoverageError.md) | [optional] +**datasetCreatedAt** | **String** | Creation date of the dataset [optional] diff --git a/docs/expert/android/model/CurrentAvailability.md b/docs/expert/android/model/CurrentAvailability.md index bcd948568..4fd3186eb 100644 --- a/docs/expert/android/model/CurrentAvailability.md +++ b/docs/expert/android/model/CurrentAvailability.md @@ -5,10 +5,10 @@ Name | Type | Note ---- | ---- | ---- **status** | [**Status**](#Status) | [optional] -**effect** | [**Effect**](Effect.md) | [optional] -**cause** | [**Cause**](Cause.md) | [optional] **periods** | [**List**](Period.md) | [optional] **updatedAt** | **String** | [optional] +**cause** | [**Cause**](Cause.md) | [optional] +**effect** | [**Effect**](Effect.md) | [optional] ## Status diff --git a/docs/expert/android/model/Dataset.md b/docs/expert/android/model/Dataset.md index 2a943622c..1618f39ef 100644 --- a/docs/expert/android/model/Dataset.md +++ b/docs/expert/android/model/Dataset.md @@ -4,11 +4,11 @@ Name | Type | Note ---- | ---- | ---- -**realtimeLevel** | **String** | [optional] +**id** | **String** | Identifier of the object **description** | **String** | [optional] -**system** | **String** | Type of dataset provided (GTFS, Chouette, ...) [optional] **startValidationDate** | **String** | Start of the validity period for the dataset [optional] **endValidationDate** | **String** | End of the validity period for the dataset [optional] +**system** | **String** | Type of dataset provided (GTFS, Chouette, ...) [optional] +**realtimeLevel** | **String** | [optional] **contributor** | [**Contributor**](Contributor.md) | Contributor providing the dataset [optional] -**id** | **String** | Identifier of the object diff --git a/docs/expert/android/model/Datasets.md b/docs/expert/android/model/Datasets.md index 03b811eab..02d95e80d 100644 --- a/docs/expert/android/model/Datasets.md +++ b/docs/expert/android/model/Datasets.md @@ -5,11 +5,11 @@ Name | Type | Note ---- | ---- | ---- **pagination** | [**Pagination**](Pagination.md) | -**datasets** | [**List**](Dataset.md) | [optional] -**links** | [**List**](LinkSchema.md) | [optional] +**error** | [**Error**](Error.md) | [optional] +**feedPublishers** | [**List**](FeedPublisher.md) | **disruptions** | [**List**](Disruption.md) | **notes** | [**List**](Note.md) | [optional] -**feedPublishers** | [**List**](FeedPublisher.md) | +**links** | [**List**](LinkSchema.md) | [optional] +**datasets** | [**List**](Dataset.md) | [optional] **context** | [**Context**](Context.md) | [optional] -**error** | [**Error**](Error.md) | [optional] diff --git a/docs/expert/android/model/DateTimeType.md b/docs/expert/android/model/DateTimeType.md index 873e79b99..4ea8343a1 100644 --- a/docs/expert/android/model/DateTimeType.md +++ b/docs/expert/android/model/DateTimeType.md @@ -6,8 +6,8 @@ Name | Type | Note ---- | ---- | ---- **dateTime** | **String** | **baseDateTime** | **String** | [optional] -**links** | [**List**](LinkSchema.md) | **additionalInformations** | **List** | -**occupancy** | **String** | [optional] +**links** | [**List**](LinkSchema.md) | **dataFreshness** | **String** | +**occupancy** | **String** | [optional] diff --git a/docs/expert/android/model/Departures.md b/docs/expert/android/model/Departures.md index 68e760ce7..dc60b10f9 100644 --- a/docs/expert/android/model/Departures.md +++ b/docs/expert/android/model/Departures.md @@ -5,12 +5,12 @@ Name | Type | Note ---- | ---- | ---- **pagination** | [**Pagination**](Pagination.md) | -**links** | [**List**](LinkSchema.md) | [optional] +**error** | [**Error**](Error.md) | [optional] +**feedPublishers** | [**List**](FeedPublisher.md) | **disruptions** | [**List**](Disruption.md) | **notes** | [**List**](Note.md) | [optional] -**feedPublishers** | [**List**](FeedPublisher.md) | -**departures** | [**List**](Passage.md) | +**links** | [**List**](LinkSchema.md) | [optional] **context** | [**Context**](Context.md) | [optional] -**error** | [**Error**](Error.md) | [optional] **exceptions** | [**List**](Exception.md) | [optional] +**departures** | [**List**](Passage.md) | diff --git a/docs/expert/android/model/DictAddresses.md b/docs/expert/android/model/DictAddresses.md index 69921122d..7d87dcd49 100644 --- a/docs/expert/android/model/DictAddresses.md +++ b/docs/expert/android/model/DictAddresses.md @@ -4,8 +4,8 @@ Name | Type | Note ---- | ---- | ---- +**address** | [**Address**](Address.md) | [optional] +**context** | [**Context**](Context.md) | [optional] **regions** | **List** | **message** | **String** | [optional] -**context** | [**Context**](Context.md) | [optional] -**address** | [**Address**](Address.md) | [optional] diff --git a/docs/expert/android/model/Disruption.md b/docs/expert/android/model/Disruption.md index cb52ed20b..88f7de802 100644 --- a/docs/expert/android/model/Disruption.md +++ b/docs/expert/android/model/Disruption.md @@ -4,22 +4,22 @@ Name | Type | Note ---- | ---- | ---- +**id** | **String** | +**disruptionId** | **String** | [optional] +**impactId** | **String** | [optional] +**applicationPeriods** | [**List**](Period.md) | [optional] +**applicationPatterns** | [**List**](ApplicationPattern.md) | [optional] **status** | [**Status**](#Status) | [optional] -**category** | **String** | [optional] +**updatedAt** | **String** | [optional] +**tags** | **List** | [optional] **cause** | **String** | +**category** | **String** | [optional] **severity** | [**Severity**](Severity.md) | [optional] -**tags** | **List** | [optional] **messages** | [**List**](Message.md) | [optional] -**applicationPeriods** | [**List**](Period.md) | [optional] -**impactId** | **String** | [optional] -**disruptionId** | **String** | [optional] -**updatedAt** | **String** | [optional] -**uri** | **String** | [optional] **impactedObjects** | [**List**](Impacted.md) | [optional] -**id** | **String** | +**uri** | **String** | [optional] **disruptionUri** | **String** | [optional] **contributor** | **String** | -**applicationPatterns** | [**List**](ApplicationPattern.md) | [optional] **properties** | [**List**](DisruptionProperty.md) | [optional] ## Status diff --git a/docs/expert/android/model/DisruptionProperty.md b/docs/expert/android/model/DisruptionProperty.md index dda23f827..629f62ed0 100644 --- a/docs/expert/android/model/DisruptionProperty.md +++ b/docs/expert/android/model/DisruptionProperty.md @@ -4,7 +4,7 @@ Name | Type | Note ---- | ---- | ---- -**type** | **String** | [optional] **key** | **String** | [optional] +**type** | **String** | [optional] **value** | **String** | [optional] diff --git a/docs/expert/android/model/Disruptions.md b/docs/expert/android/model/Disruptions.md index 2f999c429..134fdec03 100644 --- a/docs/expert/android/model/Disruptions.md +++ b/docs/expert/android/model/Disruptions.md @@ -5,10 +5,10 @@ Name | Type | Note ---- | ---- | ---- **pagination** | [**Pagination**](Pagination.md) | -**links** | [**List**](LinkSchema.md) | [optional] +**error** | [**Error**](Error.md) | [optional] +**feedPublishers** | [**List**](FeedPublisher.md) | **disruptions** | [**List**](Disruption.md) | **notes** | [**List**](Note.md) | [optional] -**feedPublishers** | [**List**](FeedPublisher.md) | +**links** | [**List**](LinkSchema.md) | [optional] **context** | [**Context**](Context.md) | [optional] -**error** | [**Error**](Error.md) | [optional] diff --git a/docs/expert/android/model/Distances.md b/docs/expert/android/model/Distances.md index 1ae158beb..75500ddd8 100644 --- a/docs/expert/android/model/Distances.md +++ b/docs/expert/android/model/Distances.md @@ -4,9 +4,9 @@ Name | Type | Note ---- | ---- | ---- -**taxi** | **Int** | Total distance by taxi of the journey (meters) -**car** | **Int** | Total distance by car of the journey (meters) **walking** | **Int** | Total walking distance of the journey (meters) **bike** | **Int** | Total distance by bike of the journey (meters) +**car** | **Int** | Total distance by car of the journey (meters) **ridesharing** | **Int** | Total distance by ridesharing of the journey (meters) +**taxi** | **Int** | Total distance by taxi of the journey (meters) diff --git a/docs/expert/android/model/Durations.md b/docs/expert/android/model/Durations.md index e35318e20..1ff963746 100644 --- a/docs/expert/android/model/Durations.md +++ b/docs/expert/android/model/Durations.md @@ -4,10 +4,10 @@ Name | Type | Note ---- | ---- | ---- -**taxi** | **Int** | Total duration by taxi of the journey (seconds) +**total** | **Int** | Total duration of the journey (seconds) **walking** | **Int** | Total walking duration of the journey (seconds) +**bike** | **Int** | Total duration by bike of the journey (seconds) **car** | **Int** | Total duration by car of the journey (seconds) **ridesharing** | **Int** | Total duration by ridesharing of the journey (seconds) -**bike** | **Int** | Total duration by bike of the journey (seconds) -**total** | **Int** | Total duration of the journey (seconds) +**taxi** | **Int** | Total duration by taxi of the journey (seconds) diff --git a/docs/expert/android/model/Elevation.md b/docs/expert/android/model/Elevation.md index d48d0a037..a17b84316 100644 --- a/docs/expert/android/model/Elevation.md +++ b/docs/expert/android/model/Elevation.md @@ -5,6 +5,6 @@ Name | Type | Note ---- | ---- | ---- **distanceFromStart** | **Int** | -**geojsonOffset** | **Int** | [optional] **elevation** | **Int** | +**geojsonOffset** | **Int** | [optional] diff --git a/docs/expert/android/model/EquipmentDetails.md b/docs/expert/android/model/EquipmentDetails.md index 3f3fc28d2..f83e43f40 100644 --- a/docs/expert/android/model/EquipmentDetails.md +++ b/docs/expert/android/model/EquipmentDetails.md @@ -4,9 +4,9 @@ Name | Type | Note ---- | ---- | ---- -**embeddedType** | [**EmbeddedType**](#EmbeddedType) | [optional] **id** | **String** | [optional] **name** | **String** | [optional] +**embeddedType** | [**EmbeddedType**](#EmbeddedType) | [optional] **currentAvailability** | [**CurrentAvailability**](CurrentAvailability.md) | [optional] ## EmbeddedType diff --git a/docs/expert/android/model/EquipmentReports.md b/docs/expert/android/model/EquipmentReports.md index 3d1efda4b..0d2e79ad4 100644 --- a/docs/expert/android/model/EquipmentReports.md +++ b/docs/expert/android/model/EquipmentReports.md @@ -5,12 +5,12 @@ Name | Type | Note ---- | ---- | ---- **pagination** | [**Pagination**](Pagination.md) | -**links** | [**List**](LinkSchema.md) | [optional] -**warnings** | [**List**](BetaEndpoints.md) | -**equipmentReports** | [**List**](EquipmentReport.md) | -**notes** | [**List**](Note.md) | [optional] **error** | [**Error**](Error.md) | [optional] **feedPublishers** | [**List**](FeedPublisher.md) | -**context** | [**Context**](Context.md) | [optional] **disruptions** | [**List**](Disruption.md) | +**notes** | [**List**](Note.md) | [optional] +**links** | [**List**](LinkSchema.md) | [optional] +**context** | [**Context**](Context.md) | [optional] +**equipmentReports** | [**List**](EquipmentReport.md) | +**warnings** | [**List**](BetaEndpoints.md) | diff --git a/docs/expert/android/model/Error.md b/docs/expert/android/model/Error.md index d221038e1..b19b735c7 100644 --- a/docs/expert/android/model/Error.md +++ b/docs/expert/android/model/Error.md @@ -4,6 +4,6 @@ Name | Type | Note ---- | ---- | ---- -**message** | **String** | [optional] **id** | **String** | +**message** | **String** | [optional] diff --git a/docs/expert/android/model/Exception.md b/docs/expert/android/model/Exception.md index 681e47219..b0ea6c4c9 100644 --- a/docs/expert/android/model/Exception.md +++ b/docs/expert/android/model/Exception.md @@ -4,7 +4,7 @@ Name | Type | Note ---- | ---- | ---- -**date** | **String** | [optional] **type** | **String** | [optional] **id** | **String** | +**date** | **String** | [optional] diff --git a/docs/expert/android/model/FeedPublisher.md b/docs/expert/android/model/FeedPublisher.md index 59420eed5..6592c586f 100644 --- a/docs/expert/android/model/FeedPublisher.md +++ b/docs/expert/android/model/FeedPublisher.md @@ -4,8 +4,8 @@ Name | Type | Note ---- | ---- | ---- -**url** | **String** | [optional] **id** | **String** | -**license** | **String** | [optional] **name** | **String** | [optional] +**url** | **String** | [optional] +**license** | **String** | [optional] diff --git a/docs/expert/android/model/FreeFloatings.md b/docs/expert/android/model/FreeFloatings.md index 85138b0c3..0460bf044 100644 --- a/docs/expert/android/model/FreeFloatings.md +++ b/docs/expert/android/model/FreeFloatings.md @@ -4,7 +4,7 @@ Name | Type | Note ---- | ---- | ---- -**pagination** | [**Any**](Any.md) | **freeFloatings** | [**List**](FreeFloatingsFreeFloatings.md) | +**pagination** | [**Any**](Any.md) | **warnings** | [**List**](BetaEndpoints.md) | diff --git a/docs/expert/android/model/FreeFloatings_free_floatings.md b/docs/expert/android/model/FreeFloatings_free_floatings.md index d0c540c1f..8b981731e 100644 --- a/docs/expert/android/model/FreeFloatings_free_floatings.md +++ b/docs/expert/android/model/FreeFloatings_free_floatings.md @@ -4,14 +4,14 @@ Name | Type | Note ---- | ---- | ---- -**distance** | **Int** | [optional] **publicId** | **String** | [optional] -**deeplink** | **String** | [optional] -**battery** | **Int** | [optional] -**propulsion** | **String** | [optional] **providerName** | **String** | [optional] -**type** | [**Type**](#Type) | [optional] **id** | **String** | [optional] +**type** | [**Type**](#Type) | [optional] +**propulsion** | **String** | [optional] +**battery** | **Int** | [optional] +**distance** | **Int** | [optional] +**deeplink** | **String** | [optional] **coord** | [**FreeFloatingsCoord**](FreeFloatingsCoord.md) | [optional] ## Type diff --git a/docs/expert/android/model/GeoStatus.md b/docs/expert/android/model/GeoStatus.md index bb46951ec..cd8b0c56d 100644 --- a/docs/expert/android/model/GeoStatus.md +++ b/docs/expert/android/model/GeoStatus.md @@ -4,11 +4,11 @@ Name | Type | Note ---- | ---- | ---- -**nbAdminsFromCities** | **Int** | [optional] -**streetNetworkSources** | **List** | -**poiSources** | **List** | **nbAddresses** | **Int** | [optional] **nbAdmins** | **Int** | [optional] +**nbAdminsFromCities** | **Int** | [optional] **nbPois** | **Int** | [optional] **nbWays** | **Int** | [optional] +**poiSources** | **List** | +**streetNetworkSources** | **List** | diff --git a/docs/expert/android/model/GraphicalIsrochone.md b/docs/expert/android/model/GraphicalIsrochone.md index 290806d26..c82c5dfad 100644 --- a/docs/expert/android/model/GraphicalIsrochone.md +++ b/docs/expert/android/model/GraphicalIsrochone.md @@ -4,12 +4,12 @@ Name | Type | Note ---- | ---- | ---- -**maxDuration** | **Int** | [optional] -**from** | [**Place**](Place.md) | [optional] **geojson** | [**GraphicalIsrochoneGeojson**](GraphicalIsrochoneGeojson.md) | [optional] +**maxDuration** | **Int** | [optional] **minDuration** | **Int** | [optional] -**minDateTime** | **String** | [optional] +**from** | [**Place**](Place.md) | [optional] **to** | [**Place**](Place.md) | [optional] **requestedDateTime** | **String** | [optional] +**minDateTime** | **String** | [optional] **maxDateTime** | **String** | [optional] diff --git a/docs/expert/android/model/GraphicalIsrochone_1.md b/docs/expert/android/model/GraphicalIsrochone_1.md index 6942c9ba8..b845b5ac9 100644 --- a/docs/expert/android/model/GraphicalIsrochone_1.md +++ b/docs/expert/android/model/GraphicalIsrochone_1.md @@ -4,10 +4,10 @@ Name | Type | Note ---- | ---- | ---- -**links** | [**List**](LinkSchema.md) | -**warnings** | [**List**](BetaEndpoints.md) | +**error** | [**Error**](Error.md) | [optional] **feedPublishers** | [**List**](FeedPublisher.md) | +**links** | [**List**](LinkSchema.md) | **isochrones** | [**List**](GraphicalIsrochone.md) | +**warnings** | [**List**](BetaEndpoints.md) | **context** | [**Context**](Context.md) | [optional] -**error** | [**Error**](Error.md) | [optional] diff --git a/docs/expert/android/model/Header.md b/docs/expert/android/model/Header.md index f3798f9d2..6e6d5258e 100644 --- a/docs/expert/android/model/Header.md +++ b/docs/expert/android/model/Header.md @@ -4,7 +4,7 @@ Name | Type | Note ---- | ---- | ---- -**displayInformations** | [**VJDisplayInformation**](VJDisplayInformation.md) | [optional] **additionalInformations** | **List** | +**displayInformations** | [**VJDisplayInformation**](VJDisplayInformation.md) | [optional] **links** | [**List**](LinkSchema.md) | [optional] diff --git a/docs/expert/android/model/HeatMap.md b/docs/expert/android/model/HeatMap.md index 15f56a79d..cda94d512 100644 --- a/docs/expert/android/model/HeatMap.md +++ b/docs/expert/android/model/HeatMap.md @@ -4,8 +4,8 @@ Name | Type | Note ---- | ---- | ---- +**heatMatrix** | [**HeatMatrixSchema**](HeatMatrixSchema.md) | [optional] +**from** | [**Place**](Place.md) | [optional] **to** | [**Place**](Place.md) | [optional] **requestedDateTime** | **String** | [optional] -**from** | [**Place**](Place.md) | [optional] -**heatMatrix** | [**HeatMatrixSchema**](HeatMatrixSchema.md) | [optional] diff --git a/docs/expert/android/model/HeatMap_1.md b/docs/expert/android/model/HeatMap_1.md index 65822aaa4..f0244e773 100644 --- a/docs/expert/android/model/HeatMap_1.md +++ b/docs/expert/android/model/HeatMap_1.md @@ -4,10 +4,10 @@ Name | Type | Note ---- | ---- | ---- +**error** | [**Error**](Error.md) | [optional] +**feedPublishers** | [**List**](FeedPublisher.md) | **links** | [**List**](LinkSchema.md) | -**warnings** | [**List**](BetaEndpoints.md) | **heatMaps** | [**List**](HeatMap.md) | -**feedPublishers** | [**List**](FeedPublisher.md) | +**warnings** | [**List**](BetaEndpoints.md) | **context** | [**Context**](Context.md) | [optional] -**error** | [**Error**](Error.md) | [optional] diff --git a/docs/expert/android/model/Impacted.md b/docs/expert/android/model/Impacted.md index d6720fb92..b211d369f 100644 --- a/docs/expert/android/model/Impacted.md +++ b/docs/expert/android/model/Impacted.md @@ -4,8 +4,8 @@ Name | Type | Note ---- | ---- | ---- -**impactedStops** | [**List**](ImpactedStop.md) | [optional] **ptObject** | [**PtObject**](PtObject.md) | [optional] -**impactedRailSection** | [**ImpactedSection**](ImpactedSection.md) | [optional] +**impactedStops** | [**List**](ImpactedStop.md) | [optional] **impactedSection** | [**ImpactedSection**](ImpactedSection.md) | [optional] +**impactedRailSection** | [**ImpactedSection**](ImpactedSection.md) | [optional] diff --git a/docs/expert/android/model/ImpactedSection.md b/docs/expert/android/model/ImpactedSection.md index e09550980..663ec1527 100644 --- a/docs/expert/android/model/ImpactedSection.md +++ b/docs/expert/android/model/ImpactedSection.md @@ -4,7 +4,7 @@ Name | Type | Note ---- | ---- | ---- -**routes** | [**List**](Route.md) | [optional] -**to** | [**PtObject**](PtObject.md) | [optional] **from** | [**PtObject**](PtObject.md) | [optional] +**to** | [**PtObject**](PtObject.md) | [optional] +**routes** | [**List**](Route.md) | [optional] diff --git a/docs/expert/android/model/ImpactedStop.md b/docs/expert/android/model/ImpactedStop.md index effd7a9b6..2d11497ca 100644 --- a/docs/expert/android/model/ImpactedStop.md +++ b/docs/expert/android/model/ImpactedStop.md @@ -4,16 +4,16 @@ Name | Type | Note ---- | ---- | ---- -**amendedArrivalTime** | **String** | [optional] **stopPoint** | [**StopPoint**](StopPoint.md) | [optional] -**stopTimeEffect** | [**StopTimeEffect**](#StopTimeEffect) | [optional] -**departureStatus** | **String** | [optional] -**isDetour** | **Boolean** | -**amendedDepartureTime** | **String** | [optional] **baseArrivalTime** | **String** | [optional] -**cause** | **String** | **baseDepartureTime** | **String** | [optional] +**amendedArrivalTime** | **String** | [optional] +**amendedDepartureTime** | **String** | [optional] +**cause** | **String** | +**stopTimeEffect** | [**StopTimeEffect**](#StopTimeEffect) | [optional] +**departureStatus** | **String** | [optional] **arrivalStatus** | **String** | [optional] +**isDetour** | **Boolean** | ## StopTimeEffect diff --git a/docs/expert/android/model/IndividualRating.md b/docs/expert/android/model/IndividualRating.md index 21baf9bf6..d39360f1c 100644 --- a/docs/expert/android/model/IndividualRating.md +++ b/docs/expert/android/model/IndividualRating.md @@ -4,8 +4,8 @@ Name | Type | Note ---- | ---- | ---- +**value** | **Float** | **count** | **Int** | [optional] **scaleMin** | **Float** | [optional] **scaleMax** | **Float** | [optional] -**value** | **Float** | diff --git a/docs/expert/android/model/Journey.md b/docs/expert/android/model/Journey.md index 69f54e3cb..8bf89dc3b 100644 --- a/docs/expert/android/model/Journey.md +++ b/docs/expert/android/model/Journey.md @@ -4,22 +4,24 @@ Name | Type | Note ---- | ---- | ---- -**status** | **String** | Status from the whole journey taking into account the most disturbing information retrieved on every object used (can be \"NO_SERVICE\", \"SIGNIFICANT_DELAYS\", ... -**distances** | [**Distances**](Distances.md) | [optional] -**from** | [**Place**](Place.md) | [optional] -**links** | [**List**](LinkSchema.md) | [optional] -**tags** | **List** | +**duration** | **Int** | Duration of the journey (seconds) **nbTransfers** | **Int** | Number of transfers along the journey -**durations** | [**Durations**](Durations.md) | [optional] -**arrivalDateTime** | **String** | Arrival date and time of the journey [optional] -**calendars** | [**List**](Calendar.md) | [optional] **departureDateTime** | **String** | Departure date and time of the journey [optional] -**to** | [**Place**](Place.md) | [optional] +**arrivalDateTime** | **String** | Arrival date and time of the journey [optional] **requestedDateTime** | **String** | [optional] -**fare** | [**Fare**](Fare.md) | -**co2Emission** | [**Amount**](Amount.md) | +**to** | [**Place**](Place.md) | [optional] +**from** | [**Place**](Place.md) | [optional] **type** | **String** | Used to qualify the journey (can be \"best\", \"comfort\", \"non_pt_walk\", ... -**duration** | **Int** | Duration of the journey (seconds) +**status** | **String** | Status from the whole journey taking into account the most disturbing information retrieved on PT object used (can be \"NO_SERVICE\", \"SIGNIFICANT_DELAYS\", ...). A base-schedule journey using a stop-time that is deleted in realtime will have a NO_SERVICE status (no matter the effect of the disruption causing it). +**tags** | **List** | +**co2Emission** | [**Amount**](Amount.md) | +**airPollutants** | [**AirPollutants**](AirPollutants.md) | [optional] +**lowEmissionZone** | [**LowEmissionZone**](LowEmissionZone.md) | [optional] +**durations** | [**Durations**](Durations.md) | [optional] +**distances** | [**Distances**](Distances.md) | [optional] +**fare** | [**Fare**](Fare.md) | +**calendars** | [**List**](Calendar.md) | [optional] **sections** | [**List
**](Section.md) | [optional] **debug** | [**JourneyDebug**](JourneyDebug.md) | [optional] +**links** | [**List**](LinkSchema.md) | [optional] diff --git a/docs/expert/android/model/JourneyDebug.md b/docs/expert/android/model/JourneyDebug.md index 2308ce9a4..410454330 100644 --- a/docs/expert/android/model/JourneyDebug.md +++ b/docs/expert/android/model/JourneyDebug.md @@ -4,10 +4,10 @@ Name | Type | Note ---- | ---- | ---- -**nbVjExtentions** | **Int** | Number of stay-in -**nbSections** | **Int** | Number of sections -**internalId** | **String** | [optional] **streetnetworkDuration** | **Int** | Total duration of streetnetwork use (seconds) **transferDuration** | **Int** | Total duration of transfers (seconds) **minWaitingDuration** | **Int** | Minimum on all waiting durations (seconds) +**nbVjExtentions** | **Int** | Number of stay-in +**nbSections** | **Int** | Number of sections +**internalId** | **String** | [optional] diff --git a/docs/expert/android/model/JourneyPattern.md b/docs/expert/android/model/JourneyPattern.md index 0c56719e4..cf2d490de 100644 --- a/docs/expert/android/model/JourneyPattern.md +++ b/docs/expert/android/model/JourneyPattern.md @@ -4,8 +4,8 @@ Name | Type | Note ---- | ---- | ---- -**route** | [**Route**](Route.md) | [optional] -**journeyPatternPoints** | [**List**](JourneyPatternPoint.md) | [optional] -**name** | **String** | Name of the object **id** | **String** | Identifier of the object +**name** | **String** | Name of the object +**journeyPatternPoints** | [**List**](JourneyPatternPoint.md) | [optional] +**route** | [**Route**](Route.md) | [optional] diff --git a/docs/expert/android/model/JourneyPatternPoint.md b/docs/expert/android/model/JourneyPatternPoint.md index b039a381d..40f75c40d 100644 --- a/docs/expert/android/model/JourneyPatternPoint.md +++ b/docs/expert/android/model/JourneyPatternPoint.md @@ -4,6 +4,6 @@ Name | Type | Note ---- | ---- | ---- -**stopPoint** | [**StopPoint**](StopPoint.md) | [optional] **id** | **String** | +**stopPoint** | [**StopPoint**](StopPoint.md) | [optional] diff --git a/docs/expert/android/model/JourneyPatternPoints.md b/docs/expert/android/model/JourneyPatternPoints.md index 95109202b..0db4c79e3 100644 --- a/docs/expert/android/model/JourneyPatternPoints.md +++ b/docs/expert/android/model/JourneyPatternPoints.md @@ -5,11 +5,11 @@ Name | Type | Note ---- | ---- | ---- **pagination** | [**Pagination**](Pagination.md) | -**journeyPatternPoints** | [**List**](JourneyPatternPoint.md) | [optional] -**links** | [**List**](LinkSchema.md) | [optional] +**error** | [**Error**](Error.md) | [optional] +**feedPublishers** | [**List**](FeedPublisher.md) | **disruptions** | [**List**](Disruption.md) | **notes** | [**List**](Note.md) | [optional] -**feedPublishers** | [**List**](FeedPublisher.md) | +**links** | [**List**](LinkSchema.md) | [optional] **context** | [**Context**](Context.md) | [optional] -**error** | [**Error**](Error.md) | [optional] +**journeyPatternPoints** | [**List**](JourneyPatternPoint.md) | [optional] diff --git a/docs/expert/android/model/JourneyPatterns.md b/docs/expert/android/model/JourneyPatterns.md index a8599f89e..78a736ab3 100644 --- a/docs/expert/android/model/JourneyPatterns.md +++ b/docs/expert/android/model/JourneyPatterns.md @@ -5,11 +5,11 @@ Name | Type | Note ---- | ---- | ---- **pagination** | [**Pagination**](Pagination.md) | -**context** | [**Context**](Context.md) | [optional] -**links** | [**List**](LinkSchema.md) | [optional] +**error** | [**Error**](Error.md) | [optional] +**feedPublishers** | [**List**](FeedPublisher.md) | **disruptions** | [**List**](Disruption.md) | **notes** | [**List**](Note.md) | [optional] -**feedPublishers** | [**List**](FeedPublisher.md) | +**links** | [**List**](LinkSchema.md) | [optional] +**context** | [**Context**](Context.md) | [optional] **journeyPatterns** | [**List**](JourneyPattern.md) | [optional] -**error** | [**Error**](Error.md) | [optional] diff --git a/docs/expert/android/model/Journeys.md b/docs/expert/android/model/Journeys.md index 8a5ddba0b..ee876e198 100644 --- a/docs/expert/android/model/Journeys.md +++ b/docs/expert/android/model/Journeys.md @@ -4,14 +4,14 @@ Name | Type | Note ---- | ---- | ---- -**tickets** | [**List**](Ticket.md) | -**terminus** | [**List**](StopArea.md) | +**error** | [**Error**](Error.md) | [optional] +**feedPublishers** | [**List**](FeedPublisher.md) | **links** | [**List**](LinkSchema.md) | **journeys** | [**List**](Journey.md) | [optional] +**tickets** | [**List**](Ticket.md) | **disruptions** | [**List**](Disruption.md) | -**notes** | [**List**](Note.md) | [optional] -**feedPublishers** | [**List**](FeedPublisher.md) | +**terminus** | [**List**](StopArea.md) | **context** | [**Context**](Context.md) | [optional] -**error** | [**Error**](Error.md) | [optional] +**notes** | [**List**](Note.md) | [optional] **exceptions** | [**List**](Exception.md) | [optional] diff --git a/docs/expert/android/model/Line.md b/docs/expert/android/model/Line.md index aa60dab8b..0941e880b 100644 --- a/docs/expert/android/model/Line.md +++ b/docs/expert/android/model/Line.md @@ -4,22 +4,22 @@ Name | Type | Note ---- | ---- | ---- -**comment** | **String** | [optional] -**properties** | [**List**](Property.md) | [optional] +**id** | **String** | Identifier of the object +**name** | **String** | Name of the object **code** | **String** | -**network** | [**Network**](Network.md) | [optional] -**links** | [**List**](LinkSchema.md) | **color** | **String** | [optional] -**routes** | [**List**](Route.md) | [optional] -**geojson** | [**MultiLineStringSchema**](MultiLineStringSchema.md) | [optional] **textColor** | **String** | [optional] -**physicalModes** | [**List**](PhysicalMode.md) | [optional] -**codes** | [**List**](Code.md) | [optional] **comments** | [**List**](Comment.md) | [optional] -**closingTime** | **String** | [optional] -**openingTime** | **String** | [optional] +**comment** | **String** | [optional] +**codes** | [**List**](Code.md) | [optional] +**physicalModes** | [**List**](PhysicalMode.md) | [optional] **commercialMode** | [**CommercialMode**](CommercialMode.md) | [optional] -**id** | **String** | Identifier of the object +**routes** | [**List**](Route.md) | [optional] +**network** | [**Network**](Network.md) | [optional] +**openingTime** | **String** | [optional] +**closingTime** | **String** | [optional] +**properties** | [**List**](Property.md) | [optional] +**geojson** | [**MultiLineStringSchema**](MultiLineStringSchema.md) | [optional] +**links** | [**List**](LinkSchema.md) | **lineGroups** | [**List**](LineGroup.md) | [optional] -**name** | **String** | Name of the object diff --git a/docs/expert/android/model/LineGroup.md b/docs/expert/android/model/LineGroup.md index 323964a97..3a9e1aefa 100644 --- a/docs/expert/android/model/LineGroup.md +++ b/docs/expert/android/model/LineGroup.md @@ -4,9 +4,9 @@ Name | Type | Note ---- | ---- | ---- +**id** | **String** | Identifier of the object **name** | **String** | Name of the object **lines** | [**List**](Line.md) | [optional] **mainLine** | [**Line**](Line.md) | [optional] **comments** | [**List**](Comment.md) | -**id** | **String** | Identifier of the object diff --git a/docs/expert/android/model/LineGroups.md b/docs/expert/android/model/LineGroups.md index 719250418..a123b391e 100644 --- a/docs/expert/android/model/LineGroups.md +++ b/docs/expert/android/model/LineGroups.md @@ -5,11 +5,11 @@ Name | Type | Note ---- | ---- | ---- **pagination** | [**Pagination**](Pagination.md) | -**links** | [**List**](LinkSchema.md) | [optional] +**error** | [**Error**](Error.md) | [optional] +**feedPublishers** | [**List**](FeedPublisher.md) | **disruptions** | [**List**](Disruption.md) | **notes** | [**List**](Note.md) | [optional] -**feedPublishers** | [**List**](FeedPublisher.md) | +**links** | [**List**](LinkSchema.md) | [optional] **context** | [**Context**](Context.md) | [optional] -**error** | [**Error**](Error.md) | [optional] **lineGroups** | [**List**](LineGroup.md) | [optional] diff --git a/docs/expert/android/model/LineReports.md b/docs/expert/android/model/LineReports.md index e797c83c7..2a48107a5 100644 --- a/docs/expert/android/model/LineReports.md +++ b/docs/expert/android/model/LineReports.md @@ -5,12 +5,12 @@ Name | Type | Note ---- | ---- | ---- **pagination** | [**Pagination**](Pagination.md) | -**links** | [**List**](LinkSchema.md) | [optional] -**warnings** | [**List**](BetaEndpoints.md) | +**error** | [**Error**](Error.md) | [optional] +**feedPublishers** | [**List**](FeedPublisher.md) | **disruptions** | [**List**](Disruption.md) | **notes** | [**List**](Note.md) | [optional] -**lineReports** | [**List**](LineReport.md) | -**feedPublishers** | [**List**](FeedPublisher.md) | +**links** | [**List**](LinkSchema.md) | [optional] **context** | [**Context**](Context.md) | [optional] -**error** | [**Error**](Error.md) | [optional] +**lineReports** | [**List**](LineReport.md) | +**warnings** | [**List**](BetaEndpoints.md) | diff --git a/docs/expert/android/model/Lines.md b/docs/expert/android/model/Lines.md index 4217150a7..2a6926fce 100644 --- a/docs/expert/android/model/Lines.md +++ b/docs/expert/android/model/Lines.md @@ -5,11 +5,11 @@ Name | Type | Note ---- | ---- | ---- **pagination** | [**Pagination**](Pagination.md) | -**links** | [**List**](LinkSchema.md) | [optional] +**error** | [**Error**](Error.md) | [optional] +**feedPublishers** | [**List**](FeedPublisher.md) | **disruptions** | [**List**](Disruption.md) | **notes** | [**List**](Note.md) | [optional] -**lines** | [**List**](Line.md) | [optional] -**feedPublishers** | [**List**](FeedPublisher.md) | +**links** | [**List**](LinkSchema.md) | [optional] **context** | [**Context**](Context.md) | [optional] -**error** | [**Error**](Error.md) | [optional] +**lines** | [**List**](Line.md) | [optional] diff --git a/docs/expert/android/model/LinkSchema.md b/docs/expert/android/model/LinkSchema.md index c347c1cb2..fb6b8beff 100644 --- a/docs/expert/android/model/LinkSchema.md +++ b/docs/expert/android/model/LinkSchema.md @@ -4,14 +4,14 @@ Name | Type | Note ---- | ---- | ---- -**category** | **String** | [optional] -**commentType** | **String** | [optional] +**id** | **String** | [optional] **title** | **String** | [optional] -**`internal`** | **Boolean** | [optional] -**value** | **String** | [optional] -**href** | **String** | [optional] **rel** | **String** | [optional] **templated** | **Boolean** | [optional] +**`internal`** | **Boolean** | [optional] **type** | **String** | [optional] -**id** | **String** | [optional] +**href** | **String** | [optional] +**value** | **String** | [optional] +**category** | **String** | [optional] +**commentType** | **String** | [optional] diff --git a/docs/expert/android/model/LowEmissionZone.md b/docs/expert/android/model/LowEmissionZone.md new file mode 100644 index 000000000..9789f581d --- /dev/null +++ b/docs/expert/android/model/LowEmissionZone.md @@ -0,0 +1,8 @@ +# LowEmissionZone + +## Properties + +Name | Type | Note +---- | ---- | ---- +**onPath** | **Boolean** | [optional] + diff --git a/docs/expert/android/model/Network.md b/docs/expert/android/model/Network.md index 115d26746..799009b64 100644 --- a/docs/expert/android/model/Network.md +++ b/docs/expert/android/model/Network.md @@ -4,8 +4,8 @@ Name | Type | Note ---- | ---- | ---- -**codes** | [**List**](Code.md) | [optional] **id** | **String** | Identifier of the object -**links** | [**List**](LinkSchema.md) | **name** | **String** | Name of the object +**links** | [**List**](LinkSchema.md) | +**codes** | [**List**](Code.md) | [optional] diff --git a/docs/expert/android/model/Networks.md b/docs/expert/android/model/Networks.md index 511b96b76..0bc710ce7 100644 --- a/docs/expert/android/model/Networks.md +++ b/docs/expert/android/model/Networks.md @@ -5,11 +5,11 @@ Name | Type | Note ---- | ---- | ---- **pagination** | [**Pagination**](Pagination.md) | -**links** | [**List**](LinkSchema.md) | [optional] +**error** | [**Error**](Error.md) | [optional] +**feedPublishers** | [**List**](FeedPublisher.md) | **disruptions** | [**List**](Disruption.md) | **notes** | [**List**](Note.md) | [optional] -**feedPublishers** | [**List**](FeedPublisher.md) | +**links** | [**List**](LinkSchema.md) | [optional] **context** | [**Context**](Context.md) | [optional] -**error** | [**Error**](Error.md) | [optional] **networks** | [**List**](Network.md) | [optional] diff --git a/docs/expert/android/model/Note.md b/docs/expert/android/model/Note.md index 0367775d0..8a2b2c198 100644 --- a/docs/expert/android/model/Note.md +++ b/docs/expert/android/model/Note.md @@ -4,11 +4,11 @@ Name | Type | Note ---- | ---- | ---- -**category** | [**Category**](#Category) | [optional] **type** | **String** | [optional] +**id** | **String** | **value** | **String** | [optional] +**category** | [**Category**](#Category) | [optional] **commentType** | **String** | [optional] -**id** | **String** | ## Category diff --git a/docs/expert/android/model/Obstacles.md b/docs/expert/android/model/Obstacles.md new file mode 100644 index 000000000..83a7b52e0 --- /dev/null +++ b/docs/expert/android/model/Obstacles.md @@ -0,0 +1,10 @@ +# Obstacles + +## Properties + +Name | Type | Note +---- | ---- | ---- +**obstacles** | [**List**](ObstaclesObstacles.md) | +**pagination** | [**Any**](Any.md) | +**warnings** | [**List**](BetaEndpoints.md) | + diff --git a/docs/expert/android/model/Obstacles_obstacles.md b/docs/expert/android/model/Obstacles_obstacles.md new file mode 100644 index 000000000..54051671d --- /dev/null +++ b/docs/expert/android/model/Obstacles_obstacles.md @@ -0,0 +1,12 @@ +# ObstaclesObstacles + +## Properties + +Name | Type | Note +---- | ---- | ---- +**id** | **String** | [optional] +**type** | **String** | [optional] +**coord** | [**FreeFloatingsCoord**](FreeFloatingsCoord.md) | [optional] +**photo** | **String** | [optional] +**distance** | **Int** | [optional] + diff --git a/docs/expert/android/model/Pagination.md b/docs/expert/android/model/Pagination.md index 4c25a69c0..9a03b6b92 100644 --- a/docs/expert/android/model/Pagination.md +++ b/docs/expert/android/model/Pagination.md @@ -4,8 +4,8 @@ Name | Type | Note ---- | ---- | ---- +**totalResult** | **Int** | **startPage** | **Int** | -**itemsOnPage** | **Int** | **itemsPerPage** | **Int** | -**totalResult** | **Int** | +**itemsOnPage** | **Int** | diff --git a/docs/expert/android/model/Passage.md b/docs/expert/android/model/Passage.md index cb3b5b2fa..ef1e78113 100644 --- a/docs/expert/android/model/Passage.md +++ b/docs/expert/android/model/Passage.md @@ -4,9 +4,9 @@ Name | Type | Note ---- | ---- | ---- -**displayInformations** | [**PassageDisplayInformation**](PassageDisplayInformation.md) | [optional] -**stopPoint** | [**StopPoint**](StopPoint.md) | [optional] **route** | [**Route**](Route.md) | [optional] -**links** | [**List**](LinkSchema.md) | [optional] +**stopPoint** | [**StopPoint**](StopPoint.md) | [optional] **stopDateTime** | [**StopDateTime**](StopDateTime.md) | [optional] +**displayInformations** | [**PassageDisplayInformation**](PassageDisplayInformation.md) | [optional] +**links** | [**List**](LinkSchema.md) | [optional] diff --git a/docs/expert/android/model/PassageDisplayInformation.md b/docs/expert/android/model/PassageDisplayInformation.md index 3ded07678..22ba07cd1 100644 --- a/docs/expert/android/model/PassageDisplayInformation.md +++ b/docs/expert/android/model/PassageDisplayInformation.md @@ -4,21 +4,21 @@ Name | Type | Note ---- | ---- | ---- -**direction** | **String** | -**code** | **String** | [optional] +**commercialMode** | **String** | [optional] **network** | **String** | [optional] -**links** | [**List**](LinkSchema.md) | +**direction** | **String** | +**label** | **String** | [optional] **color** | **String** | [optional] -**name** | **String** | [optional] -**physicalMode** | **String** | [optional] +**code** | **String** | [optional] **headsign** | **String** | -**label** | **String** | [optional] -**equipments** | [**List**](#Equipments) | +**name** | **String** | [optional] +**links** | [**List**](LinkSchema.md) | **textColor** | **String** | [optional] **tripShortName** | **String** | [optional] -**headsigns** | **List** | [optional] -**commercialMode** | **String** | [optional] **description** | **String** | [optional] +**physicalMode** | **String** | [optional] +**equipments** | [**List**](#Equipments) | +**headsigns** | **List** | [optional] ## Equipments diff --git a/docs/expert/android/model/Path.md b/docs/expert/android/model/Path.md index 95df570e3..e4c856b1b 100644 --- a/docs/expert/android/model/Path.md +++ b/docs/expert/android/model/Path.md @@ -4,12 +4,12 @@ Name | Type | Note ---- | ---- | ---- -**direction** | **Int** | +**id** | **Int** | [optional] +**length** | **Int** | **name** | **String** | -**instructionStartCoordinate** | [**Coord**](Coord.md) | [optional] +**duration** | **Int** | +**direction** | **Int** | **instruction** | **String** | [optional] +**instructionStartCoordinate** | [**Coord**](Coord.md) | [optional] **viaUri** | **String** | [optional] -**length** | **Int** | -**duration** | **Int** | -**id** | **Int** | [optional] diff --git a/docs/expert/android/model/PathWay.md b/docs/expert/android/model/PathWay.md index 3610230dd..ff022d55e 100644 --- a/docs/expert/android/model/PathWay.md +++ b/docs/expert/android/model/PathWay.md @@ -4,17 +4,17 @@ Name | Type | Note ---- | ---- | ---- -**isExit** | **Boolean** | [optional] +**id** | **String** | Identifier of the object **name** | **String** | Name of the object -**stairCount** | **Int** | [optional] **accessPoint** | [**AccessPoint**](AccessPoint.md) | [optional] +**isEntrance** | **Boolean** | [optional] +**isExit** | **Boolean** | [optional] +**length** | **Int** | [optional] +**traversalTime** | **Int** | [optional] +**pathwayMode** | **Int** | [optional] +**stairCount** | **Int** | [optional] **maxSlope** | **Int** | [optional] +**minWidth** | **Int** | [optional] **signpostedAs** | **String** | [optional] -**pathwayMode** | **Int** | [optional] -**length** | **Int** | [optional] **reversedSignpostedAs** | **String** | [optional] -**minWidth** | **Int** | [optional] -**isEntrance** | **Boolean** | [optional] -**traversalTime** | **Int** | [optional] -**id** | **String** | Identifier of the object diff --git a/docs/expert/android/model/PhysicalMode.md b/docs/expert/android/model/PhysicalMode.md index eb2a744cd..d503be1f8 100644 --- a/docs/expert/android/model/PhysicalMode.md +++ b/docs/expert/android/model/PhysicalMode.md @@ -6,4 +6,5 @@ Name | Type | Note ---- | ---- | ---- **id** | **String** | Identifier of the object **name** | **String** | Name of the object +**co2EmissionRate** | [**CO2EmissionRate**](CO2EmissionRate.md) | co2 emission rate [optional] diff --git a/docs/expert/android/model/PhysicalModes.md b/docs/expert/android/model/PhysicalModes.md index 1b0cb57d4..85fe2de92 100644 --- a/docs/expert/android/model/PhysicalModes.md +++ b/docs/expert/android/model/PhysicalModes.md @@ -5,11 +5,11 @@ Name | Type | Note ---- | ---- | ---- **pagination** | [**Pagination**](Pagination.md) | -**links** | [**List**](LinkSchema.md) | [optional] -**physicalModes** | [**List**](PhysicalMode.md) | [optional] +**error** | [**Error**](Error.md) | [optional] +**feedPublishers** | [**List**](FeedPublisher.md) | **disruptions** | [**List**](Disruption.md) | **notes** | [**List**](Note.md) | [optional] -**feedPublishers** | [**List**](FeedPublisher.md) | +**links** | [**List**](LinkSchema.md) | [optional] **context** | [**Context**](Context.md) | [optional] -**error** | [**Error**](Error.md) | [optional] +**physicalModes** | [**List**](PhysicalMode.md) | [optional] diff --git a/docs/expert/android/model/Place.md b/docs/expert/android/model/Place.md index f973d1752..7864dd063 100644 --- a/docs/expert/android/model/Place.md +++ b/docs/expert/android/model/Place.md @@ -4,17 +4,17 @@ Name | Type | Note ---- | ---- | ---- -**embeddedType** | [**EmbeddedType**](#EmbeddedType) | +**id** | **String** | Identifier of the object +**name** | **String** | Name of the object +**quality** | **Int** | [optional] +**stopArea** | [**StopArea**](StopArea.md) | [optional] **stopPoint** | [**StopPoint**](StopPoint.md) | [optional] **administrativeRegion** | [**Admin**](Admin.md) | [optional] -**name** | **String** | Name of the object -**distance** | **String** | Distance to the object in meters [optional] -**accessPoint** | [**PathWay**](PathWay.md) | [optional] +**embeddedType** | [**EmbeddedType**](#EmbeddedType) | **address** | [**Address**](Address.md) | [optional] **poi** | [**Poi**](Poi.md) | [optional] -**quality** | **Int** | [optional] -**id** | **String** | Identifier of the object -**stopArea** | [**StopArea**](StopArea.md) | [optional] +**accessPoint** | [**PathWay**](PathWay.md) | [optional] +**distance** | **String** | Distance to the object in meters [optional] ## EmbeddedType diff --git a/docs/expert/android/model/PlaceNearby.md b/docs/expert/android/model/PlaceNearby.md index 82094b1b0..211305194 100644 --- a/docs/expert/android/model/PlaceNearby.md +++ b/docs/expert/android/model/PlaceNearby.md @@ -4,17 +4,17 @@ Name | Type | Note ---- | ---- | ---- -**embeddedType** | [**EmbeddedType**](#EmbeddedType) | +**id** | **String** | Identifier of the object +**name** | **String** | Name of the object +**quality** | **Int** | [optional] +**stopArea** | [**StopArea**](StopArea.md) | [optional] **stopPoint** | [**StopPoint**](StopPoint.md) | [optional] **administrativeRegion** | [**Admin**](Admin.md) | [optional] -**stopArea** | [**StopArea**](StopArea.md) | [optional] -**distance** | **String** | Distance to the object in meters [optional] -**accessPoint** | [**PathWay**](PathWay.md) | [optional] +**embeddedType** | [**EmbeddedType**](#EmbeddedType) | **address** | [**Address**](Address.md) | [optional] **poi** | [**Poi**](Poi.md) | [optional] -**quality** | **Int** | [optional] -**id** | **String** | Identifier of the object -**name** | **String** | Name of the object +**accessPoint** | [**PathWay**](PathWay.md) | [optional] +**distance** | **String** | Distance to the object in meters [optional] ## EmbeddedType diff --git a/docs/expert/android/model/Places.md b/docs/expert/android/model/Places.md index 5b3d56bb8..89d7ced9f 100644 --- a/docs/expert/android/model/Places.md +++ b/docs/expert/android/model/Places.md @@ -4,10 +4,10 @@ Name | Type | Note ---- | ---- | ---- -**places** | [**List**](Place.md) | [optional] -**links** | [**List**](LinkSchema.md) | [optional] -**disruptions** | [**List**](Disruption.md) | +**error** | [**Error**](Error.md) | [optional] **feedPublishers** | [**List**](FeedPublisher.md) | +**disruptions** | [**List**](Disruption.md) | +**places** | [**List**](Place.md) | [optional] **context** | [**Context**](Context.md) | [optional] -**error** | [**Error**](Error.md) | [optional] +**links** | [**List**](LinkSchema.md) | [optional] diff --git a/docs/expert/android/model/PlacesNearby.md b/docs/expert/android/model/PlacesNearby.md index daf3e4b7e..c78c17fac 100644 --- a/docs/expert/android/model/PlacesNearby.md +++ b/docs/expert/android/model/PlacesNearby.md @@ -5,11 +5,11 @@ Name | Type | Note ---- | ---- | ---- **pagination** | [**Pagination**](Pagination.md) | -**links** | [**List**](LinkSchema.md) | [optional] +**error** | [**Error**](Error.md) | [optional] +**feedPublishers** | [**List**](FeedPublisher.md) | **disruptions** | [**List**](Disruption.md) | **notes** | [**List**](Note.md) | [optional] -**feedPublishers** | [**List**](FeedPublisher.md) | +**links** | [**List**](LinkSchema.md) | [optional] **context** | [**Context**](Context.md) | [optional] -**error** | [**Error**](Error.md) | [optional] **placesNearby** | [**List**](PlaceNearby.md) | [optional] diff --git a/docs/expert/android/model/Poi.md b/docs/expert/android/model/Poi.md index 3f0efdfd6..02385a820 100644 --- a/docs/expert/android/model/Poi.md +++ b/docs/expert/android/model/Poi.md @@ -4,14 +4,15 @@ Name | Type | Note ---- | ---- | ---- -**poiType** | [**PoiType**](PoiType.md) | [optional] +**id** | **String** | Identifier of the object **name** | **String** | Name of the object -**carPark** | [**CarPark**](CarPark.md) | [optional] **coord** | [**Coord**](Coord.md) | [optional] +**links** | [**List**](LinkSchema.md) | [optional] **label** | **String** | [optional] **administrativeRegions** | [**List**](Admin.md) | [optional] -**address** | [**Address**](Address.md) | [optional] -**id** | **String** | Identifier of the object +**poiType** | [**PoiType**](PoiType.md) | [optional] **properties** | **Map** | [optional] +**address** | [**Address**](Address.md) | [optional] **stands** | [**Stands**](Stands.md) | [optional] +**carPark** | [**CarPark**](CarPark.md) | [optional] diff --git a/docs/expert/android/model/PoiTypes.md b/docs/expert/android/model/PoiTypes.md index 5add84ced..9ffbb8cbc 100644 --- a/docs/expert/android/model/PoiTypes.md +++ b/docs/expert/android/model/PoiTypes.md @@ -5,11 +5,11 @@ Name | Type | Note ---- | ---- | ---- **pagination** | [**Pagination**](Pagination.md) | -**links** | [**List**](LinkSchema.md) | [optional] +**error** | [**Error**](Error.md) | [optional] +**feedPublishers** | [**List**](FeedPublisher.md) | **disruptions** | [**List**](Disruption.md) | **notes** | [**List**](Note.md) | [optional] -**feedPublishers** | [**List**](FeedPublisher.md) | +**links** | [**List**](LinkSchema.md) | [optional] **context** | [**Context**](Context.md) | [optional] -**error** | [**Error**](Error.md) | [optional] **poiTypes** | [**List**](PoiType.md) | [optional] diff --git a/docs/expert/android/model/Pois.md b/docs/expert/android/model/Pois.md index 346cd4854..7e2ce662d 100644 --- a/docs/expert/android/model/Pois.md +++ b/docs/expert/android/model/Pois.md @@ -5,11 +5,11 @@ Name | Type | Note ---- | ---- | ---- **pagination** | [**Pagination**](Pagination.md) | -**links** | [**List**](LinkSchema.md) | [optional] +**error** | [**Error**](Error.md) | [optional] +**feedPublishers** | [**List**](FeedPublisher.md) | **disruptions** | [**List**](Disruption.md) | **notes** | [**List**](Note.md) | [optional] -**pois** | [**List**](Poi.md) | [optional] -**feedPublishers** | [**List**](FeedPublisher.md) | +**links** | [**List**](LinkSchema.md) | [optional] **context** | [**Context**](Context.md) | [optional] -**error** | [**Error**](Error.md) | [optional] +**pois** | [**List**](Poi.md) | [optional] diff --git a/docs/expert/android/model/PollutantValue.md b/docs/expert/android/model/PollutantValue.md new file mode 100644 index 000000000..6027b2152 --- /dev/null +++ b/docs/expert/android/model/PollutantValue.md @@ -0,0 +1,9 @@ +# PollutantValue + +## Properties + +Name | Type | Note +---- | ---- | ---- +**nox** | **Float** | [optional] +**pm** | **Float** | [optional] + diff --git a/docs/expert/android/model/PtObject.md b/docs/expert/android/model/PtObject.md index 26f633127..9845a4535 100644 --- a/docs/expert/android/model/PtObject.md +++ b/docs/expert/android/model/PtObject.md @@ -4,17 +4,18 @@ Name | Type | Note ---- | ---- | ---- -**embeddedType** | [**EmbeddedType**](#EmbeddedType) | -**stopPoint** | [**StopPoint**](StopPoint.md) | [optional] +**id** | **String** | Identifier of the object **name** | **String** | Name of the object -**route** | [**Route**](Route.md) | [optional] +**quality** | **Int** | [optional] **stopArea** | [**StopArea**](StopArea.md) | [optional] -**commercialMode** | [**CommercialMode**](CommercialMode.md) | [optional] -**id** | **String** | Identifier of the object +**stopPoint** | [**StopPoint**](StopPoint.md) | [optional] +**poi** | [**Poi**](Poi.md) | [optional] **line** | [**Line**](Line.md) | [optional] -**quality** | **Int** | [optional] -**trip** | [**Trip**](Trip.md) | [optional] **network** | [**Network**](Network.md) | [optional] +**route** | [**Route**](Route.md) | [optional] +**commercialMode** | [**CommercialMode**](CommercialMode.md) | [optional] +**trip** | [**Trip**](Trip.md) | [optional] +**embeddedType** | [**EmbeddedType**](#EmbeddedType) | ## EmbeddedType diff --git a/docs/expert/android/model/PtObjects.md b/docs/expert/android/model/PtObjects.md index e47811aa8..fe2cd2ebd 100644 --- a/docs/expert/android/model/PtObjects.md +++ b/docs/expert/android/model/PtObjects.md @@ -4,10 +4,10 @@ Name | Type | Note ---- | ---- | ---- -**links** | [**List**](LinkSchema.md) | [optional] -**disruptions** | [**List**](Disruption.md) | -**feedPublishers** | [**List**](FeedPublisher.md) | -**context** | [**Context**](Context.md) | [optional] **error** | [**Error**](Error.md) | [optional] +**feedPublishers** | [**List**](FeedPublisher.md) | +**disruptions** | [**List**](Disruption.md) | **ptObjects** | [**List**](PtObject.md) | [optional] +**links** | [**List**](LinkSchema.md) | [optional] +**context** | [**Context**](Context.md) | [optional] diff --git a/docs/expert/android/model/RidesharingInformation.md b/docs/expert/android/model/RidesharingInformation.md index 0027b9b2e..76201bc11 100644 --- a/docs/expert/android/model/RidesharingInformation.md +++ b/docs/expert/android/model/RidesharingInformation.md @@ -5,7 +5,7 @@ Name | Type | Note ---- | ---- | ---- **`operator`** | **String** | -**driver** | [**IndividualInformation**](IndividualInformation.md) | [optional] **network** | **String** | +**driver** | [**IndividualInformation**](IndividualInformation.md) | [optional] **seats** | [**SeatsDescription**](SeatsDescription.md) | [optional] diff --git a/docs/expert/android/model/Route.md b/docs/expert/android/model/Route.md index 372b21685..68b1a853f 100644 --- a/docs/expert/android/model/Route.md +++ b/docs/expert/android/model/Route.md @@ -4,18 +4,18 @@ Name | Type | Note ---- | ---- | ---- -**direction** | [**Place**](Place.md) | [optional] -**codes** | [**List**](Code.md) | [optional] +**id** | **String** | Identifier of the object **name** | **String** | Name of the object -**links** | [**List**](LinkSchema.md) | -**physicalModes** | [**List**](PhysicalMode.md) | [optional] **isFrequence** | [**IsFrequence**](#IsFrequence) | [optional] -**comments** | [**List**](Comment.md) | [optional] **directionType** | **String** | +**physicalModes** | [**List**](PhysicalMode.md) | [optional] +**comments** | [**List**](Comment.md) | [optional] +**codes** | [**List**](Code.md) | [optional] +**direction** | [**Place**](Place.md) | [optional] **geojson** | [**MultiLineStringSchema**](MultiLineStringSchema.md) | [optional] -**stopPoints** | [**List**](StopPoint.md) | [optional] +**links** | [**List**](LinkSchema.md) | **line** | [**Line**](Line.md) | [optional] -**id** | **String** | Identifier of the object +**stopPoints** | [**List**](StopPoint.md) | [optional] ## IsFrequence diff --git a/docs/expert/android/model/RouteDisplayInformation.md b/docs/expert/android/model/RouteDisplayInformation.md index 31ae4e7da..0dface3fa 100644 --- a/docs/expert/android/model/RouteDisplayInformation.md +++ b/docs/expert/android/model/RouteDisplayInformation.md @@ -4,13 +4,15 @@ Name | Type | Note ---- | ---- | ---- +**commercialMode** | **String** | [optional] +**network** | **String** | [optional] **direction** | **String** | +**label** | **String** | [optional] +**color** | **String** | [optional] **code** | **String** | [optional] -**network** | **String** | [optional] +**headsign** | **String** | +**name** | **String** | [optional] **links** | [**List**](LinkSchema.md) | -**color** | **String** | [optional] -**label** | **String** | [optional] -**commercialMode** | **String** | [optional] **textColor** | **String** | [optional] -**name** | **String** | [optional] +**tripShortName** | **String** | diff --git a/docs/expert/android/model/RouteSchedule.md b/docs/expert/android/model/RouteSchedule.md index 2f97e39da..fc108848a 100644 --- a/docs/expert/android/model/RouteSchedule.md +++ b/docs/expert/android/model/RouteSchedule.md @@ -4,9 +4,9 @@ Name | Type | Note ---- | ---- | ---- -**displayInformations** | [**RouteDisplayInformation**](RouteDisplayInformation.md) | [optional] **table** | [**Table**](Table.md) | [optional] -**additionalInformations** | **String** | +**displayInformations** | [**RouteDisplayInformation**](RouteDisplayInformation.md) | [optional] **geojson** | [**MultiLineStringSchema**](MultiLineStringSchema.md) | [optional] +**additionalInformations** | **String** | **links** | [**List**](LinkSchema.md) | [optional] diff --git a/docs/expert/android/model/RouteSchedules.md b/docs/expert/android/model/RouteSchedules.md index cb85235d5..b7c770b7c 100644 --- a/docs/expert/android/model/RouteSchedules.md +++ b/docs/expert/android/model/RouteSchedules.md @@ -5,12 +5,12 @@ Name | Type | Note ---- | ---- | ---- **pagination** | [**Pagination**](Pagination.md) | -**links** | [**List**](LinkSchema.md) | [optional] +**error** | [**Error**](Error.md) | [optional] +**feedPublishers** | [**List**](FeedPublisher.md) | **disruptions** | [**List**](Disruption.md) | **notes** | [**List**](Note.md) | [optional] -**feedPublishers** | [**List**](FeedPublisher.md) | +**links** | [**List**](LinkSchema.md) | [optional] **context** | [**Context**](Context.md) | [optional] -**error** | [**Error**](Error.md) | [optional] **exceptions** | [**List**](Exception.md) | [optional] **routeSchedules** | [**List**](RouteSchedule.md) | diff --git a/docs/expert/android/model/Routes.md b/docs/expert/android/model/Routes.md index 3b4a19e41..cb21531cf 100644 --- a/docs/expert/android/model/Routes.md +++ b/docs/expert/android/model/Routes.md @@ -5,11 +5,11 @@ Name | Type | Note ---- | ---- | ---- **pagination** | [**Pagination**](Pagination.md) | -**links** | [**List**](LinkSchema.md) | [optional] +**error** | [**Error**](Error.md) | [optional] +**feedPublishers** | [**List**](FeedPublisher.md) | **disruptions** | [**List**](Disruption.md) | **notes** | [**List**](Note.md) | [optional] -**feedPublishers** | [**List**](FeedPublisher.md) | +**links** | [**List**](LinkSchema.md) | [optional] **context** | [**Context**](Context.md) | [optional] -**error** | [**Error**](Error.md) | [optional] **routes** | [**List**](Route.md) | [optional] diff --git a/docs/expert/android/model/SeatsDescription.md b/docs/expert/android/model/SeatsDescription.md index 2be9f2b94..c53cdfec7 100644 --- a/docs/expert/android/model/SeatsDescription.md +++ b/docs/expert/android/model/SeatsDescription.md @@ -4,6 +4,6 @@ Name | Type | Note ---- | ---- | ---- -**available** | **Int** | [optional] **total** | **Int** | [optional] +**available** | **Int** | [optional] diff --git a/docs/expert/android/model/Section.md b/docs/expert/android/model/Section.md index dc08263ca..c1755d49c 100644 --- a/docs/expert/android/model/Section.md +++ b/docs/expert/android/model/Section.md @@ -4,32 +4,43 @@ Name | Type | Note ---- | ---- | ---- -**links** | [**List**](LinkSchema.md) | +**id** | **String** | +**duration** | **Int** | Duration of the section (seconds) +**co2Emission** | [**Amount**](Amount.md) | +**airPollutants** | [**AirPollutants**](AirPollutants.md) | [optional] +**lowEmissionZone** | [**LowEmissionZone**](LowEmissionZone.md) | [optional] +**transferType** | [**TransferType**](#TransferType) | [optional] **departureDateTime** | **String** | Departure date and time of the section [optional] +**arrivalDateTime** | **String** | Arrival date and time of the section [optional] **baseDepartureDateTime** | **String** | Base-schedule departure date and time of the section [optional] +**baseArrivalDateTime** | **String** | Base-schedule arrival date and time of the section [optional] **dataFreshness** | [**DataFreshness**](#DataFreshness) | [optional] -**duration** | **Int** | Duration of the section (seconds) -**id** | **String** | +**to** | [**Place**](Place.md) | [optional] **from** | [**Place**](Place.md) | [optional] -**arrivalDateTime** | **String** | Arrival date and time of the section [optional] **additionalInformations** | [**List**](#AdditionalInformations) | [optional] **geojson** | [**SectionGeoJsonSchema**](SectionGeoJsonSchema.md) | GeoJSON of the shape of the section [optional] -**ridesharingInformations** | [**RidesharingInformation**](RidesharingInformation.md) | [optional] -**to** | [**Place**](Place.md) | [optional] -**baseArrivalDateTime** | **String** | Base-schedule arrival date and time of the section [optional] -**transferType** | [**TransferType**](#TransferType) | [optional] +**mode** | [**Mode**](#Mode) | [optional] **type** | [**Type**](#Type) | [optional] -**streetInformations** | [**List**](StreetInformation.md) | [optional] -**dynamicSpeeds** | [**List**](DynamicSpeed.md) | [optional] -**co2Emission** | [**Amount**](Amount.md) | +**displayInformations** | [**VJDisplayInformation**](VJDisplayInformation.md) | [optional] +**links** | [**List**](LinkSchema.md) | +**stopDateTimes** | [**List**](StopDateTime.md) | [optional] **path** | [**List**](Path.md) | [optional] +**ridesharingInformations** | [**RidesharingInformation**](RidesharingInformation.md) | [optional] +**ridesharingJourneys** | [**List**](Journey.md) | [optional] +**bestBoardingPositions** | [**List**](#BestBoardingPositions) | [optional] **cycleLaneLength** | **Int** | [optional] **elevations** | [**List**](Elevation.md) | [optional] -**displayInformations** | [**VJDisplayInformation**](VJDisplayInformation.md) | [optional] -**mode** | [**Mode**](#Mode) | [optional] -**ridesharingJourneys** | [**List**](Journey.md) | [optional] +**dynamicSpeeds** | [**List**](DynamicSpeed.md) | [optional] **vias** | [**List**](PathWay.md) | [optional] -**stopDateTimes** | [**List**](StopDateTime.md) | [optional] +**streetInformations** | [**List**](StreetInformation.md) | [optional] +**bookingRule** | [**BookingRule**](BookingRule.md) | [optional] + +## TransferType + +Name | Value +---- | ----- +WALKING | "walking" +STAY_IN | "stay_in" ## DataFreshness @@ -50,12 +61,17 @@ HAS_DATETIME_ESTIMATED | "has_datetime_estimated" REGULAR | "regular" STAY_IN | "stay_in" -## TransferType +## Mode Name | Value ---- | ----- WALKING | "walking" -STAY_IN | "stay_in" +BIKE | "bike" +CAR | "car" +BSS | "bss" +RIDESHARING | "ridesharing" +CARNOPARK | "carnopark" +TAXI | "taxi" ## Type @@ -76,15 +92,11 @@ ALIGHTING | "alighting" RIDESHARING | "ridesharing" ON_DEMAND_TRANSPORT | "on_demand_transport" -## Mode +## BestBoardingPositions Name | Value ---- | ----- -WALKING | "walking" -BIKE | "bike" -CAR | "car" -BSS | "bss" -RIDESHARING | "ridesharing" -CARNOPARK | "carnopark" -TAXI | "taxi" +FRONT | "front" +MIDDLE | "middle" +BACK | "back" diff --git a/docs/expert/android/model/Severity.md b/docs/expert/android/model/Severity.md index 1156f3680..090b654b0 100644 --- a/docs/expert/android/model/Severity.md +++ b/docs/expert/android/model/Severity.md @@ -4,10 +4,10 @@ Name | Type | Note ---- | ---- | ---- -**color** | **String** | [optional] -**priority** | **Int** | [optional] **name** | **String** | [optional] **effect** | [**Effect**](#Effect) | [optional] +**color** | **String** | [optional] +**priority** | **Int** | [optional] ## Effect diff --git a/docs/expert/android/model/Stands.md b/docs/expert/android/model/Stands.md index c2dcbe942..d4b18120d 100644 --- a/docs/expert/android/model/Stands.md +++ b/docs/expert/android/model/Stands.md @@ -4,10 +4,10 @@ Name | Type | Note ---- | ---- | ---- -**status** | [**Status**](#Status) | [optional] **availablePlaces** | **Int** | [optional] **availableBikes** | **Int** | [optional] **totalStands** | **Int** | [optional] +**status** | [**Status**](#Status) | [optional] ## Status diff --git a/docs/expert/android/model/StopArea.md b/docs/expert/android/model/StopArea.md index bedd4a5fa..76d1618da 100644 --- a/docs/expert/android/model/StopArea.md +++ b/docs/expert/android/model/StopArea.md @@ -4,18 +4,18 @@ Name | Type | Note ---- | ---- | ---- -**comment** | **String** | [optional] -**codes** | [**List**](Code.md) | [optional] +**id** | **String** | Identifier of the object **name** | **String** | Name of the object -**links** | [**List**](LinkSchema.md) | -**physicalModes** | [**List**](PhysicalMode.md) | [optional] -**lines** | [**List**](Line.md) | [optional] **comments** | [**List**](Comment.md) | [optional] +**comment** | **String** | [optional] +**codes** | [**List**](Code.md) | [optional] +**timezone** | **String** | [optional] **label** | **String** | Label of the stop area. The name is directly taken from the data whereas the label is something we compute for better traveler information. If you don't know what to display, display the label. [optional] -**commercialModes** | [**List**](CommercialMode.md) | [optional] **coord** | [**Coord**](Coord.md) | [optional] +**links** | [**List**](LinkSchema.md) | +**commercialModes** | [**List**](CommercialMode.md) | [optional] +**physicalModes** | [**List**](PhysicalMode.md) | [optional] **administrativeRegions** | [**List**](Admin.md) | [optional] -**timezone** | **String** | [optional] **stopPoints** | [**List**](StopPoint.md) | [optional] -**id** | **String** | Identifier of the object +**lines** | [**List**](Line.md) | [optional] diff --git a/docs/expert/android/model/StopAreas.md b/docs/expert/android/model/StopAreas.md index c176153eb..ed52b8b43 100644 --- a/docs/expert/android/model/StopAreas.md +++ b/docs/expert/android/model/StopAreas.md @@ -5,11 +5,11 @@ Name | Type | Note ---- | ---- | ---- **pagination** | [**Pagination**](Pagination.md) | -**links** | [**List**](LinkSchema.md) | [optional] +**error** | [**Error**](Error.md) | [optional] +**feedPublishers** | [**List**](FeedPublisher.md) | **disruptions** | [**List**](Disruption.md) | **notes** | [**List**](Note.md) | [optional] -**feedPublishers** | [**List**](FeedPublisher.md) | +**links** | [**List**](LinkSchema.md) | [optional] **context** | [**Context**](Context.md) | [optional] -**error** | [**Error**](Error.md) | [optional] **stopAreas** | [**List**](StopArea.md) | [optional] diff --git a/docs/expert/android/model/StopDateTime.md b/docs/expert/android/model/StopDateTime.md index c33768b2a..78858f27f 100644 --- a/docs/expert/android/model/StopDateTime.md +++ b/docs/expert/android/model/StopDateTime.md @@ -4,14 +4,15 @@ Name | Type | Note ---- | ---- | ---- -**stopPoint** | [**StopPoint**](StopPoint.md) | [optional] -**links** | [**List**](LinkSchema.md) | -**arrivalDateTime** | **String** | [optional] -**additionalInformations** | [**List**](#AdditionalInformations) | **departureDateTime** | **String** | [optional] -**baseArrivalDateTime** | **String** | [optional] **baseDepartureDateTime** | **String** | [optional] +**arrivalDateTime** | **String** | [optional] +**baseArrivalDateTime** | **String** | [optional] +**stopPoint** | [**StopPoint**](StopPoint.md) | [optional] +**additionalInformations** | [**List**](#AdditionalInformations) | +**links** | [**List**](LinkSchema.md) | **dataFreshness** | [**DataFreshness**](#DataFreshness) | [optional] +**departureOccupancy** | [**DepartureOccupancy**](#DepartureOccupancy) | [optional] ## AdditionalInformations @@ -31,3 +32,15 @@ BASE_SCHEDULE | "base_schedule" ADAPTED_SCHEDULE | "adapted_schedule" REALTIME | "realtime" +## DepartureOccupancy + +Name | Value +---- | ----- +EMPTY | "empty" +MANY_SEATS_AVAILABLE | "many_seats_available" +FEW_SEATS_AVAILABLE | "few_seats_available" +STANDING_ROOM_ONLY | "standing_room_only" +CRUSHED_STANDING_ROOM_ONLY | "crushed_standing_room_only" +FULL | "full" +NOT_ACCEPTING_PASSENGERS | "not_accepting_passengers" + diff --git a/docs/expert/android/model/StopPoint.md b/docs/expert/android/model/StopPoint.md index 0cf93d813..6419b9a27 100644 --- a/docs/expert/android/model/StopPoint.md +++ b/docs/expert/android/model/StopPoint.md @@ -4,24 +4,24 @@ Name | Type | Note ---- | ---- | ---- +**id** | **String** | Identifier of the object +**name** | **String** | Name of the object +**comments** | [**List**](Comment.md) | [optional] **comment** | **String** | [optional] -**commercialModes** | [**List**](CommercialMode.md) | [optional] -**stopArea** | [**StopArea**](StopArea.md) | [optional] +**codes** | [**List**](Code.md) | [optional] +**label** | **String** | [optional] +**coord** | [**Coord**](Coord.md) | [optional] **links** | [**List**](LinkSchema.md) | -**accessPoints** | [**List**](PathWay.md) | [optional] +**commercialModes** | [**List**](CommercialMode.md) | [optional] **physicalModes** | [**List**](PhysicalMode.md) | [optional] -**lines** | [**List**](Line.md) | [optional] -**comments** | [**List**](Comment.md) | [optional] -**label** | **String** | [optional] +**administrativeRegions** | [**List**](Admin.md) | [optional] +**stopArea** | [**StopArea**](StopArea.md) | [optional] **equipments** | [**List**](#Equipments) | -**codes** | [**List**](Code.md) | [optional] -**coord** | [**Coord**](Coord.md) | [optional] -**equipmentDetails** | [**List**](EquipmentDetails.md) | [optional] **address** | [**Address**](Address.md) | [optional] **fareZone** | [**FareZone**](FareZone.md) | [optional] -**administrativeRegions** | [**List**](Admin.md) | [optional] -**id** | **String** | Identifier of the object -**name** | **String** | Name of the object +**equipmentDetails** | [**List**](EquipmentDetails.md) | [optional] +**lines** | [**List**](Line.md) | [optional] +**accessPoints** | [**List**](PathWay.md) | [optional] ## Equipments diff --git a/docs/expert/android/model/StopPoints.md b/docs/expert/android/model/StopPoints.md index d49fde808..dbb8f4e61 100644 --- a/docs/expert/android/model/StopPoints.md +++ b/docs/expert/android/model/StopPoints.md @@ -5,11 +5,11 @@ Name | Type | Note ---- | ---- | ---- **pagination** | [**Pagination**](Pagination.md) | -**links** | [**List**](LinkSchema.md) | [optional] +**error** | [**Error**](Error.md) | [optional] +**feedPublishers** | [**List**](FeedPublisher.md) | **disruptions** | [**List**](Disruption.md) | **notes** | [**List**](Note.md) | [optional] -**feedPublishers** | [**List**](FeedPublisher.md) | +**links** | [**List**](LinkSchema.md) | [optional] **context** | [**Context**](Context.md) | [optional] -**error** | [**Error**](Error.md) | [optional] **stopPoints** | [**List**](StopPoint.md) | [optional] diff --git a/docs/expert/android/model/StopSchedule.md b/docs/expert/android/model/StopSchedule.md index a3c10f3fb..817ff2965 100644 --- a/docs/expert/android/model/StopSchedule.md +++ b/docs/expert/android/model/StopSchedule.md @@ -5,11 +5,11 @@ Name | Type | Note ---- | ---- | ---- **stopPoint** | [**StopPoint**](StopPoint.md) | [optional] -**links** | [**List**](LinkSchema.md) | [optional] -**dateTimes** | [**List**](DateTimeType.md) | **route** | [**Route**](Route.md) | [optional] **additionalInformations** | **String** | **displayInformations** | [**RouteDisplayInformation**](RouteDisplayInformation.md) | [optional] -**lastDatetime** | [**DateTimeType**](DateTimeType.md) | [optional] +**dateTimes** | [**List**](DateTimeType.md) | +**links** | [**List**](LinkSchema.md) | [optional] **firstDatetime** | [**DateTimeType**](DateTimeType.md) | [optional] +**lastDatetime** | [**DateTimeType**](DateTimeType.md) | [optional] diff --git a/docs/expert/android/model/StopSchedules.md b/docs/expert/android/model/StopSchedules.md index db821ac8c..0fd86589e 100644 --- a/docs/expert/android/model/StopSchedules.md +++ b/docs/expert/android/model/StopSchedules.md @@ -4,13 +4,13 @@ Name | Type | Note ---- | ---- | ---- -**stopSchedules** | [**List**](StopSchedule.md) | **pagination** | [**Pagination**](Pagination.md) | -**links** | [**List**](LinkSchema.md) | [optional] +**error** | [**Error**](Error.md) | [optional] +**feedPublishers** | [**List**](FeedPublisher.md) | **disruptions** | [**List**](Disruption.md) | **notes** | [**List**](Note.md) | [optional] -**feedPublishers** | [**List**](FeedPublisher.md) | +**links** | [**List**](LinkSchema.md) | [optional] **context** | [**Context**](Context.md) | [optional] -**error** | [**Error**](Error.md) | [optional] **exceptions** | [**List**](Exception.md) | [optional] +**stopSchedules** | [**List**](StopSchedule.md) | diff --git a/docs/expert/android/model/StopTime.md b/docs/expert/android/model/StopTime.md index f412391a7..6609562f1 100644 --- a/docs/expert/android/model/StopTime.md +++ b/docs/expert/android/model/StopTime.md @@ -4,14 +4,14 @@ Name | Type | Note ---- | ---- | ---- -**stopPoint** | [**StopPoint**](StopPoint.md) | [optional] +**arrivalTime** | **String** | [optional] **utcArrivalTime** | **String** | [optional] +**departureTime** | **String** | [optional] **utcDepartureTime** | **String** | [optional] **headsign** | **String** | [optional] -**skippedStop** | **Boolean** | [optional] -**arrivalTime** | **String** | [optional] **journeyPatternPoint** | [**JourneyPatternPoint**](JourneyPatternPoint.md) | [optional] -**dropOffAllowed** | **Boolean** | [optional] +**stopPoint** | [**StopPoint**](StopPoint.md) | [optional] **pickupAllowed** | **Boolean** | [optional] -**departureTime** | **String** | [optional] +**dropOffAllowed** | **Boolean** | [optional] +**skippedStop** | **Boolean** | [optional] diff --git a/docs/expert/android/model/StreetInformation.md b/docs/expert/android/model/StreetInformation.md index 03a8dbf64..8f2301999 100644 --- a/docs/expert/android/model/StreetInformation.md +++ b/docs/expert/android/model/StreetInformation.md @@ -6,4 +6,5 @@ Name | Type | Note ---- | ---- | ---- **geojsonOffset** | **Int** | [optional] **cyclePathType** | **String** | [optional] +**length** | **Float** | [optional] diff --git a/docs/expert/android/model/Table.md b/docs/expert/android/model/Table.md index 678164f1f..651365972 100644 --- a/docs/expert/android/model/Table.md +++ b/docs/expert/android/model/Table.md @@ -4,6 +4,6 @@ Name | Type | Note ---- | ---- | ---- -**headers** | [**List
**](Header.md) | **rows** | [**List**](Row.md) | +**headers** | [**List
**](Header.md) | diff --git a/docs/expert/android/model/TerminusSchedule.md b/docs/expert/android/model/TerminusSchedule.md index 9cb0155da..4ebba1113 100644 --- a/docs/expert/android/model/TerminusSchedule.md +++ b/docs/expert/android/model/TerminusSchedule.md @@ -5,11 +5,11 @@ Name | Type | Note ---- | ---- | ---- **stopPoint** | [**StopPoint**](StopPoint.md) | [optional] -**links** | [**List**](LinkSchema.md) | [optional] -**dateTimes** | [**List**](DateTimeType.md) | **route** | [**Route**](Route.md) | [optional] **additionalInformations** | **String** | **displayInformations** | [**RouteDisplayInformation**](RouteDisplayInformation.md) | [optional] -**lastDatetime** | [**DateTimeType**](DateTimeType.md) | [optional] +**dateTimes** | [**List**](DateTimeType.md) | +**links** | [**List**](LinkSchema.md) | [optional] **firstDatetime** | [**DateTimeType**](DateTimeType.md) | [optional] +**lastDatetime** | [**DateTimeType**](DateTimeType.md) | [optional] diff --git a/docs/expert/android/model/TerminusSchedules.md b/docs/expert/android/model/TerminusSchedules.md index 479285276..feb28c388 100644 --- a/docs/expert/android/model/TerminusSchedules.md +++ b/docs/expert/android/model/TerminusSchedules.md @@ -5,12 +5,12 @@ Name | Type | Note ---- | ---- | ---- **pagination** | [**Pagination**](Pagination.md) | -**links** | [**List**](LinkSchema.md) | [optional] +**error** | [**Error**](Error.md) | [optional] +**feedPublishers** | [**List**](FeedPublisher.md) | **disruptions** | [**List**](Disruption.md) | **notes** | [**List**](Note.md) | [optional] -**feedPublishers** | [**List**](FeedPublisher.md) | +**links** | [**List**](LinkSchema.md) | [optional] **context** | [**Context**](Context.md) | [optional] -**error** | [**Error**](Error.md) | [optional] **exceptions** | [**List**](Exception.md) | [optional] **terminusSchedules** | [**List**](TerminusSchedule.md) | diff --git a/docs/expert/android/model/Ticket.md b/docs/expert/android/model/Ticket.md index 066b4a9be..9195eae0d 100644 --- a/docs/expert/android/model/Ticket.md +++ b/docs/expert/android/model/Ticket.md @@ -4,11 +4,11 @@ Name | Type | Note ---- | ---- | ---- -**comment** | **String** | [optional] +**id** | **String** | Identifier of the ticket **name** | **String** | Name of the ticket -**links** | [**List**](LinkSchema.md) | [optional] +**comment** | **String** | [optional] +**found** | **Boolean** | [optional] **cost** | [**Cost**](Cost.md) | +**links** | [**List**](LinkSchema.md) | [optional] **sourceId** | **String** | Product identifier of the ticket in the input data -**found** | **Boolean** | [optional] -**id** | **String** | Identifier of the ticket diff --git a/docs/expert/android/model/TrafficReport.md b/docs/expert/android/model/TrafficReport.md index a2386a1cd..fbab3edcc 100644 --- a/docs/expert/android/model/TrafficReport.md +++ b/docs/expert/android/model/TrafficReport.md @@ -4,8 +4,8 @@ Name | Type | Note ---- | ---- | ---- -**vehicleJourneys** | [**List**](VehicleJourney.md) | [optional] -**lines** | [**List**](Line.md) | [optional] **network** | [**Network**](Network.md) | [optional] +**lines** | [**List**](Line.md) | [optional] **stopAreas** | [**List**](StopArea.md) | [optional] +**vehicleJourneys** | [**List**](VehicleJourney.md) | [optional] diff --git a/docs/expert/android/model/TrafficReports.md b/docs/expert/android/model/TrafficReports.md index 88673fff6..9fe841c8c 100644 --- a/docs/expert/android/model/TrafficReports.md +++ b/docs/expert/android/model/TrafficReports.md @@ -5,11 +5,11 @@ Name | Type | Note ---- | ---- | ---- **pagination** | [**Pagination**](Pagination.md) | -**links** | [**List**](LinkSchema.md) | [optional] +**error** | [**Error**](Error.md) | [optional] +**feedPublishers** | [**List**](FeedPublisher.md) | **disruptions** | [**List**](Disruption.md) | **notes** | [**List**](Note.md) | [optional] -**feedPublishers** | [**List**](FeedPublisher.md) | -**trafficReports** | [**List**](TrafficReport.md) | +**links** | [**List**](LinkSchema.md) | [optional] **context** | [**Context**](Context.md) | [optional] -**error** | [**Error**](Error.md) | [optional] +**trafficReports** | [**List**](TrafficReport.md) | diff --git a/docs/expert/android/model/Trips.md b/docs/expert/android/model/Trips.md index 603cf10ec..ac391fe65 100644 --- a/docs/expert/android/model/Trips.md +++ b/docs/expert/android/model/Trips.md @@ -5,11 +5,11 @@ Name | Type | Note ---- | ---- | ---- **pagination** | [**Pagination**](Pagination.md) | -**links** | [**List**](LinkSchema.md) | [optional] +**error** | [**Error**](Error.md) | [optional] +**feedPublishers** | [**List**](FeedPublisher.md) | **disruptions** | [**List**](Disruption.md) | **notes** | [**List**](Note.md) | [optional] -**feedPublishers** | [**List**](FeedPublisher.md) | +**links** | [**List**](LinkSchema.md) | [optional] **context** | [**Context**](Context.md) | [optional] -**error** | [**Error**](Error.md) | [optional] **trips** | [**List**](Trip.md) | [optional] diff --git a/docs/expert/android/model/VJDisplayInformation.md b/docs/expert/android/model/VJDisplayInformation.md index 1e961c127..90340eb65 100644 --- a/docs/expert/android/model/VJDisplayInformation.md +++ b/docs/expert/android/model/VJDisplayInformation.md @@ -4,21 +4,21 @@ Name | Type | Note ---- | ---- | ---- +**commercialMode** | **String** | [optional] +**network** | **String** | [optional] **direction** | **String** | +**label** | **String** | [optional] +**color** | **String** | [optional] **code** | **String** | [optional] -**headsigns** | **List** | [optional] -**description** | **String** | [optional] +**headsign** | **String** | +**name** | **String** | [optional] **links** | [**List**](LinkSchema.md) | -**color** | **String** | [optional] +**textColor** | **String** | [optional] +**tripShortName** | **String** | [optional] +**description** | **String** | [optional] **physicalMode** | **String** | [optional] -**headsign** | **String** | -**commercialMode** | **String** | [optional] **equipments** | [**List**](#Equipments) | -**tripShortName** | **String** | [optional] -**label** | **String** | [optional] -**textColor** | **String** | [optional] -**network** | **String** | [optional] -**name** | **String** | [optional] +**headsigns** | **List** | [optional] ## Equipments diff --git a/docs/expert/android/model/VehicleJourney.md b/docs/expert/android/model/VehicleJourney.md index 4a9f01293..5c4bc9312 100644 --- a/docs/expert/android/model/VehicleJourney.md +++ b/docs/expert/android/model/VehicleJourney.md @@ -4,19 +4,19 @@ Name | Type | Note ---- | ---- | ---- -**comment** | **String** | [optional] -**codes** | [**List**](Code.md) | [optional] +**id** | **String** | Identifier of the object **name** | **String** | Name of the object **journeyPattern** | [**JourneyPattern**](JourneyPattern.md) | [optional] -**disruptions** | [**List**](LinkSchema.md) | -**startTime** | **String** | [optional] -**headwaySecs** | **Int** | [optional] **stopTimes** | [**List**](StopTime.md) | [optional] **comments** | [**List**](Comment.md) | [optional] +**comment** | **String** | [optional] +**codes** | [**List**](Code.md) | [optional] **validityPattern** | [**ValidityPattern**](ValidityPattern.md) | [optional] -**headsign** | **String** | [optional] -**endTime** | **String** | [optional] -**id** | **String** | Identifier of the object -**trip** | [**Trip**](Trip.md) | [optional] **calendars** | [**List**](Calendar.md) | [optional] +**trip** | [**Trip**](Trip.md) | [optional] +**disruptions** | [**List**](LinkSchema.md) | +**startTime** | **String** | [optional] +**endTime** | **String** | [optional] +**headwaySecs** | **Int** | [optional] +**headsign** | **String** | [optional] diff --git a/docs/expert/android/model/VehicleJourneyPositions.md b/docs/expert/android/model/VehicleJourneyPositions.md index c337f4d10..cc05401a7 100644 --- a/docs/expert/android/model/VehicleJourneyPositions.md +++ b/docs/expert/android/model/VehicleJourneyPositions.md @@ -4,11 +4,11 @@ Name | Type | Note ---- | ---- | ---- -**feedCreatedAt** | **String** | [optional] -**bearing** | **Int** | [optional] **vehicleJourney** | [**VehicleJourney**](VehicleJourney.md) | [optional] **coord** | [**Coord**](Coord.md) | [optional] -**occupancy** | **String** | [optional] -**speed** | **Float** | [optional] +**bearing** | **Int** | [optional] +**speed** | **Int** | [optional] **dataFreshness** | **String** | [optional] +**occupancy** | **String** | [optional] +**feedCreatedAt** | **String** | [optional] diff --git a/docs/expert/android/model/VehicleJourneys.md b/docs/expert/android/model/VehicleJourneys.md index 05975df99..3a3e59f2e 100644 --- a/docs/expert/android/model/VehicleJourneys.md +++ b/docs/expert/android/model/VehicleJourneys.md @@ -5,11 +5,11 @@ Name | Type | Note ---- | ---- | ---- **pagination** | [**Pagination**](Pagination.md) | -**links** | [**List**](LinkSchema.md) | [optional] +**error** | [**Error**](Error.md) | [optional] +**feedPublishers** | [**List**](FeedPublisher.md) | **disruptions** | [**List**](Disruption.md) | **notes** | [**List**](Note.md) | [optional] -**feedPublishers** | [**List**](FeedPublisher.md) | +**links** | [**List**](LinkSchema.md) | [optional] **context** | [**Context**](Context.md) | [optional] -**error** | [**Error**](Error.md) | [optional] **vehicleJourneys** | [**List**](VehicleJourney.md) | [optional] diff --git a/docs/expert/android/model/VehiclePositions_1.md b/docs/expert/android/model/VehiclePositions_1.md index 7ecf11a4e..715a6ec0b 100644 --- a/docs/expert/android/model/VehiclePositions_1.md +++ b/docs/expert/android/model/VehiclePositions_1.md @@ -5,11 +5,11 @@ Name | Type | Note ---- | ---- | ---- **pagination** | [**Pagination**](Pagination.md) | -**links** | [**List**](LinkSchema.md) | [optional] +**error** | [**Error**](Error.md) | [optional] +**feedPublishers** | [**List**](FeedPublisher.md) | **disruptions** | [**List**](Disruption.md) | **notes** | [**List**](Note.md) | [optional] -**feedPublishers** | [**List**](FeedPublisher.md) | -**vehiclePositions** | [**List**](VehiclePositions.md) | +**links** | [**List**](LinkSchema.md) | [optional] **context** | [**Context**](Context.md) | [optional] -**error** | [**Error**](Error.md) | [optional] +**vehiclePositions** | [**List**](VehiclePositions.md) | diff --git a/docs/expert/android/model/WeekPattern.md b/docs/expert/android/model/WeekPattern.md index 6078a7e26..94d7ec83c 100644 --- a/docs/expert/android/model/WeekPattern.md +++ b/docs/expert/android/model/WeekPattern.md @@ -6,9 +6,9 @@ Name | Type | Note ---- | ---- | ---- **monday** | **Boolean** | [optional] **tuesday** | **Boolean** | [optional] -**friday** | **Boolean** | [optional] **wednesday** | **Boolean** | [optional] **thursday** | **Boolean** | [optional] -**sunday** | **Boolean** | [optional] +**friday** | **Boolean** | [optional] **saturday** | **Boolean** | [optional] +**sunday** | **Boolean** | [optional] diff --git a/docs/expert/android/models.md b/docs/expert/android/models.md index dc753a6b6..cafa4acff 100644 --- a/docs/expert/android/models.md +++ b/docs/expert/android/models.md @@ -6,11 +6,14 @@ |[**AccessPoints**](model/AccessPoints.md) | |[**Address**](model/Address.md) | |[**Admin**](model/Admin.md) | +|[**AirPollutants**](model/AirPollutants.md) | |[**Amount**](model/Amount.md) | |[**ApplicationPattern**](model/ApplicationPattern.md) | |[**Arrivals**](model/Arrivals.md) | |[**BetaEndpoints**](model/BetaEndpoints.md) | +|[**BookingRule**](model/BookingRule.md) | |[**CO2**](model/CO2.md) | +|[**CO2EmissionRate**](model/CO2EmissionRate.md) | |[**Calendar**](model/Calendar.md) | |[**CalendarException**](model/CalendarException.md) | |[**CalendarPeriod**](model/CalendarPeriod.md) | @@ -89,11 +92,14 @@ |[**Lines**](model/Lines.md) | |[**LinesSchema**](model/LinesSchema.md) | |[**LinkSchema**](model/LinkSchema.md) | +|[**LowEmissionZone**](model/LowEmissionZone.md) | |[**Message**](model/Message.md) | |[**MultiLineStringSchema**](model/MultiLineStringSchema.md) | |[**Network**](model/Network.md) | |[**Networks**](model/Networks.md) | |[**Note**](model/Note.md) | +|[**Obstacles**](model/Obstacles.md) | +|[**ObstaclesObstacles**](model/ObstaclesObstacles.md) | |[**Pagination**](model/Pagination.md) | |[**Passage**](model/Passage.md) | |[**PassageDisplayInformation**](model/PassageDisplayInformation.md) | @@ -112,6 +118,7 @@ |[**PoiType**](model/PoiType.md) | |[**PoiTypes**](model/PoiTypes.md) | |[**Pois**](model/Pois.md) | +|[**PollutantValue**](model/PollutantValue.md) | |[**Property**](model/Property.md) | |[**PtObject**](model/PtObject.md) | |[**PtObjects**](model/PtObjects.md) | diff --git a/docs/expert/android/releases/3.6.0/index.md b/docs/expert/android/releases/3.6.0/index.md new file mode 100644 index 000000000..05deb2364 --- /dev/null +++ b/docs/expert/android/releases/3.6.0/index.md @@ -0,0 +1,31 @@ +--- +title: Expert Android 3.6.0 - Changelog - Navitia SDK Docs +--- + +# Expert Android 3.6.0 Changelog + +

๐Ÿ—“ 13 Feb 2025

+ +#### API +- Add `language` query parameter to `CommericalModesApi`, `CompaniesApi`, `ContributorsApi`, `DatasetsApi`, `DisruptionsApi`, `JourneyPatternPointsApi`, `JourneyPatternsApi`, `LineGroupsApi`, `LineReportsApi`, `LinesApi`, `NetworksApi`, `PhysicalModesApi`, `PoisApi`, `PoiTypesApi`, `RoutesApi`, `StopAreasApi`, `StopPointsApi`, `TrafficReportApi`, `TripsApi` and `VehicleJourneysApi` +- Update `from_datetime` query parameter type from`RouteSchedulesApi` + +#### Models +- Add `BookingRule` +- Remove `CarParkPrice` +- Update `Channel.Type` +- Update `Poi` +- Update `PtObject` +- Update `RouteDisplayInformation` +- Update `VehicleJourneyPositions` + +#### Dependencies +- `gradle` > `8.10.2` +- `kotlinVersion` > `2.1.0` +- `com.android.tools.build:gradle` > `8.8.0` +- `compileSdk` > `35` +- `buildToolsVersion` > `35.0.0` +- `org.jetbrains.kotlinx:kotlinx-serialization-json` > `1.6.3` + +#### Based on Navitia +https://github.com/hove-io/navitia/releases/tag/v15.75.4 diff --git a/docs/expert/android/releases/3.7.0/index.md b/docs/expert/android/releases/3.7.0/index.md new file mode 100644 index 000000000..ae50f7615 --- /dev/null +++ b/docs/expert/android/releases/3.7.0/index.md @@ -0,0 +1,13 @@ +--- +title: Expert Android 3.7.0 - Changelog - Navitia SDK Docs +--- + +# Expert Android 3.7.0 Changelog + +

๐Ÿ—“ 24 Mar 2025

+ +#### API +- Add `park_mode` and `on_street_bike_parking_duration` query parameters to `GraphicalIsochroneApi`, `HeatMapApi` and `JourneysApi` + +#### Based on Navitia +https://github.com/hove-io/navitia/releases/tag/v15.82.1 diff --git a/docs/expert/ios/changelogs.md b/docs/expert/ios/changelogs.md index 666796aac..46268826d 100644 --- a/docs/expert/ios/changelogs.md +++ b/docs/expert/ios/changelogs.md @@ -4,6 +4,8 @@ title: Expert iOS - Changelogs - Navitia SDK Docs # Expert iOS Changelogs +* [v2.9.0](releases/2.9.0/index.md) (_24 Mar 2025_) +* [v2.8.0](releases/2.8.0/index.md) (_24 Feb 2025_) * [v2.7.3](releases/2.7.3/index.md) (_12 Feb 2025_) * [v2.7.2](releases/2.7.2/index.md) (_25 Jun 2024_) * [v2.7.1](releases/2.7.1/index.md) (_27 Mar 2024_) diff --git a/docs/expert/ios/index.md b/docs/expert/ios/index.md index a6b655550..a300ab378 100644 --- a/docs/expert/ios/index.md +++ b/docs/expert/ios/index.md @@ -12,7 +12,7 @@ In your project, add the following lines to your podfile: source 'https://github.com/CanalTP/Podspecs.git' # Expert podspec URL target 'YOUR_PROJECT_SCHEME' do - pod 'NavitiaSDK', '2.7.2' # Expert Pod definition + pod 'NavitiaSDK', '2.9.0' # Expert Pod definition end ``` diff --git a/docs/expert/ios/releases/2.8.0/index.md b/docs/expert/ios/releases/2.8.0/index.md new file mode 100644 index 000000000..4ad06384c --- /dev/null +++ b/docs/expert/ios/releases/2.8.0/index.md @@ -0,0 +1,11 @@ +--- +title: Expert iOS 2.8.0 - Changelog - Navitia SDK Docs +--- + +# Expert iOS 2.8.0 Changelog + +

๐Ÿ—“ 24 Feb 2025

+ +#### Enhancements +- Update minimum iOS deployment to 16 +- Update Navitia API to 15.75.4 diff --git a/docs/expert/ios/releases/2.9.0/index.md b/docs/expert/ios/releases/2.9.0/index.md new file mode 100644 index 000000000..7794b09dc --- /dev/null +++ b/docs/expert/ios/releases/2.9.0/index.md @@ -0,0 +1,10 @@ +--- +title: Expert iOS 2.9.0 - Changelog - Navitia SDK Docs +--- + +# Expert iOS 2.9.0 Changelog + +

๐Ÿ—“ 24 Mar 2025

+ +#### Based on Navitia +https://github.com/hove-io/navitia/releases/tag/v15.82.1 diff --git a/docs/getting_started.md b/docs/getting_started.md index 9aa195fd2..fc65bd150 100644 --- a/docs/getting_started.md +++ b/docs/getting_started.md @@ -23,7 +23,7 @@ title: Getting started - Navitia SDK Docs Install [Cocoapods](https://cocoapods.org) and add the following in the `Podfile` of your project: ``` ruby - platform :ios, '14.0' + platform :ios, '16.0' use_frameworks! ``` @@ -90,7 +90,6 @@ The following are the possible configuration parameters: | `disruptions` | :material-check: | [`Disruption color`](#disruption-color) | All |