PKMLocation
public class PKMLocation: MappableLocations that can be visited within the games. Locations make up sizable portions of regions, like cities or routes.
- 
                  
                  The identifier for this location resource DeclarationSwift public var id: Int?
- 
                  
                  The name for this location resource DeclarationSwift public var name: String?
- 
                  
                  The region this location can be found in DeclarationSwift public var region: PKMNamedAPIResource?
- 
                  
                  The name of this language listed in different languages DeclarationSwift public var names: [PKMName]?
- 
                  
                  A list of game indices relevent to this location by generation DeclarationSwift public var gameIndices: [PKMGenerationGameIndex]?
- 
                  
                  Areas that can be found within this location DeclarationSwift public var areas: PKMAPIResource?
- 
                  
                  Undocumented DeclarationSwift public class PKMLocation: Mappable
- 
                  
                  Undocumented DeclarationSwift public class PKMLocation: Mappable
 View on GitHub
View on GitHub PKMLocation Class Reference
        PKMLocation Class Reference