public class CNPostalAddress extends NSObject
| Modifier and Type | Field and Description |
|---|---|
static String |
CityKey |
static String |
CountryKey |
static String |
ISOCountryCodeKey |
static String |
PostalCodeKey |
static String |
StateKey |
static String |
StreetKey |
| Constructor and Description |
|---|
CNPostalAddress() |
| Modifier and Type | Method and Description |
|---|---|
String |
city() |
String |
country() |
String |
ISOCountryCode() |
String |
postalCode() |
String |
state() |
String |
street() |
String |
subAdministrativeArea() |
addObserver, observeValueForKeyPath, performSelector, performSelectorOnMainThread, release, removeObserver, removeObserver, retain, setValueForKey, setValueForUndefinedKey, valueForKey, valueForUndefinedKeypublic static final String StreetKey
public static final String CityKey
public static final String StateKey
public static final String PostalCodeKey
public static final String CountryKey
public static final String ISOCountryCodeKey
Copyright © 2020. All rights reserved.