-
Venue location; as defined by the sender
Declaration
Swift
public let location: Location -
Venue name; as defined by the sender
Declaration
Swift
public let title: String -
Venue address; as defined by the sender
Declaration
Swift
public let address: String -
Provider of the venue database; as defined by the sender. Currently only “foursquare” needs to be supported
Declaration
Swift
public let provider: String -
Identifier of the venue in the provider database; as defined by the sender
Declaration
Swift
public let id: String -
Type of the venue in the provider database; as defined by the sender
Declaration
Swift
public let type: String -
Describes a venue
Declaration
Swift
public init(location: Location, title: String, address: String, provider: String, id: String, type: String)Parameters
locationVenue location; as defined by the sender
titleVenue name; as defined by the sender
addressVenue address; as defined by the sender
providerProvider of the venue database; as defined by the sender. Currently only “foursquare” needs to be supported
idIdentifier of the venue in the provider database; as defined by the sender
typeType of the venue in the provider database; as defined by the sender
View on GitHub
Install in Dash
Venue Structure Reference