Interface CameraBehavior

All Known Implementing Classes:
AreaCameraBehavior, AutomotiveCameraBehavior, DynamicCameraBehavior, FixedCameraBehavior, SpeedBasedCameraBehavior, TrackingCameraBehavior

public interface CameraBehavior

Interface used to change implement different camera behaviors.

  • Method Details

    • getNormalizedPrincipalPoint

      @NonNull Anchor2D getNormalizedPrincipalPoint()

      Gets the currently set normalized principal point to be used during navigation.

      Normalized principal point to be used during navigation. Defaults to (0.5, 0.775), which means the camera will use the position slightly at the bottom of the mapview.

      Returns:

      The normalized principal point.

    • setNormalizedPrincipalPoint

      void setNormalizedPrincipalPoint(@NonNull Anchor2D value)

      Sets a normalized principal point to be used during navigation.

      Normalized principal point to be used during navigation. Defaults to (0.5, 0.775), which means the camera will use the position slightly at the bottom of the mapview.

      Parameters:
      value -

      The normalized principal point.