TrackingCameraBehavior.SpeedThreshold (API Reference)
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.doubleZoom level applied once the threshold is reached. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
speedInMetersPerSecond
public double speedInMetersPerSecondSpeed that activates the threshold.
-
zoomLevel
public double zoomLevelZoom level applied once the threshold is reached.
-
-
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.
-