DSTListRegion

public struct DSTListRegion : Codable

DSTListRegion

See also

RegionType
  • Name of the biggest city within the region

    Declaration

    Swift

    public let biggestplace: String?
  • Type: CountryType

    Declaration

    Swift

    public let country: Country?
  • Textual description of a region.

         1 Example: All locations
         2 Example: most of Newfoundland and Labrador
         3 Example: some regions of Nunavut Territory; small region of Ontario
    

    Declaration

    Swift

    public let desc: String?
  • A list of all locations referenced by this region. Only returned if requested by specifying the parameter listplaces.

    Declaration

    Swift

    public let locations: [DSTListLocation]?