Loading...
Searching...
No Matches
RouteListener Class Referenceabstract

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.
 

Detailed Description

Class provides a callback to be invoked when RouteManager updates routes to the target point or from point to point.

Referenced from RouteManager.

Note
The callback is invoked in the UI thread.

Definition at line 22 of file route_listener.dart.

Member Function Documentation

◆ onPathsUpdated()

void RouteListener.onPathsUpdated ( List< RoutePath > paths)

Called when new route has been calculated.

Parameters
pathscalculated list of RoutePaths to added targets.

The documentation for this class was generated from the following file: