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() |
Default constructor for placemark. |
Placemark(Placemark) |
Constructor to create a deep copy. |
Placemark()
Default constructor for placemark.
public Placemark ();
Applies to
Placemark(Placemark)
Constructor to create a deep copy.
public Placemark (Xamarin.Essentials.Placemark placemark);
Parameters
- placemark
- Placemark
Placemark to copy.