PlaceLocation
struct PlaceLocation : Codable, Equatable
extension PlaceLocation: CustomStringConvertible
extension PlaceLocation: CustomDebugStringConvertible
                version of Location found in place and user results
- 
                  
                  
countryId
Declaration
Swift
let countryId: Int? - 
                  
                  
countryName
Declaration
Swift
let countryName: String? - 
                  
                  
id
Declaration
Swift
let id: Int - 
                  
                  
locationName
Declaration
Swift
let locationName: String? - 
                  
                  
regionId
Declaration
Swift
let regionId: Int? - 
                  
                  
regionName
Declaration
Swift
let regionName: String? - 
                  
                  
Declaration
Swift
var description: String { get } - 
                  
                  
Declaration
Swift
var debugDescription: String { get } 
            View on GitHub
          
      PlaceLocation Structure Reference