Metadata
data class Metadata(val name: String? = null, val description: String? = null, val author: Author? = null, val copyright: Copyright? = null, val link: List<Link> = listOf(), val timestamp: Instant? = null, val keywords: String? = null, val bounds: Bounds? = null, val extensions: Element? = null)(source)
Represents metadata about the GPX file. This information is about the file itself, not the data within it.
See metadataType.
Constructors
Properties
Link copied to clipboard
The person or organization who created the GPX file.
Link copied to clipboard
A description of the contents of the GPX file.
Link copied to clipboard
Extension schema elements.
Link copied to clipboard
The name of the GPX file.