Thrilling

@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
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.

Constructors

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

Properties

Link copied to clipboard
val hilliness: Hilliness? = null

The desired Hilliness.

Link copied to clipboard

The desired Windingness.