Placemark Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Exceptions
Thrown when placemark
is null
.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.