File: StepInstruction.md

package info (click to toggle)
rust-motis-openapi-sdk 1.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 496 kB
  • sloc: sh: 40; makefile: 4
file content (20 lines) | stat: -rw-r--r-- 1,209 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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\"  | 

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