clearTargets abstract method

void clearTargets()

Method is used for removing all target points to where the routes were built.

Example:

// Clear all targets
_routeManager!.clearTargets();

Implementation

void clearTargets();