GPXTrackPoint

extension GPXTrackPoint

Extends the GPXTrackPoint to be able to be initialized with a CLLocation object.

  • Initializes a trackpoint with the CLLocation data

    Declaration

    Swift

    convenience init(location: CLLocation)