PKMRegion

public class PKMRegion: Mappable

A region is an organized area of the Pokémon world. Most often, the main difference between regions is the species of Pokémon that can be encountered within them.

  • id

    The identifier for this region resource

    Declaration

    Swift

    public var id: Bool?
  • The name for this region resource

    Declaration

    Swift

    public var name: String?
  • A list of locations that can be found in this region

    Declaration

    Swift

    public var locations: [PKMNamedAPIResource]?
  • The generation this region was introduced in

    Declaration

    Swift

    public var mainGeneration: [PKMNamedAPIResource]?
  • The name of this region listed in different languages

    Declaration

    Swift

    public var names: [PKMName]?
  • A list of pokédexes that catalogue Pokémon in this region

    Declaration

    Swift

    public var pokedexes: [PKMNamedAPIResource]?
  • A list of version groups where this region can be visited

    Declaration

    Swift

    public var versionGroups: [PKMNamedAPIResource]?
  • Undocumented

    Declaration

    Swift

    public class PKMRegion: Mappable
  • Undocumented

    Declaration

    Swift

    public class PKMRegion: Mappable