POLYMERIZE_CONTINUOUS_LOCATION_BOUNDARY_RANGE constant

DataType const POLYMERIZE_CONTINUOUS_LOCATION_BOUNDARY_RANGE

Activity boundaries within a period of time.

Implementation

static const DataType POLYMERIZE_CONTINUOUS_LOCATION_BOUNDARY_RANGE =
    DataType(
  'com.huawei.continuous.location.boundary_range',
  'https://www.huawei.com/healthkit/location.read',
  'https://www.huawei.com/healthkit/location.write',
  <Field>[
    Field.FIELD_MIN_LATITUDE,
    Field.FIELD_MIN_LONGITUDE,
    Field.FIELD_MAX_LATITUDE,
    Field.FIELD_MAX_LONGITUDE,
  ],
  isPolymerizedFlag: true,
);