Package com.here.sdk.navigation
Class TrackingCameraBehavior.ManeuverZoomRange
java.lang.Object
com.here.sdk.navigation.TrackingCameraBehavior.ManeuverZoomRange
- Enclosing class:
- TrackingCameraBehavior
Defines the bounds within which the zoom level is constrained when approaching a maneuver.
Used as part of TrackingCameraBehavior.ManeuverRuleOptions.
-
Field Summary
FieldsModifier and TypeFieldDescriptionMaximum camera zoom.Minimum camera zoom. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
minZoom
Minimum camera zoom. Valid range is 0.0 to 22.0. Defaults to a
MapMeasurewith kindMapMeasure.Kind.ZOOM_LEVELand value 4.0. -
maxZoom
Maximum camera zoom. Valid range is 0.0 to 22.0. Must be greater than or equal to
minZoom. Defaults to aMapMeasurewith kindMapMeasure.Kind.ZOOM_LEVELand value 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.
-