onMapIdle property

OnMapIdleCallback? onMapIdle
final

Called when map view is entering an idle state, and no more drawing will be necessary until new data is loaded or there is some interaction with the map.

  • No camera transitions are in progress
  • All currently requested tiles have loaded
  • All fade/transition animations have completed

Implementation

final OnMapIdleCallback? onMapIdle;