Venue
class Venue
This object represents a venue.
Methods
No description
Venue location. Can't be a live location.
Name of the venue.
Address of the venue.
Optional. Foursquare identifier of the venue.
Optional. Foursquare type of the venue. (For example, “arts_entertainment/default”, “arts_entertainment/aquarium” or “food/icecream”.).
Optional. Google Places identifier of the venue.
Optional. Google Places type of the venue. (See supported types.).
Details
at line 19
__construct(Location $location, string $title, string $address, string|null $foursquare_id = null, string|null $foursquare_type = null, string|null $google_place_id = null, string|null $google_place_type = null)
No description
at line 33
Location
getLocation()
Venue location. Can't be a live location.
at line 41
string
getTitle()
Name of the venue.
at line 49
string
getAddress()
Address of the venue.
at line 57
string|null
getFoursquareId()
Optional. Foursquare identifier of the venue.
at line 65
string|null
getFoursquareType()
Optional. Foursquare type of the venue. (For example, “arts_entertainment/default”, “arts_entertainment/aquarium” or “food/icecream”.).
at line 73
string|null
getGooglePlaceId()
Optional. Google Places identifier of the venue.
at line 81
string|null
getGooglePlaceType()
Optional. Google Places type of the venue. (See supported types.).