onLongPressMoveUpdate property

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

This event will be called when the user has drag-moved after a long press, it contains latitude and longitude about where the user pressed.

Implementation

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