MKPlacemarkAddress Constructors

Definition

Overloads

Name Description
MKPlacemarkAddress()

Creates a new MKPlacemarkAddress with default (empty) values.

MKPlacemarkAddress(NSDictionary)

Creates a new MKPlacemarkAddress from the values that are specified in dictionary.

MKPlacemarkAddress()

Creates a new MKPlacemarkAddress with default (empty) values.

[Foundation.Preserve(Conditional=true)]
public MKPlacemarkAddress();
public MKPlacemarkAddress();
Attributes

Applies to

MKPlacemarkAddress(NSDictionary)

Creates a new MKPlacemarkAddress from the values that are specified in dictionary.

[Foundation.Preserve(Conditional=true)]
public MKPlacemarkAddress(Foundation.NSDictionary? dictionary);
public MKPlacemarkAddress(Foundation.NSDictionary? dictionary);
[<Foundation.Preserve(Conditional=true)>]
new MapKit.MKPlacemarkAddress : Foundation.NSDictionary -> MapKit.MKPlacemarkAddress
new MapKit.MKPlacemarkAddress : Foundation.NSDictionary -> MapKit.MKPlacemarkAddress

Parameters

dictionary
NSDictionary

The dictionary to use to populate the properties of this type.

Attributes

Applies to