Wasm Directoryalpha
Record

tfl-api-presentation-entities-instruction-step

No description available.

record tfl-api-presentation-entities-instruction-step {
  cumulative-distance: option​<s32>,
  cumulative-travel-time: option​<s32>,
  description: option​<string>,
  description-heading: option​<string>,
  distance: option​<s32>,
  latitude: option​<f64>,
  longitude: option​<f64>,
  path-attribute: option​<tfl-api-presentation-entities-path-attribute>,
  sky-direction: option​<s32>,
  sky-direction-description: option​<tfl-api-presentation-entities-instruction-step-sky-direction-description-enum>,
  street-name: option​<string>,
  track-type: option​<tfl-api-presentation-entities-instruction-step-track-type-enum>,
  turn-direction: option​<string>,
}

Fields

NameTypeDescription
cumulative-distanceoption​<s32>
cumulative-travel-timeoption​<s32>
descriptionoption​<string>
description-headingoption​<string>
distanceoption​<s32>
latitudeoption​<f64>
longitudeoption​<f64>
path-attributeoption​<tfl-api-presentation-entities-path-attribute>
sky-directionoption​<s32>
sky-direction-descriptionoption​<tfl-api-presentation-entities-instruction-step-sky-direction-description-enum>
street-nameoption​<string>
track-typeoption​<tfl-api-presentation-entities-instruction-step-track-type-enum>
turn-directionoption​<string>