SITIndoorLocation Class Reference
Inherits from | NSObject |
---|---|
Declared in | SITIndoorLocation.h |
time
Milliseconds since epoch representing the last update reported by SITIndoorLocationManager
@property (nonatomic, strong) NSNumber *time
Declared In
SITIndoorLocation.h
yaw
Heading toward the user is moving.
@property (nonatomic, strong) NSNumber *yaw
Declared In
SITIndoorLocation.h
floor
The number of the floor the user is in.
@property (nonatomic, strong) NSNumber *floor
Discussion
The number match the identifier property of SITIndoorLevel object
Declared In
SITIndoorLocation.h
validTransition
Flag that indicates if the path between the actual location and the previous one is valid.
@property (nonatomic, strong) NSNumber *validTransition
Discussion
The position is still valid even if this flag is false
Declared In
SITIndoorLocation.h
validOrientation
Flag that indicated if the value of yaw is valid.
@property (nonatomic, strong) NSNumber *validOrientation
Declared In
SITIndoorLocation.h
– indoorPoint
Method to construct a SITIndoorPoint to use as a point to calcule routes to/from it
- (SITIndoorPoint *)indoorPoint
Return Value
SITIndoorPoint object
Declared In
SITIndoorLocation.h