Classes
Type Definitions
-
GPXAuthor{Object}
-
Properties:
Name Type Description namestring | undefined 名称
emailstring | undefined 电子邮件
linkGPXLink | undefined 链接
-
GPXCopyright{Object}
-
Properties:
Name Type Description authorstring | undefined 作者
yearnumber | undefined 年份
licensestring | undefined 许可证
-
GPXLink{Object}
-
Properties:
Name Type Description textstring | undefined 文本
typestring | undefined 类型
-
GPXMetadata{Object}
-
LayoutOptions{Object}
-
Properties:
Name Type Description hasZboolean | undefined 包含Z值。
hasMboolean | undefined 包含M值。
-
Options{Object}
-
Properties:
Name Type Description readExtensionsfunction | undefined 用于处理
extensions节点的回调函数。为防止内存泄漏,此回调函数不得存储对节点的任何引用。注意extensions节点在 GPX 1.0 中不允许使用。此外,只能处理来自wpt、rte和trk的extensions节点,因为它们直接映射到要素。 -