Wasm Directoryalpha
Record

route-response-path-instructions-item

No description available.

record route-response-path-instructions-item {
  distance: option​<f64>,
  exit-number: option​<s32>,
  interval: option​<list​<s32>>,
  sign: option​<s32>,
  street-name: option​<string>,
  text: option​<string>,
  time: option​<s32>,
  turn-angle: option​<f64>,
}

Fields

NameTypeDescription
distanceoption​<f64>
exit-numberoption​<s32>
intervaloption​<list​<s32>>
signoption​<s32>
street-nameoption​<string>
textoption​<string>
timeoption​<s32>
turn-angleoption​<f64>