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