initiateTrackingCycle method
calling this engages the positioning system
Implementation
@override
void initiateTrackingCycle(List<Beacon> beacons) {
super.initiateTrackingCycle(beacons);
currentEdge = getClosestEdge();
_mapPosition();
determineShortestPath(path.path.last.id);
}