Method | Description | |
---|---|---|
Stop ( ) : void |
Stops the acquisition of data from the location service.
|
Method | Description | |
---|---|---|
OnPositionChanged ( GeoPositionChangedEventArgs |
Invoked when the location service detects a change in position.
|
|
OnStatusChanged ( GeoPositionStatusChangedEventArgs e ) : void |
Invoked when the status of the location service changes.
|
Method | Description | |
---|---|---|
GeoCoordinateWatcherPositionChanged ( object sender, GeoPositionChangedEventArgs |
||
GeoCoordinateWatcherStatusChanged ( object sender, GeoPositionStatusChangedEventArgs e ) : void | ||
Start ( GeoPositionAccuracy desiredAccuracy, double movementThreshold ) : void |
protected abstract OnPositionChanged ( GeoPositionChangedEventArgs |
||
e | GeoPositionChangedEventArgs |
The |
return | void |
protected abstract OnStatusChanged ( GeoPositionStatusChangedEventArgs e ) : void | ||
e | GeoPositionStatusChangedEventArgs | The |
return | void |