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

withMinDeviationTime

@NonNull abstract fun withMinDeviationTime(minDeviationTime: Int!): IRouteQuery

All alternative routes returned will follow the reference route from the origin point of the calculateRoute Request for at least this number of seconds. This can only be used when reconstructing a route. The minDeviationTime parameter cannot be used in conjunction with arriveAt.

Parameters

minDeviationTime - Int!:

Return
IRouteQuery: The route query.