10#import <CoreLocation/CoreLocation.h> 
   12NS_ASSUME_NONNULL_BEGIN
 
   18@property (nonatomic, readonly) CLLocationCoordinate2D 
position;
 
   20@property (nonatomic, readonly) 
int floor;
 
Model for a Live Update. Used in MPLiveDataManagerDelegate and MPLocation::getLiveUpdate().
Definition MPLiveUpdate.h:17
 
Model for live position information for a given Location.
Definition MPPositionLiveUpdate.h:16
 
int floor
Get the floor index.
Definition MPPositionLiveUpdate.h:20
 
CLLocationCoordinate2D position
Get the geographic coordinates.
Definition MPPositionLiveUpdate.h:18