@NonNull abstract fun withAvoidAreas(avoidAreas: MutableList<BoundingBox!>!): IRouteQuery
A list of rectangles that defines areas that are to be avoided during route calculation.
avoidAreas
- MutableList<BoundingBox!>!:
Return
IRouteQuery: The route query.