SpeedBasedCameraBehavior.ProfileValue (API Reference)
Package com.here.sdk.navigation
Class SpeedBasedCameraBehavior.ProfileValue
java.lang.Object
com.here.sdk.navigation.SpeedBasedCameraBehavior.ProfileValue
- Enclosing class:
- SpeedBasedCameraBehavior
A single profile value which indicates the speed range in which it applies to its zoom and tilt configuration.
-
Field Summary
FieldsModifier and TypeFieldDescriptiondoubleStart speed of the range.doubleTilt configuration.doubleEnd speed of the range.Zoom configuration. -
Constructor Summary
ConstructorsConstructorDescriptionProfileValue(double fromMetersPerSecond, double toMetersPerSecond, MapMeasure zoom, double tiltInDegrees) Creates a new instance. -
Method Summary
-
Field Details
-
fromMetersPerSecond
public double fromMetersPerSecondStart speed of the range.
-
toMetersPerSecond
public double toMetersPerSecondEnd speed of the range.
-
zoom
Zoom configuration.
-
tiltInDegrees
public double tiltInDegreesTilt configuration.
-
-
Constructor Details
-
ProfileValue
public ProfileValue(double fromMetersPerSecond, double toMetersPerSecond, @NonNull MapMeasure zoom, double tiltInDegrees) Creates a new instance.
- Parameters:
fromMetersPerSecond-Start speed of the range.
toMetersPerSecond-End speed of the range.
zoom-Zoom configuration.
tiltInDegrees-Tilt configuration.
-