addMapIdleListener abstract method

void addMapIdleListener(
  1. MapIdleListener listener
)

Adds a listener for receiving idle state notifications and notifies it of the current state.

The first notification received is always the state at the time of registration.

The new listener is appended to the set of HereMap idle listeners as a strong reference. The caller is responsible for releasing the strong reference by calling HereMapControllerCore.removeMapIdleListener.

The idle state notifications can occur on an arbitrary thread.

  • listener The listener

Implementation

void addMapIdleListener(MapIdleListener listener);