The location details of a venue.
Child Elements
Element
|
Description
|
Empty Allowed?
|
Cardinality?
|
id
|
ID of the venue.
|
no
|
1
|
name
|
Name of the venue.
|
no
|
1
|
hall
|
Name of a specific hall inside the venue.
|
yes
|
1
|
country
|
Country of the venue.
|
no
|
1
|
region
|
Region of the venue. Only specified for the United States (states), UK (England, Northern Ireland, Scotland or Wales) and Canada (provinces).
|
yes
|
1
|
city
|
City of the venue.
|
no
|
1
|
postalcode
|
Postal code of the venue.
|
yes
|
1
|
geo
|
Contains latitude and longitude elements.
|
no
|
1
|
geo.lat
|
Latitude of the venue.
|
yes
|
1
|
geo.lon
|
Longitude of the venue.
|
yes
|
1
|
Sample
<venue>
<id>73</id>
<name>Lincoln Center</name>
<hall>Avery Fisher Hall</hall>
<country>United States</country>
<region>New York</region>
<city>New York</city>
<postalcode>10023</postalcode>
<geo>
<lat>40.772593</lat>
<lon>-73.982648</lon>
</geo>
</venue>