setTarget abstract method

void setTarget(
  1. LocationPoint target
)

Method is used to set target point in your location. Through RouteListener you will be notified about new paths to target point. target finish LocationPoint.

Example:

// Set target point
_routeManager!.setTarget(endLocationPoint);

Implementation

void setTarget(LocationPoint target);