GeoCoordinateWatcher Methods
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The GeoCoordinateWatcher type exposes the following members.
| Name | Description | |
|---|---|---|
|
Dispose | Releases managed and unmanaged resources used by the GeoCoordinateWatcher and stops the acquisition of data from the location service. |
|
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize | Releases unmanaged 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 | Raises the PositionChanged event. |
|
OnPositionStatusChanged | Raises the PositionChanged event. |
|
OnPropertyChanged | Raises the PropertyChanged event for the GeoCoordinateWatcher class. |
|
Start | Security Critical. Starts the acquisition of data from the location service. |
|
Start(Boolean) | Security Critical. Starts the acquisition of data from the location service. |
|
Stop | Security Critical. Stops the acquisition of data from the location service. |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
|
TryStart | Security Critical. Attempts to start the acquisition of data from the location service. If the provided timeout interval is exceeded before the location service responds, the request for location is stopped and the method returns false. |
Show: