Record
get-isochrone-params
No description available.
record get-isochrone-params {
point: string,
time-limit: option<s32>,
distance-limit: option<s32>,
vehicle: option<vehicle-profile-id>,
buckets: option<s32>,
reverse-flow: option<bool>,
weighting: option<get-isochrone-weighting-enum>,
}Fields
| Name | Type | Description |
|---|---|---|
| point | string | |
| time-limit | option<s32> | |
| distance-limit | option<s32> | |
| vehicle | option<vehicle-profile-id> | |
| buckets | option<s32> | |
| reverse-flow | option<bool> | |
| weighting | option<get-isochrone-weighting-enum> |