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. Defaults to 0.0.

    • zoom

      @NonNull public MapMeasure zoom

      Zoom applied once the threshold is reached. Defaults to a MapMeasure with kind MapMeasure.Kind.ZOOM_LEVEL and 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.