The Location type exposes the following members.

Constructors

  NameDescription
LocationOverloaded.

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Default string conversation using the format "(longitude, latitude, uncertainty)".
(Inherited from Position.)

Properties

  NameDescription
AddressLine
A single line combining the address properties in the format "street, city, state postal".
(Inherited from Position.)
City
City name, if available.
(Inherited from Position.)
CountryCode
Country code, if available.
(Inherited from Position.)
CreationDate
The location's creation date, which indicates whether the location represents a current or cached position.
ExpirationDate
The location's expiration date, which indicates when this location must be deleted.
Id
The location's unique identifier, which may be used to retrieve its data without relying on external storage.
Latitude
Latitude, in degrees.
(Inherited from Position.)
Longitude
Longitude, in degrees.
(Inherited from Position.)
NearestIntersection
NearestPointOfInterest
Neighborhood
Neighborhood name, if available.
(Inherited from Position.)
Postal
Postal code, if available.
(Inherited from Position.)
State
State name, if available.
(Inherited from Position.)
Street
Street address, if available.
(Inherited from Position.)
Street2
Second street address line, if available.
(Inherited from Position.)
Uncertainty
Approximate uncertainty radius, in meters.
(Inherited from Position.)

See Also