onLongPressEnd property

(dynamic Function(double longitude, double latitude, double tilt)?) onLongPressEnd
final

This event will be called when the user has stopped a long presses, it contains latitude and longitude about where the user pressed.

Implementation

final Function(double longitude, double latitude, double tilt)? onLongPressEnd;