MapsIndoors iOS SDK V3
Loading...
Searching...
No Matches
MPTemperatureLiveUpdate.h
Go to the documentation of this file.
1//
2// MPTemperatureLiveUpdate.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* temperature;
18
19@end
20
21NS_ASSUME_NONNULL_END
Model for a Live Update. Used in MPLiveDataManagerDelegate and MPLocation::getLiveUpdate().
Definition MPLiveUpdate.h:17
Model for live temperature measurement for a given Location.
Definition MPTemperatureLiveUpdate.h:15
NSMeasurement * temperature
Get the measured temperature for a given Location. Base unit is Kelvin.
Definition MPTemperatureLiveUpdate.h:17