TrackingCameraBehavior.ManeuverRule (API Reference)
Package com.here.sdk.navigation
Class TrackingCameraBehavior.ManeuverRule
java.lang.Object
com.here.sdk.navigation.TrackingCameraBehavior.ManeuverRule
- Enclosing class:
- TrackingCameraBehavior
Defines a single rule that determines how TrackingCameraBehavior reacts to nearby
maneuvers when the current position matches this rule.
-
Field Summary
FieldsModifier and TypeFieldDescriptionList of functional road classes for which this rule applies.List of maneuver actions for which this rule applies.The options for this rule. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
functionalRoadClasses
List of functional road classes for which this rule applies. The list is unordered. When empty, this rule applies to all functional road classes.
-
maneuverActions
List of maneuver actions for which this rule applies. The list is unordered. When empty, this rule applies to all maneuver actions.
-
maneuverRuleOptions
The options for this rule. When set to
null, the camera does not react to maneuvers that match this rule.
-
-
Constructor Details
-
ManeuverRule
public ManeuverRule()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.
-