GeoCoordinateWatcher.MovementThreshold Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The minimum distance that must be travelled between successive PositionChanged events.
Assembly: System.Device (in System.Device.dll)
XMLNS for XAML: Not mapped to an xmlns.
<object MovementThreshold="double" .../>
Property Value
Type: System.DoubleThe distance, in meters, that must be travelled between successive PositionChanged events. The default value for this property is 0 meters.
Show: