11NS_ASSUME_NONNULL_BEGIN
17@property (nonatomic, readonly) NSMeasurement*
co2Level;
Model for live CO2 measurement for a given Location.
Definition MPCO2LiveUpdate.h:15
NSMeasurement * co2Level
Get the measured CO2 level for a given Location. Base unit is Parts Per Million (PPM).
Definition MPCO2LiveUpdate.h:17
Model for a Live Update. Used in MPLiveDataManagerDelegate and MPLocation::getLiveUpdate().
Definition MPLiveUpdate.h:17