Region

public enum Region: String

An enumeration of geographical regions within Britain and Ireland to which hill lists can belong.

Note

the raw value of each case is the reference letter used by the Database of British and Irish Hills (DoBIH) for the region.
  • For hills in England.

    Declaration

    Swift

    case england = "E"
  • For hills in Ireland.

    Declaration

    Swift

    case ireland = "I"
  • For hills in the Isle of Man.

    Declaration

    Swift

    case isleOfMan = "M"
  • For hills in Scotland.

    Declaration

    Swift

    case scotland = "S"
  • For hills in Wales.

    Declaration

    Swift

    case wales = "W"