MapsIndoors iOS SDK V3
Loading...
Searching...
No Matches
MPCO2LiveUpdate.h
Go to the documentation of this file.
1//
2// MPAvailabilityLiveUpdate.h
3// MapsIndoors
4//
5// Created by Daniel Nielsen on 02/12/2020.
6// Copyright © 2020 MapsPeople A/S. All rights reserved.
7//
8
9#import "MPLiveUpdate.h"
10
11NS_ASSUME_NONNULL_BEGIN
12
15
17@property (nonatomic, readonly) NSMeasurement* co2Level;
18
19@end
20
21NS_ASSUME_NONNULL_END
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