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

NameTypeDescription
pointstring
time-limitoption​<s32>
distance-limitoption​<s32>
vehicleoption​<vehicle-profile-id>
bucketsoption​<s32>
reverse-flowoption​<bool>
weightingoption​<get-isochrone-weighting-enum>