addListener abstract method

void addListener(
  1. MapCameraListener listener
)

Adds a listener to this camera that will be notified every time the map is redrawn with new camera parameters.

Adding the same listener multiple times has no effect.

  • listener The listener to add.

Implementation

void addListener(MapCameraListener listener);