Copyright

data class Copyright(val author: String, val year: String? = null, val license: String? = null)(source)

Represents copyright and license information governing the use of the GPX file.

See copyrightType.

Constructors

Link copied to clipboard
constructor(author: String, year: String? = null, license: String? = null)

Properties

Link copied to clipboard

The copyright holder.

Link copied to clipboard

A URL to the license governing the use of the file.

Link copied to clipboard
val year: String?

The copyright year.