onRouteBuilt property
This callback will called when the route is built successfully and response a DirectionRoute object which contains all information about the route
Implementation
final Function(DirectionRoute)? onRouteBuilt;
This callback will called when the route is built successfully and response a DirectionRoute object which contains all information about the route
final Function(DirectionRoute)? onRouteBuilt;