Interface MapCameraListener


public interface MapCameraListener

Interface for objects that want to get updates whenever the map is redrawn after camera parameters change.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called on the main thread after the map is drawn.
  • Method Details

    • onMapCameraUpdated

      void onMapCameraUpdated(@NonNull MapCamera.State cameraState)

      Called on the main thread after the map is drawn.

      Parameters:
      cameraState -

      Camera parameters at the time the map was drawn.