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.

Parameters

hilliness

The desired Hilliness.

windingness

The desired Windingness.

Constructors

Link copied to clipboard
fun Thrilling(hilliness: Hilliness? = null, windingness: Windingness? = null)

Properties

Link copied to clipboard
val hilliness: Hilliness? = null
Link copied to clipboard