CNPostalAddressKeyOption Enum

Definition

Enumeration of properties of a CNPostalAddress.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.Arch64, null)]
public enum CNPostalAddressKeyOption
type CNPostalAddressKeyOption = 
Inheritance
CNPostalAddressKeyOption
Attributes

Fields

City 1

Corresponds to the City property.

Country 4

Corresponds to the Country property.

IsoCountryCode 5

Corresponds to the IsoCountryCode property.

PostalCode 3

Corresponds to the PostalCode property.

State 2

Corresponds to the State property.

Street 0

Corresponds to the Street property.

SubAdministrativeArea 7

Corresponds to the SubAdministrativeArea property.

SubLocality 6

Corresponds to the SubLocality property.

Applies to