GPXAuthor
public final class GPXAuthor : GPXPerson
Author type, holds information of the creator of the GPX file. A subclass of GPXPerson
.
-
Undocumented
Declaration
-
Default Initializer
Declaration
Swift
public required init()
-
Decoder handling (from superclass)
Declaration
Swift
required public init(from decoder: Decoder) throws