System.Device.Location Namespace ()

Switch View :
ScriptFree
Windows Phone Class Library
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.

Classes

  Class Description
Public class CivicAddress Represents a location expressed as a civic address.
Public class CivicAddressResolver Attempts to obtain the civic address for a provided geographical coordinate.
Public class GeoCoordinate Represents a location expressed as a geographic coordinate. The values exposed by this class use the WGS 84 standard.
Public class GeoCoordinateWatcher A provider class exposing the Windows Phone location service.
Public class GeoPosition<T> Represents a geographic position consisting of a location and a time stamp.
Public class GeoPositionChangedEventArgs<T> Provides data for PositionChanged events.
Public class GeoPositionStatusChangedEventArgs Provides data for StatusChanged events.
Public class ResolveAddressCompletedEventArgs Provides data for ResolveAddressCompleted events.
Interfaces

  Interface Description
Public interface ICivicAddressResolver Defines the interface for resolving civic addresses. Implemented by CivicAddressResolver.
Public interface IGeoPositionWatcher<T> Defines the interface for resolving geographic positions. Implemented by the GeoCoordinateWatcher class.
Enumerations

  Enumeration Description
Public enumeration GeoPositionAccuracy Defines the levels of accuracy that can be configured for the location service by using the GeoCoordinateWatcher constructor.
Public enumeration GeoPositionPermission Defines the level of access an application has to the location service. Used by the Permission property.
Public enumeration GeoPositionStatus Defines the status values for the location service. Used by the Status property.