Package org.openstreetmap.josm.data.gpx
Class GpxLink
- java.lang.Object
-
- org.openstreetmap.josm.data.gpx.GpxLink
-
public class GpxLink extends java.lang.Object
A link to an external resource (Web page, digital photo, video clip, etc) with additional information.- Since:
- 444
-
-
Constructor Summary
Constructors Constructor Description GpxLink(java.lang.String uri)
Constructs a newGpxLink
.
-
-
-
Constructor Detail
-
GpxLink
public GpxLink(java.lang.String uri)
Constructs a newGpxLink
.- Parameters:
uri
- External resource URI
-
-