PKMLocationArea
public class PKMLocationArea: MappableLocation areas are sections of areas, such as floors in a building or cave. Each area has its own set of possible Pokémon encounters.
- 
                  
                  The identifier for this location resource DeclarationSwift public var id: Int?
- 
                  
                  The name for this location resource DeclarationSwift public var name: String?
- 
                  
                  The internal id of an API resource within game data DeclarationSwift public var gameIndex: Int?
- 
                  
                  A list of methods in which Pokémon may be encountered in this area and how likely the method will occur depending on the version of the game DeclarationSwift public var encounterMethodRates: [PKMEncounterMethodRate]?
- 
                  
                  The region this location can be found in DeclarationSwift public var location: PKMNamedAPIResource?
- 
                  
                  The name of this location area listed in different languages DeclarationSwift public var names: [PKMName]?
- 
                  
                  A list of Pokémon that can be encountered in this area along with version specific details about the encounter DeclarationSwift public var pokemonEncounters: [PKMPokemonEncounter]?
- 
                  
                  Undocumented DeclarationSwift public class PKMLocationArea: Mappable
- 
                  
                  Undocumented DeclarationSwift public class PKMLocationArea: Mappable
 View on GitHub
View on GitHub PKMLocationArea Class Reference
        PKMLocationArea Class Reference