Skip to content

Commit 8998513

Browse files
authored
Update README.md
1 parent daa883b commit 8998513

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ public struct GPXDocument {
3434
public var creator: String?
3535
public var waypoints: [GPXWaypoint]
3636
public var tracks: [GPXTrack]
37+
public var routes: [GPXRoute]
3738
}
3839
```
3940

@@ -42,6 +43,8 @@ public struct GPXDocument {
4243
- GPXTrack
4344
- .Segment
4445
- .Point
46+
- GPXRoute
47+
- .Point
4548
- GPXWaypoint
4649

4750
# Reading GPX Files

0 commit comments

Comments
 (0)