StopOptions
StopOptions:
object
Stop options used to provide more information about each stop.
Note: When using StopOptions, the requestMethod parameter of RouteOptions will be ignored and the request type will be POST.
Type declaration
address?
optional
address:object
address.city?
optional
city:string
address.country?
optional
country:string
address.county?
optional
county:string
address.splc?
optional
splc:string
address.state?
optional
state:string
address.streetAddress?
optional
streetAddress:string
address.zip?
optional
zip:string
costs?
optional
costs:object
costs.costOfStop?
optional
costOfStop:number
costs.hoursPerStop?
optional
hoursPerStop:number
costs.loaded?
optional
loaded:boolean
costs.onDuty?
optional
onDuty:boolean
costs.useOrigin?
optional
useOrigin:boolean
id?
optional
id:string
isViaPoint?
optional
isViaPoint:boolean
label?
optional
label:string
lngLat
lngLat:
LngLatLike