6 out of 10 rated this helpful - Rate this topic

System.Device.Location Namespace

July 26, 2012

This namespace provides access to the Windows Phone Location Service APIs enabling the development of location-aware applications.

  ClassDescription
Public classCivicAddressRepresents a location expressed as a civic address.
Public classCivicAddressResolverAttempts to obtain the civic address for a provided geographical coordinate.
Public classGeoCoordinateRepresents a location expressed as a geographic coordinate. The values exposed by this class use the WGS 84 standard.
Public classGeoCoordinateWatcherA provider class exposing the Windows Phone location service.
Public classGeoPosition<T>Represents a geographic position consisting of a location and a time stamp.
Public classGeoPositionChangedEventArgs<T>Provides data for PositionChanged events.
Public classGeoPositionStatusChangedEventArgsProvides data for StatusChanged events.
Public classResolveAddressCompletedEventArgsProvides data for ResolveAddressCompleted events.
  InterfaceDescription
Public interfaceICivicAddressResolverDefines the interface for resolving civic addresses. Implemented by CivicAddressResolver.
Public interfaceIGeoPositionWatcher<T>Defines the interface for resolving geographic positions. Implemented by the GeoCoordinateWatcher class.
  EnumerationDescription
Public enumerationGeoPositionAccuracyDefines the levels of accuracy that can be configured for the location service by using the GeoCoordinateWatcher constructor.
Public enumerationGeoPositionPermissionDefines the level of access an application has to the location service. Used by the Permission property.
Public enumerationGeoPositionStatusDefines the status values for the location service. Used by the Status property.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.