File: StepInstruction.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 (24 lines) | stat: -rw-r--r-- 1,742 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
23
24
# StepInstruction

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**relative_direction** | [**models::Direction**](Direction.md) |  | 
**distance** | **f64** | The distance in meters that this step takes. | 
**from_level** | **f64** | level where this segment starts, based on OpenStreetMap data | 
**to_level** | **f64** | level where this segment starts, based on OpenStreetMap data | 
**osm_way** | Option<**i32**> | OpenStreetMap way index | [optional]
**polyline** | [**models::EncodedPolyline**](EncodedPolyline.md) |  | 
**street_name** | **String** | The name of the street. | 
**exit** | **String** | Not implemented! When exiting a highway or traffic circle, the exit name/number.  | 
**stay_on** | **bool** | Not implemented! Indicates whether or not a street changes direction at an intersection.  | 
**area** | **bool** | Not implemented! This step is on an open area, such as a plaza or train platform, and thus the directions should say something like \"cross\"  | 
**toll** | Option<**bool**> | Indicates that a fee must be paid by general traffic to use a road, road bridge or road tunnel. | [optional]
**access_restriction** | Option<**String**> | Experimental. Indicates whether access to this part of the route is restricted. See: https://wiki.openstreetmap.org/wiki/Conditional_restrictions  | [optional]
**elevation_up** | Option<**i32**> | incline in meters across this path segment | [optional]
**elevation_down** | Option<**i32**> | decline in meters across this path segment | [optional]

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