| java.lang.Object | |
| ↳ | com.google.android.gms.fitness.DataTypes.Fields |
Definition of fields used by one or more DataType. Their exact
meaning may vary depending on the data type they are in. Please refer to the
data type for more specific documentation.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ACCURACY | The accuracy of an accompanied value (such as location) | ||||||||||
| ACTIVITY | An activity type of a DetectedActivity. |
||||||||||
| AVERAGE |
This field is deprecated.
use AVERAGE instead
|
||||||||||
| BPM | A heart rate in beats per minute. | ||||||||||
| CALORIES | Calories in kcal. | ||||||||||
| CONFIDENCE | A confidence of an accompanied value, specified as a value between 0.0 and 100.0. | ||||||||||
| DISTANCE | A distance in meters. | ||||||||||
| DURATION | A duration in milliseconds. | ||||||||||
| HEIGHT | A height in meters. | ||||||||||
| HIGH_LATITUDE |
This field is deprecated.
use HIGH_LATITUDE instead
|
||||||||||
| HIGH_LONGITUDE |
This field is deprecated.
use HIGH_LONGITUDE instead
|
||||||||||
| LATITUDE | An latitude of a location represented as a float, in degrees. | ||||||||||
| LONGITUDE | An longitude of a location represented as a float, in degrees. | ||||||||||
| LOW_LATITUDE |
This field is deprecated.
use LOW_LATITUDE instead
|
||||||||||
| LOW_LONGITUDE |
This field is deprecated.
use LOW_LONGITUDE instead
|
||||||||||
| MAX |
This field is deprecated.
use MAX instead
|
||||||||||
| MIN |
This field is deprecated.
use MIN instead
|
||||||||||
| NUM_SEGMENTS |
This field is deprecated.
please use NUM_SEGMENTS instead.
|
||||||||||
| REVOLUTIONS | Revolutions. | ||||||||||
| RPM | Revolutions per minute or rate per minute. | ||||||||||
| SPEED | A speed in meter/sec. | ||||||||||
| STEPS | A number of steps. | ||||||||||
| WATTS | Power in watts. | ||||||||||
| WEIGHT | A weight in kilograms. | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
A confidence of an accompanied value, specified as a value between 0.0 and 100.0.
An latitude of a location represented as a float, in degrees.
An longitude of a location represented as a float, in degrees.