Android APIs
public static class

AggregateDataTypes.AggregateFields

extends Object
java.lang.Object
   ↳ com.google.android.gms.fitness.AggregateDataTypes.AggregateFields

Class Overview

Definition of fields used by aggregate data types. Their exact meaning may vary depending on the data type they are in. Please refer to the data type for more specific documentation.

Summary

Fields
public static final DataType.Field AVERAGE An average value.
public static final DataType.Field HIGH_LATITUDE A high latitude of a location bounding box represented as a float, in degrees.
public static final DataType.Field HIGH_LONGITUDE A high longitude of a location bounding box represented as a float, in degrees.
public static final DataType.Field LOW_LATITUDE A low latitude of a location bounding box represented as a float, in degrees.
public static final DataType.Field LOW_LONGITUDE A low longitude of a location bounding box represented as a float, in degrees.
public static final DataType.Field MAX A maximum value.
public static final DataType.Field MIN A minimum value.
public static final DataType.Field NUM_SEGMENTS A number of segments.
Public Constructors
AggregateDataTypes.AggregateFields()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public static final DataType.Field AVERAGE

An average value.

public static final DataType.Field HIGH_LATITUDE

A high latitude of a location bounding box represented as a float, in degrees.

public static final DataType.Field HIGH_LONGITUDE

A high longitude of a location bounding box represented as a float, in degrees.

public static final DataType.Field LOW_LATITUDE

A low latitude of a location bounding box represented as a float, in degrees.

public static final DataType.Field LOW_LONGITUDE

A low longitude of a location bounding box represented as a float, in degrees.

public static final DataType.Field MAX

A maximum value.

public static final DataType.Field MIN

A minimum value.

public static final DataType.Field NUM_SEGMENTS

A number of segments.

Public Constructors

public AggregateDataTypes.AggregateFields ()