Created
December 15, 2015 12:39
-
-
Save eofster/1502d3470ca9cf73901b to your computer and use it in GitHub Desktop.
GPS track summary data structure
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| struct TrackSummary { | |
| let trackID: Int | |
| let name: String | |
| let startTime: Double | |
| let distance: Float | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment