I want to avoid specific streets when using the routing API. I have data points to create a geofence or polygon to represent those specific streets. The router API accepts only up to 20 bounding boxes. I tried to send 20 avoid area bounding boxes to represent the road, but the result is not reliable (e.g. on diagonal roads).
Is there a way to send a geofence/polygon instead of bounding boxes? Or any other way to avoid certain streets? Thank you very much