addLifecycleListener abstract method

void addLifecycleListener(
  1. MapViewLifecycleListener lifecycleListener
)

Adds a MapViewLifecycleListener to this map view.

Adding the same object multiple times has no effect.

  • lifecycleListener An object to be notified of lifecycle events.

Implementation

void addLifecycleListener(MapViewLifecycleListener lifecycleListener);