Class TrackingCameraBehavior.ManeuverZoomRange

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

public static final class TrackingCameraBehavior.ManeuverZoomRange extends Object

Defines the bounds within which the zoom level is constrained when approaching a maneuver. Used as part of TrackingCameraBehavior.ManeuverRuleOptions.

  • Field Details

    • minZoom

      public double minZoom

      Minimum camera zoom level. Valid range is 0.0 to 22.0. Defaults to 4.0.

    • maxZoom

      public double maxZoom

      Maximum camera zoom level. Valid range is 0.0 to 22.0. Must be greater than or equal to minZoom. Defaults to 20.0.

  • Constructor Details

    • ManeuverZoomRange

      public ManeuverZoomRange()

      Creates a new instance.

      Note: This is a beta release of this feature, so there could be a few bugs and unexpected behaviors. Related APIs may change for new releases without a deprecation process.