sdk-routing / com.tomtom.online.sdk.routing.route.description / RouteType

RouteType

@Beta(2020, 12) enum class RouteType

This represents the 'routeType' parameter in a Request to the Routing API.

Enum Values

UNDEFINED

Defines that route type is not selected.

FASTEST

Defines that the routing service will find the fastest route.

SHORTEST

Defines that the Routing service will find the shortest route by distance.

ECO

Defines that the Routing service will find the most eco-friendly route which balances economy and speed.

THRILLING

Defines that the Routing services will find the most thrilling route using as few motorways as possible.