public static interface MapView.OnDidBecomeIdleListener
Calling MapboxMap.snapshot(MapboxMap.SnapshotReadyCallback) from this callback
will result in recursive execution. Use MapView.OnDidFinishRenderingFrameListener instead.
| Modifier and Type | Method and Description |
|---|---|
void |
onDidBecomeIdle()
Called when the map has entered the idle state.
|