Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README → README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ This library has only been tested with a few different files, and I expect it wi
Usage
-----

```java

import tomc.gpx.*;

// outside setup()
Expand Down Expand Up @@ -41,7 +43,7 @@ GPX gpx;
GPXWayPoint wpt = gpx.getWayPoint(i);
// do something with wpt.lat or wpt.lon or wpt.name or wpt.type
}

```

Installation
------------
Expand Down