SensorManager.StandardGravity Field

Definition

Standard gravity (g) on Earth.

[Android.Runtime.Register("STANDARD_GRAVITY")]
public const float StandardGravity = 9.80665;
[<Android.Runtime.Register("STANDARD_GRAVITY")>]
val mutable StandardGravity : single

Field Value

Value = 9.80665
Attributes

Remarks

Standard gravity (g) on Earth. This value is equivalent to 1G

Java documentation for android.hardware.SensorManager.STANDARD_GRAVITY.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to