Interface MapCameraListener


  • public interface MapCameraListener

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

    • Method Detail

      • 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.