venue_t¶
-
struct banana::api::venue_t¶
This object represents a venue.
-
location_t location¶
Venue location. Can’t be a live location
Name of the venue
Address of the venue
-
optional_t<string_t> foursquare_id¶
Optional. Foursquare identifier of the venue
-
optional_t<string_t> foursquare_type¶
Optional. Foursquare type of the venue. (For example, “arts_entertainment/default”, “arts_entertainment/aquarium” or “food/icecream”.)
-
optional_t<string_t> google_place_id¶
Optional. Google Places identifier of the venue
-
optional_t<string_t> google_place_type¶
Optional. Google Places type of the venue. (See supported types.)
-
location_t location¶