onRouteProgressChange property
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;