onTap property

ArgumentCallback<LatLng>? onTap
final

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

Implementation

final ArgumentCallback<LatLng>? onTap;