onWaypointArrival property

dynamic Function(LatLng?)? onWaypointArrival
final

This callback will be triggered when the user arrives at an intermediate waypoint.

Implementation

final Function(LatLng?)? onWaypointArrival;