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