We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daa883b commit 8998513Copy full SHA for 8998513
1 file changed
README.md
@@ -34,6 +34,7 @@ public struct GPXDocument {
34
public var creator: String?
35
public var waypoints: [GPXWaypoint]
36
public var tracks: [GPXTrack]
37
+ public var routes: [GPXRoute]
38
}
39
```
40
@@ -42,6 +43,8 @@ public struct GPXDocument {
42
43
- GPXTrack
44
- .Segment
45
- .Point
46
+- GPXRoute
47
+ - .Point
48
- GPXWaypoint
49
50
# Reading GPX Files
0 commit comments