Interface MapView.CameraMovementListener

Enclosing class:
MapView

public static interface MapView.CameraMovementListener
  • Method Summary

    Modifier and Type Method Description
    void onCameraMoved​(CameraMovementReason reason)
    The event is called on any camera's target position, zoom, tilt and heading change from previous values.
  • Method Details

    • onCameraMoved

      void onCameraMoved​(CameraMovementReason reason)
      The event is called on any camera's target position, zoom, tilt and heading change from previous values.
      Parameters:
      reason - The movement reason.