You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I write
routific.setOptions({
traffic: Traffic,
min_vehicles: MinVehicles
})
my options are not regonize,
to get it working, I have to use this syntax:
routific.setOptions({
"traffic" => Traffic,
"min_vehicles" => MinVehicles
})
The text was updated successfully, but these errors were encountered:
When I write
routific.setOptions({
traffic: Traffic,
min_vehicles: MinVehicles
})
my options are not regonize,
to get it working, I have to use this syntax:
routific.setOptions({
"traffic" => Traffic,
"min_vehicles" => MinVehicles
})
The text was updated successfully, but these errors were encountered: