setTarget abstract method

void setTarget(
  1. LocationPoint target
)

@brief Method is used to set 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_setTarget

Implementation

void setTarget(LocationPoint target);