VenueListing
public struct VenueListing
                An entry from the getVenues call. It can be used to uniquely
identify a Venue and fetch it the Mappedin servers using the
getVenue call.
- 
                  
                  
A unique identifier used by Mappedin to identify a Venue.
Declaration
Swift
public let slug: String - 
                  
                  
The name of the
VenueDeclaration
Swift
public let name: String - 
                  
                  
The address of the Venue, if specified.
Declaration
Swift
public let address: String - 
                  
                  
The city the Venue is located in, if specified.
Declaration
Swift
public let city: String - 
                  
                  
The state/province the Venue is located in, if specified.
Declaration
Swift
public let state: String - 
                  
                  
The code for the country the Venue is located in, if specified.
Declaration
Swift
public let countryCode: String - 
                  
                  
The postal code for the Venue, if specified.
Declaration
Swift
public let postal: String - 
                  
                  
The default language code for the Venue, if specified.
Declaration
Swift
public let defaultLanguage: String - 
                  
                  
An array of codes for supported languages for the Venue.
Declaration
Swift
public let languageCodes: [String] 
View on GitHub
        VenueListing Structure Reference