Package com.here.sdk.navigation
Class TrackingCameraBehavior.SpeedThreshold
java.lang.Object
com.here.sdk.navigation.TrackingCameraBehavior.SpeedThreshold
- Enclosing class:
- TrackingCameraBehavior
Defines a zoom level triggered when the vehicle reaches a specific speed.
-
Field Summary
FieldsModifier and TypeFieldDescriptiondoubleSpeed that activates the threshold.Zoom applied once the threshold is reached. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
speedInMetersPerSecond
public double speedInMetersPerSecondSpeed that activates the threshold. Defaults to 0.0.
-
zoom
Zoom applied once the threshold is reached. Defaults to a
MapMeasurewith kindMapMeasure.Kind.ZOOM_LEVELand value 16.5.
-
-
Constructor Details
-
SpeedThreshold
public SpeedThreshold()Creates a new instance.
Note: This is a beta feature; there maybe bugs and unexpected behavior. Related API's are subject to change without a deprecation process.
-