onLongPress property

(dynamic Function(LatLng?)?) onLongPress
final

Callback function to be called when long press on this map.

Implementation

final Function(LatLng?)? onLongPress;