onMapEvent property

MapEventCallback? onMapEvent
final

This callback fires on every map event that gets emitted. Check the type of MapEvent to distinguish between the different event types.

Implementation

final MapEventCallback? onMapEvent;