Skip to content

quinncnl/GPXLang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

GPXLang

New GPX {
  Meta {
    Title: “sample”
    Link: http://www.garmin.com
    Time: 2009-12-17 22:00:00
    }
  Track {
    Point (latitude: 47.35453, longitude: 2.3434)
    Point (latitude: 47.35453, longitude: 2.3434, time: 2009-10-17 18:37:31, elevation: 34)
    For p from Point (latitude: 47.35453, longitude: 2.3434) to Point (latitude: 47.35453, longitude: 2.3434) with 5 intermediates
    Curve {
      StartPoint (latitude: 47.35453, longitude: 2.3434)
      ControlPoint (latitude: 47.35453, longitude: 2.3434)
      EndPoint (latitude: 47.35453, longitude: 2.3434)
    }
  }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages