Hello all,
I have a noobie question again:
Is it possible to start an activity with gps recording, turn the gps off at the second session lap with Position.enableLocationEvents(Position.LOCATION_DISABLE, method(:onPosition)); and turn it back on at lap three with Position.enableLocationEvents(Position.LOCATION_CONTINUOUS, method(:onPosition)); ?
I mean will the third lap recorded correctly with map etc?
Best
Winder