Class provides a callback to be invoked when RouteManager updates routes to the target point or from point to point. More...
Public Member Functions | |
void | onPathsUpdated (List< RoutePath > paths) |
Called when new route has been calculated. | |
Class provides a callback to be invoked when RouteManager updates routes to the target point or from point to point.
Referenced from RouteManager.
Definition at line 22 of file route_listener.dart.
void RouteListener.onPathsUpdated | ( | List< RoutePath > | paths | ) |
Called when new route has been calculated.
paths | calculated list of RoutePaths to added targets. |