Class TrackingCameraBehavior.SpeedThreshold

java.lang.Object
com.here.sdk.navigation.TrackingCameraBehavior.SpeedThreshold
Enclosing class:
TrackingCameraBehavior

public static final class TrackingCameraBehavior.SpeedThreshold extends Object

Defines a zoom level triggered when the vehicle reaches a specific speed.

  • Field Details

    • speedInMetersPerSecond

      public double speedInMetersPerSecond

      Speed that activates the threshold.

    • zoomLevel

      public double zoomLevel

      Zoom 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.