onMapCameraUpdated abstract method

void onMapCameraUpdated(
  1. MapCameraState cameraState
)

Called after the map is drawn.

  • cameraState Camera parameters at the time the map was drawn.

Implementation

void onMapCameraUpdated(MapCameraState cameraState);