DT_INSTANTANEOUS_LOCATION_TRACE constant

DataType const DT_INSTANTANEOUS_LOCATION_TRACE

A point on the trajectory.

Implementation

static const DataType DT_INSTANTANEOUS_LOCATION_TRACE = DataType(
  'com.huawei.instantaneous.location.trace',
  'https://www.huawei.com/healthkit/location.read',
  'https://www.huawei.com/healthkit/location.write',
  <Field>[
    Field.FIELD_LATITUDE,
    Field.FIELD_LONGITUDE,
    Field.FIELD_PRECISION,
    Field.FIELD_ALTITUDE,
  ],
);