GPXRoutePoint
public final class GPXRoutePoint : GPXWaypoint
A route point is just like a waypoint or track point, but is suited to be part of a route.
These route points in collective, forms a valid route.
-
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