GPXPerson

public class GPXPerson : GPXElement, Codable

A value type that is designated to hold information regarding the person or organisation who has created the GPX file.

  • Name of person who has created the GPX file.

    Declaration

    Swift

    public var name: String?
  • The email address of the person who has created the GPX file.

    Declaration

    Swift

    public var email: GPXEmail?
  • An external website that holds information on the person who has created the GPX file. Additional information may be supported as well.

    Declaration

    Swift

    public var link: GPXLink?
  • Declaration

    Swift

    public required init()