onViewChanged property

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

This event will be called when the view direction has changed, it contains latitude and longitude about the current view.

Implementation

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