GeoCoordinateWatcher::Status Property

.NET Framework (current version)
 

Gets the current status of the GeoCoordinateWatcher.

Namespace:   System.Device.Location
Assembly:  System.Device (in System.Device.dll)

public:
property GeoPositionStatus Status {
	virtual GeoPositionStatus get() sealed;
}

Property Value

Type: System.Device.Location::GeoPositionStatus

A GeoPositionStatus which indicates the availability of data from the GeoCoordinateWatcher.

The following example handles StatusChanged events and prints a message based on the Status.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 4.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show: