onRouteProgressChange property

dynamic Function(RouteProgressEvent)? onRouteProgressChange
final

This callback will called whenever user change GPS location it will response a RouteProgressEvent object, which contains all information about current route

Implementation

final Function(RouteProgressEvent)? onRouteProgressChange;