The EventSpotAddress type exposes the following members.
Back to Top
Properties
| Name | Description | |
|---|---|---|
| City |
City of the event location
| |
| Country |
Country of the event location
| |
| CountryCode |
Standard 2 letter ISO 3166-1 code of the country associated with the event address
| |
| Latitude |
Latitude coordinates of the event location, not used to determine event Location on map if is_map_displayed set to true
| |
| Line1 |
Event address line 1
| |
| Line2 |
Event address line 2
| |
| Line3 |
Event address line 3
| |
| Longitude |
Longitude coordinates of the event location, , not used to determine event Location at this time on map if is_map_displayed set to true
| |
| PostalCode |
Postal ZIP code for the event
| |
| State |
State or Canadian province name of the event location
| |
| StateCode |
Standard 2 letter abbreviation for the state or Canadian province of the event location; if state_code is entered, the system overwrites the state property with the resolved state or province name
|
See Also