addTarget abstract method
@brief Method is used to add target point in your location. Through @see RouteListener "RouteListener" you will be notified about new paths to target point. @param target finish @see LocationPoint "LocationPoint".
Dart code snippet: @snippet route_manager_example.dart dart_RouteManager_addTarget
Implementation
void addTarget(LocationPoint target);