This documentation is archived and is not being maintained.
GeoCoordinateWatcher Methods
Visual Studio 2010
The GeoCoordinateWatcher type exposes the following members.
| Name | Description | |
|---|---|---|
|
Dispose() | Releases all resources that are used by the current instance of the GeoCoordinateWatcher class. |
|
Dispose(Boolean) | Releases all resources used by the current instance of the GeoCoordinateWatcher class. |
|
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize | Frees resources and performs other cleanup operations before the GeoCoordinateWatcher is reclaimed by garbage collection. (Overrides Object::Finalize().) |
|
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.) |
|
OnPositionChanged | Called when a PositionChanged event occurs. |
|
OnPositionStatusChanged | Called when a StatusChanged event occurs. |
|
OnPropertyChanged | Called when a property of the GeoCoordinateWatcher changes. |
|
Start() | Initiate the acquisition of data from the current location provider. This method enables PositionChanged events and allows access to the Position property. |
|
Start(Boolean) | Initiate the acquisition of data from the current location provider. This method enables PositionChanged events and allows access to the Position property. |
|
Stop | Stops the GeoCoordinateWatcher from providing location data and events. |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
|
TryStart | Initiates the acquisition of data from the current location provider. This method returns synchronously. |
Show: