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
| Name | Type | Description |
|---|---|---|
| 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> |