18 typedef std::shared_ptr<Venue>
Ptr;
std::shared_ptr< Location > Ptr
This object represents a venue.
std::string address
Address of the venue.
std::string foursquareId
Optional. Foursquare identifier of the venue.
std::string googlePlaceType
Optional. Google Places type of the venue. (See https://developers.google.com/places/web-service/supp...
std::string foursquareType
Optional. Foursquare type of the venue. (For example, “arts_entertainment/default”,...
Location::Ptr location
Venue location. Can't be a live location.
std::shared_ptr< Venue > Ptr
std::string googlePlaceId
Optional. Google Places identifier of the venue.
std::string title
Name of the venue.