TrackingCameraBehavior.FunctionalRoadClassZoomPolicyOptions (API Reference)
Package com.here.sdk.navigation
Class TrackingCameraBehavior.FunctionalRoadClassZoomPolicyOptions
java.lang.Object
com.here.sdk.navigation.TrackingCameraBehavior.FunctionalRoadClassZoomPolicyOptions
- Enclosing class:
- TrackingCameraBehavior
public static final class TrackingCameraBehavior.FunctionalRoadClassZoomPolicyOptions
extends Object
Configuration for mapping functional road classes to zoom levels.
-
Field Summary
FieldsModifier and TypeFieldDescriptiondoubleDefault zoom level returned when the functional road class is missing or unmapped.Maps each functional road class to the zoom level that should be used for it. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
defaultZoomLevel
public double defaultZoomLevelDefault zoom level returned when the functional road class is missing or unmapped.
-
functionalRoadClassToZoomLevel
Maps each functional road class to the zoom level that should be used for it.
-
-
Constructor Details
-
FunctionalRoadClassZoomPolicyOptions
public FunctionalRoadClassZoomPolicyOptions()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.
-