Thrilling
data class Thrilling(val hilliness: Hilliness? = null, val windingness: Windingness? = null) : RouteType
Route which includes interesting or challenging roads and uses as few motorways as possible. You can set the desired road curvature and the degree of hilliness. There is a limit of 900km on routes planned with RouteType.Thrilling.
Note: This value is not supported when chargingOptions are set in RoutePlanningOptions. Note: The parameters hilliness and windingness are not supported with the Orbis map.
Parameters
hilliness
The desired Hilliness.
windingness
The desired Windingness.