GPXTrackPoint
public final class GPXTrackPoint : GPXWaypoint
A track point is just like a waypoint or route point, but is suited to be part of a track segment.
A bunch of track points can be used to form a track segement, while track segments form a track. (though a single track segment itself is enough to form a track.)
-
Default Initializer.
Declaration
Swift
public required init()
-
Declaration
Swift
public override init(latitude: Double, longitude: Double)
-
For initializing with a
Decoder
Declared here for use of Codable functionalities.
Declaration
Swift
required public init(from decoder: Decoder) throws