GPXOptions

public struct GPXOptions : Hashable

Options used when reading the GPX file.

  • If there are no timestamps in the GPX file, they will be generated assuming constant speed of movement. Otherwise, this value will be ignored.

    Declaration

    Swift

    public var speedInMetersPerSecond: Double
  • Creates a new instance.

    Declaration

    Swift

    public init(speedInMetersPerSecond: Double = 10.0)