sdk-routing / com.tomtom.online.sdk.routing.data / IRouteQuery / withComputeBestOrder

withComputeBestOrder

@NonNull abstract fun withComputeBestOrder(isComputeBestOrder: Boolean!): IRouteQuery

Specifies if the best order of waypoints should be used to compute route. For example, if the maximum allowed number of waypoints is 50, then it might be reduced to 20 in better order.

Parameters

isComputeBestOrder - Boolean!:

Return
IRouteQuery: The route query.