GPXPoint
open class GPXPoint : GPXElement, Codable- This class (ptType) is added to conform with the GPX v1.1 schema.
ptType of GPX schema. Not supported in GPXRoot, nor GPXParser’s parsing.
- 
                  
                  Elevation Value in (metre, m) DeclarationSwift public var elevation: Double?
- 
                  
                  Time/Date of creation DeclarationSwift public var time: Date?
- 
                  
                  Latitude of point DeclarationSwift public var latitude: Double?
- 
                  
                  Longitude of point DeclarationSwift public var longitude: Double?
- 
                  
                  Default Initializer. DeclarationSwift required public init()
- 
                  
                  Initialize with latitude and longitude DeclarationSwift public init(latitude: Double, longitude: Double)
 View on GitHub
View on GitHub GPXPoint Class Reference
        GPXPoint Class Reference