Location.Speed Property

Definition

Gets or sets the current speed in meters per second at the time when this location was determined.

public:
 property Nullable<double> Speed { Nullable<double> get(); void set(Nullable<double> value); };
public double? Speed { get; set; }
member this.Speed : Nullable<double> with get, set
Public Property Speed As Nullable(Of Double)

Property Value

Speed measured by the device..

Remarks

Returns 0 or null if not available. Otherwise the value will range between 0-360.

Requires Accuracy to be High or better and may not be returned when calling GetLastKnownLocationAsync().

Applies to