removeListener abstract method

void removeListener(
  1. MapCameraListener observer
)

Removes the listener from the camera.

Trying to remove a listener that is not currently registered has no effect.

  • observer Listener to be removed from receiving state notifications.

Implementation

void removeListener(MapCameraListener observer);