Skip to main content

Placemark

Namespace: Wisej.Hybrid.Shared.Geolocation

Assembly: Wisej.Hybrid

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

Instance memberPlacemark()

Initializes a new instance of the Placemark class.

Instance memberPlacemark(placemark)

Initializes a new instance of the Placemark class.

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

Throws:

Properties

Instance memberAdminArea

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

Instance memberCountryCode

String: Gets or sets the country ISO standard code.

Instance memberCountryName

String: Gets or sets the country name.

Instance memberFeatureName

String: Gets or sets the feature name.

Instance memberLocality

String: Gets or sets the city or town.

Instance memberLocation

Location: Gets or sets the location of the placemark.

Instance memberPostalCode

String: Gets or sets the postal code.

Instance memberSubAdminArea

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

Instance memberSubLocality

String: Gets or sets the sub locality.

Instance memberSubThoroughfare

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

Instance memberThoroughfare

String: Gets or sets the street name.