Classes
Type Definitions
-
GPXAuthor{Object}
-
Properties:
Name Type Description namestring | undefined name
emailstring | undefined email
linkGPXLink | undefined link
-
GPXCopyright{Object}
-
Properties:
Name Type Description authorstring | undefined author
yearnumber | undefined year
licensestring | undefined license
-
GPXLink{Object}
-
Properties:
Name Type Description textstring | undefined text
typestring | undefined type
-
GPXMetadata{Object}
-
Properties:
-
LayoutOptions{Object}
-
Properties:
Name Type Description hasZboolean | undefined HasZ.
hasMboolean | undefined HasM.
-
Options{Object}
-
Properties:
Name Type Description readExtensionsfunction | undefined Callback function to process
extensionsnodes. To prevent memory leaks, this callback function must not store any references to the node. Note that theextensionsnode is not allowed in GPX 1.0. Moreover, onlyextensionsnodes fromwpt,rteandtrkcan be processed, as those are directly mapped to a feature.