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 yet supported with the Orbis map.

Parameters

hilliness

The desired Hilliness.

windingness

The desired Windingness.

Constructors

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

Properties

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