Record

get-matrix-params

No description available.

record get-matrix-params {
  point: option​<list​<string>>,
  from-point: option​<list​<string>>,
  to-point: option​<list​<string>>,
  point-hint: option​<list​<string>>,
  from-point-hint: option​<list​<string>>,
  to-point-hint: option​<list​<string>>,
  snap-prevention: option​<list​<string>>,
  curbside: option​<list​<get-matrix-curbside-item-enum>>,
  from-curbside: option​<list​<get-matrix-curbside-item-enum>>,
  to-curbside: option​<list​<get-matrix-curbside-item-enum>>,
  out-array: option​<list​<string>>,
  vehicle: option​<vehicle-profile-id>,
  fail-fast: option​<bool>,
  turn-costs: option​<bool>,
}

Fields

NameTypeDescription
pointoption​<list​<string>>
from-pointoption​<list​<string>>
to-pointoption​<list​<string>>
point-hintoption​<list​<string>>
from-point-hintoption​<list​<string>>
to-point-hintoption​<list​<string>>
snap-preventionoption​<list​<string>>
curbsideoption​<list​<get-matrix-curbside-item-enum>>
from-curbsideoption​<list​<get-matrix-curbside-item-enum>>
to-curbsideoption​<list​<get-matrix-curbside-item-enum>>
out-arrayoption​<list​<string>>
vehicleoption​<vehicle-profile-id>
fail-fastoption​<bool>
turn-costsoption​<bool>