removeListener abstract method
- MapCameraListener observer
Removes the listener from the camera.
Trying to remove a listener that is not currently registered has no effect.
observerListener to be removed from receiving state notifications.
Implementation
void removeListener(MapCameraListener observer);