Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
[android] - readd removeOnDidFinishRenderingMapListener
Browse files Browse the repository at this point in the history
  • Loading branch information
tobrun committed Dec 7, 2018
1 parent 3f9f692 commit a1a0ae4
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -753,6 +753,15 @@ public void addOnDidFinishRenderingMapListener(OnDidFinishRenderingMapListener l
mapChangeReceiver.addOnDidFinishRenderingMapListener(listener);
}

/**
* Remove a callback that's invoked when the map has finished rendering.
*
* @param listener The callback that's invoked when the map has has finished rendering.
*/
public void removeOnDidFinishRenderingMapListener(OnDidFinishRenderingMapListener listener) {
mapChangeReceiver.removeOnDidFinishRenderingMapListener(listener);
}

/**
* Set a callback that's invoked when the map has entered the idle state.
*
Expand Down

0 comments on commit a1a0ae4

Please sign in to comment.