trackLocation method

Future<void> trackLocation(
  1. ArcGISLocation location
)

Provides route tracking status relative to the provided location.

The location generally comes from a GPS but may also be a simulated or manually entered location. It must have valid values for X and Y coordinates, speed (in meters per second), course (in degrees), and a timestamp. Events fired for RouteTracker when completed.

Parameters:

  • location — A location used to evaluate status and progress along the route.

Return Value: A Future that has no return value.