Placemark Class

Definition

Represents a user-friendly description of a geographic coordinate. This contains information such as the name of the place, its address, and other information.

public ref class Placemark
public class Placemark
type Placemark = class
Public Class Placemark
Inheritance
Placemark

Constructors

Placemark()

Initializes a new instance of the Placemark class.

Placemark(Placemark)

Initializes a new instance of the Placemark class.

Properties

AdminArea

Gets or sets the administrative area name of the address, for example, "CA", or null if it is unknown.

CountryCode

Gets or sets the country ISO standard code.

CountryName

Gets or sets the country name.

FeatureName

Gets or sets the feature name.

Locality

Gets or sets the city or town.

Location

Gets or sets the location of the placemark.

PostalCode

Gets or sets the postal code.

SubAdminArea

Gets or sets the sub-administrative area name of the address, for example, "Santa Clara County", or null if it is unknown.

SubLocality

Gets or sets the sub locality.

SubThoroughfare

Gets or sets optional info: sub street or region.

Thoroughfare

Gets or sets the street name.

Methods

ToString()

Returns a string representation of the current values of Placemark.

Extension Methods

OpenMapsAsync(Placemark)

Open the map to the placemark.

OpenMapsAsync(Placemark, MapLaunchOptions)

Open the map to the placemark with options.

Applies to