onLongPress property

ArgumentCallback<LatLng>? onLongPress
final

onLongPress gets called when the map is long pressed The LatLng of the location where the pressed event occurred is passed as an argument.

Implementation

final ArgumentCallback<LatLng>? onLongPress;