OnMapIdleListener typedef

OnMapIdleListener = void Function(MapIdleEventData mapIdleEventData)

Definition for listener invoked whenever the Map has entered the idle state.

Implementation

typedef void OnMapIdleListener(MapIdleEventData mapIdleEventData);