Skip to content

Instantly share code, notes, and snippets.

@eofster
Created December 15, 2015 12:39
Show Gist options
  • Select an option

  • Save eofster/1502d3470ca9cf73901b to your computer and use it in GitHub Desktop.

Select an option

Save eofster/1502d3470ca9cf73901b to your computer and use it in GitHub Desktop.
GPS track summary data structure
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