System.Device.Location Namespace
March 22, 2012
This namespace provides access to the Windows Phone Location Service APIs enabling the development of location-aware applications.
| Class | Description | |
|---|---|---|
|
CivicAddress | Represents a location expressed as a civic address. |
|
CivicAddressResolver | Attempts to obtain the civic address for a provided geographical coordinate. |
|
GeoCoordinate | Represents a location expressed as a geographic coordinate. The values exposed by this class use the WGS 84 standard. |
|
GeoCoordinateWatcher | A provider class exposing the Windows Phone location service. |
|
GeoPosition<T> | Represents a geographic position consisting of a location and a time stamp. |
|
GeoPositionChangedEventArgs<T> | Provides data for PositionChanged events. |
|
GeoPositionStatusChangedEventArgs | Provides data for StatusChanged events. |
|
ResolveAddressCompletedEventArgs | Provides data for ResolveAddressCompleted events. |
| Interface | Description | |
|---|---|---|
|
ICivicAddressResolver | Defines the interface for resolving civic addresses. Implemented by CivicAddressResolver. |
|
IGeoPositionWatcher<T> | Defines the interface for resolving geographic positions. Implemented by the GeoCoordinateWatcher class. |
| Enumeration | Description | |
|---|---|---|
|
GeoPositionAccuracy | Defines the levels of accuracy that can be configured for the location service by using the GeoCoordinateWatcher constructor. |
|
GeoPositionPermission | Defines the level of access an application has to the location service. Used by the Permission property. |
|
GeoPositionStatus | Defines the status values for the location service. Used by the Status property. |