Classes
Type Definitions
-
GPXAuthor{Object}
-
Properties:
Name Type Description name
string | undefined name
email
string | undefined email
link
GPXLink | undefined link
-
GPXCopyright{Object}
-
Properties:
Name Type Description author
string | undefined author
year
number | undefined year
license
string | undefined license
-
GPXLink{Object}
-
Properties:
Name Type Description text
string | undefined text
type
string | undefined type
-
GPXMetadata{Object}
-
Properties:
-
LayoutOptions{Object}
-
Properties:
Name Type Description hasZ
boolean | undefined HasZ.
hasM
boolean | undefined HasM.
-
Options{Object}
-
Properties:
Name Type Description readExtensions
function | undefined Callback function to process
extensions
nodes. To prevent memory leaks, this callback function must not store any references to the node. Note that theextensions
node is not allowed in GPX 1.0. Moreover, onlyextensions
nodes fromwpt
,rte
andtrk
can be processed, as those are directly mapped to a feature.