File: TripSegment.md

package info (click to toggle)
rust-motis-openapi-sdk 5.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 912 kB
  • sloc: sh: 40; makefile: 4
file content (22 lines) | stat: -rw-r--r-- 1,044 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# TripSegment

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**trips** | [**Vec<models::TripInfo>**](TripInfo.md) |  | 
**route_color** | Option<**String**> |  | [optional]
**mode** | [**models::Mode**](Mode.md) | Transport mode for this leg | 
**distance** | **f64** | distance in meters | 
**from** | [**models::Place**](Place.md) |  | 
**to** | [**models::Place**](Place.md) |  | 
**departure** | **String** | departure time | 
**arrival** | **String** | arrival time | 
**scheduled_departure** | **String** | scheduled departure time | 
**scheduled_arrival** | **String** | scheduled arrival time | 
**real_time** | **bool** | Whether there is real-time data about this leg | 
**polyline** | **String** | Google polyline encoded coordinate sequence (with precision 5) where the trip travels on this segment. | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)