removeLifecycleListener abstract method
- MapViewLifecycleListener lifecycleListener
Removes a MapViewLifecycleListener from this map view.
Trying to remove an object that was not added or was removed before has no effect.
lifecycleListenerAn object to stop being notified of lifecycle events.
Implementation
void removeLifecycleListener(MapViewLifecycleListener lifecycleListener);