Is there a way to enable soft curbside strictness on the Routing API POST request?
We are trying to use this feature but it throws an error for each point that is on a one-way street that doesn’t fit the curbside preference.
Is there a way to enable soft curbside strictness on the Routing API POST request?
We are trying to use this feature but it throws an error for each point that is on a one-way street that doesn’t fit the curbside preference.
Yes, you can use curbside_strictness: soft
for the Routing or Matrix API (currently not documented). The default is strict
.
Just tested it and it fixes our problem.
Appreciate the quick reply!