Geocoordinate.Speed Property

Definition

The speed in meters per second.

public:
 property IReference<double> ^ Speed { IReference<double> ^ get(); };
IReference<double> Speed();
public System.Nullable<double> Speed { get; }
var iReference = geocoordinate.speed;
Public ReadOnly Property Speed As Nullable(Of Double)

Property Value

The speed in meters per second.

Windows requirements

App capabilities
location ID_CAP_LOCATION [Windows Phone]

Remarks

This optional property will be set if it is available. If the property is not available, the value will be NULL or NaN (depending on the operating system version). We recommend that your app checks for both of these possibilities.

Applies to