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 Details

    • defaultZoomLevel

      public double defaultZoomLevel

      Default zoom level returned when the functional road class is missing or unmapped.

    • functionalRoadClassToZoomLevel

      @NonNull public Map<FunctionalRoadClass,Double> 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.