9 #import <CoreLocation/CoreLocation.h>
11 #ifndef BMKUserLocation_h
12 #define BMKUserLocation_h
16 @property (nonatomic, assign, getter=isUpdating) BOOL
updating;
19 @property (nonatomic, strong) CLLocation *
location;
22 @property (nonatomic, strong) CLHeading *
heading;
28 @property (nonatomic, copy) NSString *
floorId;
31 @property (nonatomic, copy) NSString *
title;
34 @property (nonatomic, copy) NSString *
subtitle;