corridorExceptionAreas property

List<GeoCorridor> corridorExceptionAreas
getter/setter pair

Areas of corridor shape to exclude from avoidance. Note: Even though GeoCorridor.half_width_in_meters is an optional property in case of exception areas it is mandatory. Otherwise route calculation will fail with an sdk.routing.RoutingError.INVALID_PARAMETER error.

Implementation

List<GeoCorridor> corridorExceptionAreas;