sdk-routing / com.tomtom.online.sdk.routing.data.longDistanceEV / ILongDistanceEVRoutingQuery / withAvoidAreas

withAvoidAreas

abstract fun withAvoidAreas(areaCoordinates: MutableList<BoundingBox!>!): ILongDistanceEVRoutingQuery!

Used in the default builder LongDistanceEVRoutingQueryBuilder.

Parameters

areaCoordinates - MutableList<BoundingBox!>!: Specifies areas which will be avoided.

Return
ILongDistanceEVRoutingQuery!: The builder of the query with a new list of area coordinates to be avoided.