This topic has not yet been rated - Rate this topic

GeoCoordinate.Speed Property

July 26, 2012

Gets the speed of the GeoCoordinate in meters per second.

Namespace:  System.Device.Location
Assembly:  System.Device (in System.Device.dll)
XMLNS for XAML: Not mapped to an xmlns.
public double Speed { get; set; }
<object Speed="double" .../>

Property Value

Type: System.Double
Type: Double. The speed of the GeoCoordinate.

The speed value must be nonnegative.

Setting this property may throw one of the following exceptions.

ArgumentOutOfRangeException

The argument must be nonnegative.

Windows Phone OS

Supported in: 7.1, 7.0

Windows Phone

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.