| java.lang.Object | |
| ↳ | com.google.android.gms.fitness.data.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. |
||||||||||
| ALTITUDE | An altitude of a location represented as a float, in meters above sea level. | ||||||||||
| AVERAGE | An average value. | ||||||||||
| 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 | A high latitude of a location bounding box represented as a float, in degrees. | ||||||||||
| HIGH_LONGITUDE | A high longitude of a location bounding box represented as a float, in degrees. | ||||||||||
| LATITUDE | A latitude of a location represented as a float, in degrees. | ||||||||||
| LONGITUDE | A longitude of a location represented as a float, in degrees. | ||||||||||
| LOW_LATITUDE | A low latitude of a location bounding box represented as a float, in degrees. | ||||||||||
| LOW_LONGITUDE | A low longitude of a location bounding box represented as a float, in degrees. | ||||||||||
| MAX | A maximum value. | ||||||||||
| MIN | A minimum value. | ||||||||||
| NUM_SEGMENTS | A number of segments. | ||||||||||
| 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
| |||||||||||||||||||||||||||||||||
An altitude of a location represented as a float, in meters above sea level. Some location samples don't have an altitude value so this field might not be set.
A confidence of an accompanied value, specified as a value between 0.0 and 100.0.
A high latitude of a location bounding box represented as a float, in degrees.
A high longitude of a location bounding box represented as a float, in degrees.
A low latitude of a location bounding box represented as a float, in degrees.
A low longitude of a location bounding box represented as a float, in degrees.