CNPostalAddressKey Class

Definition

Defines string contents whose values are the properties of CNPostalAddress objects.

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

Properties

City

The key associated with the City property.

Country

The key associated with the Country property.

IsoCountryCode

The key associated with the IsoCountryCode property.

PostalCode

The key associated with the PostalCode property.

State

The key associated with the State property.

Street

The key associated with the Street property.

SubAdministrativeArea

The key associated with the SubAdministrativeArea property.

SubLocality

The key associated with the SubLocality property.

Applies to