-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class FreeDriveConfiguration implements Parcelable
-
-
Field Summary
Fields Modifier and Type Field Description private final FreeDriveLookAheadDistancesConfiguration
lookAheadDistancesConfig
private final FreeDriveSpeedLimitsConfiguration
speedLimitsConfig
-
Constructor Summary
Constructors Constructor Description FreeDriveConfiguration(FreeDriveLookAheadDistancesConfiguration lookAheadDistancesConfig, FreeDriveSpeedLimitsConfiguration speedLimitsConfig)
-
Method Summary
Modifier and Type Method Description final FreeDriveLookAheadDistancesConfiguration
getLookAheadDistancesConfig()
final FreeDriveSpeedLimitsConfiguration
getSpeedLimitsConfig()
-
-
Constructor Detail
-
FreeDriveConfiguration
FreeDriveConfiguration(FreeDriveLookAheadDistancesConfiguration lookAheadDistancesConfig, FreeDriveSpeedLimitsConfiguration speedLimitsConfig)
-
-
Method Detail
-
getLookAheadDistancesConfig
final FreeDriveLookAheadDistancesConfiguration getLookAheadDistancesConfig()
-
getSpeedLimitsConfig
final FreeDriveSpeedLimitsConfiguration getSpeedLimitsConfig()
-
-
-
-