Android.Locations.Location.Speed Property
Get the speed if it is available, in meters/second over ground.

Syntax

[get: Android.Runtime.Register("getSpeed", "()F", "GetGetSpeedHandler")]
[set: Android.Runtime.Register("setSpeed", "(F)V", "GetSetSpeed_FHandler")]
public virtual float Speed { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Get the speed if it is available, in meters/second over ground. If this location does not have a speed then 0.0 is returned.

Set method documentation [Android Documentation]

Set the speed, in meters/second over ground. Following this call Location.HasSpeed will return true.

Requirements

Namespace: Android.Locations
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1