GPSWorkoutResult
| Extends: | workoutResultOpen | 
| Namespace: | http://api.lfopen.lfconnect.com/v1/workoutresult | 
| XML Schema: | workoutresult.xsd | 
XML
Elements
| name (type) | min/max occurs  | 
          description | 
|---|---|---|
| distance (double) | 1/1 | Total distance of the GPS workout. | 
| distanceUnit (string) | 1/1 | Unit used for the GPS workout. Possible values: I - Imperial unit (in feet) M - Metric unit (in meters) | 
| time (double) | 1/1 | Total time for the GPS workout (in seconds). | 
| coordinates (GPSResultCoordinate) | 1/unbounded | List of GPS coordinates and data for the GPS workout. | 
| offSetMin (long) | 0/1 | |
| calories (double) | 0/1 | Calories for the GPS workout.Default value for empty should be 0 (zero). | 
JSON
| property | type | description | 
|---|---|---|
| distance | distance (double) | Total distance of the GPS workout. | 
| distanceUnit | distanceUnit (string) | Unit used for the GPS workout. Possible values: I - Imperial unit (in feet) M - Metric unit (in meters) | 
| time | time (double) | Total time for the GPS workout (in seconds). | 
| coordinates | array of coordinates (GPSResultCoordinate) | List of GPS coordinates and data for the GPS workout. | 
| offSetMin | offSetMin (long) | |
| calories | calories (double) | Calories for the GPS workout.Default value for empty should be 0 (zero). |