Venues
Venue information is currently stored per-user and can not be shared across user accounts.
Associating a valid venue resource with your event will allow a map to be displayed on your event page. It’s also a requirement for making your event available via our public search.
Related Methods
Object Structure
| Name | description |
|---|---|
| id | The venue ID. |
| name | The venue name. |
| address | The venue address. |
| address_2 | The venue address (continued). |
| city | The venue city. |
| region | The venue state/province/county depending on the country. |
| postal_code | The venue postal code. |
| country | The venue country name. |
| country_code | The venue country code, ISO-3166-1 alpha-2 format (e.g., “US”). |
| longitude | The venue GeoLocation in WGS84 (Longitude). |
| latitude | The venue GeoLocation in WGS84 (Latitude). |
| Lat-Long | The venue GeoLocation in WGS84 (Latitude/Longitude). |