MapsIndoors iOS SDK V3
Loading...
Searching...
No Matches
MPOccupancyLiveUpdate.h
Go to the documentation of this file.
1//
2// MPOccupancyLiveUpdate.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) int numberOfPeople;
19@property (nonatomic, readonly) int capacity;
20
21@end
22
23NS_ASSUME_NONNULL_END
Model for a Live Update. Used in MPLiveDataManagerDelegate and MPLocation::getLiveUpdate().
Definition MPLiveUpdate.h:17
Model for live occupancy information for a given Location.
Definition MPOccupancyLiveUpdate.h:15
int numberOfPeople
Get the number of people measured for a given Location.
Definition MPOccupancyLiveUpdate.h:17
int capacity
Get the current capacity in terms of maximum number of people for a given Location.
Definition MPOccupancyLiveUpdate.h:19