The EventSpotAddress type exposes the following members.
Back to Top
Back to Top
Back to Top
        Constructors
| Name | Description | |
|---|---|---|
|  | EventSpotAddress | Initializes a new instance of the EventSpotAddress class | 
Methods
| Name | Description | |
|---|---|---|
|  | Equals | Determines whether the specified Object is equal to the current Object.(Inherited from Object.) | 
|  | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.(Inherited from Object.) | 
|  | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | MemberwiseClone | Creates a shallow copy of the current Object.(Inherited from Object.) | 
|  | ToJSON | 
            Serialize an object to JSON.
            (Inherited from Component.) | 
|  | ToString | Returns a String that represents the current Object.(Inherited from Object.) | 
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