initiateTrackingCycle method

  1. @override
void initiateTrackingCycle(
  1. List<Beacon> beacons
)
override

calling this engages the positioning system

Implementation

@override
void initiateTrackingCycle(List<Beacon> beacons) {
  super.initiateTrackingCycle(beacons);
  currentEdge = getClosestEdge();
  _mapPosition();
  determineShortestPath(path.path.last.id);
}