Placemark Constructors

Definition

Overloads

Placemark()

Initializes a new instance of the Placemark class.

Placemark(Placemark)

Initializes a new instance of the Placemark class.

Placemark()

Source:
Placemark.shared.cs
Source:
Placemark.shared.cs

Initializes a new instance of the Placemark class.

public:
 Placemark();
public Placemark ();
Public Sub New ()

Applies to

Placemark(Placemark)

Source:
Placemark.shared.cs
Source:
Placemark.shared.cs

Initializes a new instance of the Placemark class.

public:
 Placemark(Microsoft::Maui::Devices::Sensors::Placemark ^ placemark);
public Placemark (Microsoft.Maui.Devices.Sensors.Placemark placemark);
new Microsoft.Maui.Devices.Sensors.Placemark : Microsoft.Maui.Devices.Sensors.Placemark -> Microsoft.Maui.Devices.Sensors.Placemark
Public Sub New (placemark As Placemark)

Parameters

placemark
Placemark

An instance of Placemark that will be used to clone into this instance.

Exceptions

Thrown when placemark is null.

Applies to