Placemark

Wisej.Hybrid.Shared.Geolocation.Placemark

Namespace: Wisej.Hybrid.Shared.Geolocation

Assembly: Wisej.Hybrid (3.5.0.0)

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 class Placemark

Constructors

Initializes a new instance of the Placemark class.

Initializes a new instance of the Placemark class.

NameTypeDescription

placemark

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

Throws:

Properties

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

String: Gets or sets the country ISO standard code.

String: Gets or sets the country name.

String: Gets or sets the feature name.

String: Gets or sets the city or town.

Location: Gets or sets the location of the placemark.

String: Gets or sets the postal code.

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

String: Gets or sets the sub locality.

String: Gets or sets optional info: sub street or region.

String: Gets or sets the street name.

Last updated