removeListener abstract method

void removeListener(
  1. TileSourceListener listener
)

Removes a listener from receiving state notifications.

  • listener Listener to be removed from receiving state notifications.

Implementation

void removeListener(TileSourceListener listener);