#import <EventAddress.h>
+ (EventAddress *) eventAddressWithDictionary: |
|
(NSDictionary *) |
dictionary |
|
- (id) initWithDictionary: |
|
(NSDictionary *) |
dictionary |
|
Factory method to create a Event Address object from an dictionary
- Parameters
-
NSDictionary | *dictionary - associative dictionary of initial properties to set |
- Returns
- EventAddress
City of the event location
Country of the event location
- (NSString*) countryCode |
|
readwritenonatomicstrong |
Standard 2 letter ISO 3166-1 code of the country associated with the event address
Latitude coordinates of the event location, not used to determine event Location on map if is_map_displayed set to true
Longitude coordinates of the event location, , not used to determine event Location at this time on map if is_map_displayed set to true
Postal ZIP code for the event
Name of the state or province the event is located in. For US or CA, this field is overwritten by the state/province name derived from the state_code, if entered.
Use ONLY for the standard 2 letter abbreviation for the US state or Canadian province where the event is located; An error occurs if state_code is populated for non-US or Canadian country; if state_code is entered, the system overwrites the state property with the resolved state or province name.
The documentation for this class was generated from the following files:
- /Users/grigorievs/Documents/work/Code/constantcontact/ios-sdk/CTCTWrapper/Components/EventSpot/EventAddress.h
- /Users/grigorievs/Documents/work/Code/constantcontact/ios-sdk/CTCTWrapper/Components/EventSpot/EventAddress.m