In my application, I'm collecting distance, speed, etc. data from Activity.getActivityInfo(). At the start of the application, I'm enabling the GPS with Position.enableLocationEvents(Position.LOCATION_CONTINUOUS, method(:onPosition)); .
Later, if user...