tripkit-android / com.skedgo.tripkit.ui.routing / RoutingConfig
RoutingConfig
data class RoutingConfig
Constructors
Name | Summary |
---|---|
<init> | RoutingConfig(preferredTransferTime: Minutes = Minutes.THREE, walkingSpeed: WalkingSpeed = WalkingSpeed.Medium, cyclingSpeed: CyclingSpeed = CyclingSpeed.Medium, shouldUseConcessionPricing: Boolean = false, isOnWheelchair: Boolean = false, weightingProfile: WeightingProfile = WeightingProfile()) |
Properties
Name | Summary |
---|---|
cyclingSpeed | val cyclingSpeed: CyclingSpeed |
isOnWheelchair | val isOnWheelchair: Boolean |
preferredTransferTime | val preferredTransferTime: Minutes |
shouldUseConcessionPricing | val shouldUseConcessionPricing: Boolean |
walkingSpeed | val walkingSpeed: WalkingSpeed |
weightingProfile | val weightingProfile: WeightingProfile |