onTap property

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

This event will be called when the user has tapped, it contains latitude and longitude about where the user tapped.

Implementation

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