MapsIndoors iOS SDK V3
|
Model for live occupancy information for a given Location. More...
#include <MPOccupancyLiveUpdate.h>
Properties | |
int | numberOfPeople |
Get the number of people measured for a given Location. | |
int | capacity |
Get the current capacity in terms of maximum number of people for a given Location. | |
Properties inherited from MPLiveUpdate | |
MPLiveUpdateTopic * | topic |
Get the Topic of the Live Update. | |
NSString * | itemId |
Get the item id that a Live Update relates to. In most cases this would be the id of a MPLocation. | |
NSString * | originSourceId |
Get the id for the origin source entity of a Live Update. Often the Live Update comes from another entity or device in a 3rd-party system. For example an id of a meeting room calendar in a booking system or an id of a room temperature sensor. | |
NSString * | timestamp |
Get the timestamp for a Live Update. | |
Additional Inherited Members | |
Instance Methods inherited from MPLiveUpdate | |
(nullable NSObject *) | - getLiveValueForKey: |
Model for live occupancy information for a given Location.
|
readnonatomicassign |
Get the current capacity in terms of maximum number of people for a given Location.
|
readnonatomicassign |
Get the number of people measured for a given Location.