Use Activity.getActivityInfo() and you should be able to get what you need.
Thank you for the quick reply. I am aware of that class and I can derive current, average and maximum values for the whole activity. I just don't know how to derive them for LAPS.
Thank you. Do you think this would be ok: onTimeLap (get elapsed time and distance) compute (avgLapSpeed = (elapsedDistance-onTimeLapDistance)/(elapsedTime-onTimeLapTime) Should I add any more onTime events?