AscendedHill

public struct AscendedHill

A type that represents all recorded ascents of a single hill.

  • The unique identifier of the hill, being the letter H suffixed with the hill’s identifier in the database of British and Irish hills.

    Declaration

    Swift

    public let hillNumber: String
  • The ascents made of the hill. This array has at least one entry.

    Declaration

    Swift

    public let ascents: [Ascent]