onMapLongClick property

(dynamic Function(LatLng?, Point<num>?)?) onMapLongClick
final

This callback will called when the user long click on the map and response a LatLng object which contains all information about the location where user long click

Implementation

final Function(LatLng?, Point?)? onMapLongClick;