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