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 PlacemarkPublic Class PlacemarkConstructors
Placemark()
Initializes a new instance of the Placemark class.
Placemark(placemark)
Initializes a new instance of the Placemark class.
Throws:
ArgumentNullException Thrown when placemark is .
Properties
AdminArea
String: Gets or sets the administrative area name of the address, for example, "CA", or if it is unknown.
CountryCode
String: Gets or sets the country ISO standard code.
CountryName
String: Gets or sets the country name.
FeatureName
String: Gets or sets the feature name.
Locality
String: Gets or sets the city or town.
Location
Location: Gets or sets the location of the placemark.
PostalCode
String: Gets or sets the postal code.
SubAdminArea
String: Gets or sets the sub-administrative area name of the address, for example, "Santa Clara County", or if it is unknown.
SubLocality
String: Gets or sets the sub locality.
SubThoroughfare
String: Gets or sets optional info: sub street or region.
Thoroughfare
String: Gets or sets the street name.
Last updated