Record
post-route-params
No description available.
record post-route-params {
algorithm: option<get-route-algorithm-enum>,
alternative-route-max-paths: option<s32>,
alternative-route-max-share-factor: option<f64>,
alternative-route-max-weight-factor: option<f64>,
avoid: option<string>,
block-area: option<string>,
calc-points: option<bool>,
ch-disable: option<bool>,
curbsides: option<list<get-route-curbside-item-enum>>,
debug: option<bool>,
details: option<list<string>>,
elevation: option<bool>,
heading-penalty: option<s32>,
headings: option<list<s32>>,
instructions: option<bool>,
locale: option<string>,
optimize: option<string>,
pass-through: option<bool>,
point-hints: option<list<string>>,
points: option<list<list<f64>>>,
points-encoded: option<bool>,
round-trip-distance: option<s32>,
round-trip-seed: option<s64>,
snap-preventions: option<list<string>>,
vehicle: option<route-request-vehicle>,
weighting: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| algorithm | option<get-route-algorithm-enum> | |
| alternative-route-max-paths | option<s32> | |
| alternative-route-max-share-factor | option<f64> | |
| alternative-route-max-weight-factor | option<f64> | |
| avoid | option<string> | |
| block-area | option<string> | |
| calc-points | option<bool> | |
| ch-disable | option<bool> | |
| curbsides | option<list<get-route-curbside-item-enum>> | |
| debug | option<bool> | |
| details | option<list<string>> | |
| elevation | option<bool> | |
| heading-penalty | option<s32> | |
| headings | option<list<s32>> | |
| instructions | option<bool> | |
| locale | option<string> | |
| optimize | option<string> | |
| pass-through | option<bool> | |
| point-hints | option<list<string>> | |
| points | option<list<list<f64>>> | |
| points-encoded | option<bool> | |
| round-trip-distance | option<s32> | |
| round-trip-seed | option<s64> | |
| snap-preventions | option<list<string>> | |
| vehicle | option<route-request-vehicle> | |
| weighting | option<string> |