PKMRegion
public class PKMRegion: MappableA 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.
- 
                  
                  The identifier for this region resource DeclarationSwift public var id: Bool?
- 
                  
                  The name for this region resource DeclarationSwift public var name: String?
- 
                  
                  A list of locations that can be found in this region DeclarationSwift public var locations: [PKMNamedAPIResource]?
- 
                  
                  The generation this region was introduced in DeclarationSwift public var mainGeneration: [PKMNamedAPIResource]?
- 
                  
                  The name of this region listed in different languages DeclarationSwift public var names: [PKMName]?
- 
                  
                  A list of pokédexes that catalogue Pokémon in this region DeclarationSwift public var pokedexes: [PKMNamedAPIResource]?
- 
                  
                  A list of version groups where this region can be visited DeclarationSwift public var versionGroups: [PKMNamedAPIResource]?
- 
                  
                  Undocumented DeclarationSwift public class PKMRegion: Mappable
- 
                  
                  Undocumented DeclarationSwift public class PKMRegion: Mappable
 View on GitHub
View on GitHub PKMRegion Class Reference
        PKMRegion Class Reference