addListener abstract method
- 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.
listenerThe listener to add.
Implementation
void addListener(MapCameraListener listener);