-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class ActiveNavigationConfiguration implements Parcelable
-
-
Field Summary
Fields Modifier and Type Field Description private final ActiveNavigationThresholds
lowSpeedManeuver
private final ActiveNavigationThresholds
highSpeedManeuver
-
Constructor Summary
Constructors Constructor Description ActiveNavigationConfiguration(ActiveNavigationThresholds lowSpeedManeuver, ActiveNavigationThresholds highSpeedManeuver)
-
Method Summary
Modifier and Type Method Description final ActiveNavigationThresholds
getLowSpeedManeuver()
final ActiveNavigationThresholds
getHighSpeedManeuver()
-
-
Constructor Detail
-
ActiveNavigationConfiguration
ActiveNavigationConfiguration(ActiveNavigationThresholds lowSpeedManeuver, ActiveNavigationThresholds highSpeedManeuver)
-
-
Method Detail
-
getLowSpeedManeuver
final ActiveNavigationThresholds getLowSpeedManeuver()
-
getHighSpeedManeuver
final ActiveNavigationThresholds getHighSpeedManeuver()
-
-
-
-