BISVisit Class Reference
Inherits from | NSObject |
---|---|
Declared in | BISVisit.h BISVisit.m |
Overview
Represents a visit to a specific region at a specific time, with duration. This class is immutable.
region
The region being visited
@property (nonatomic, strong, readonly) BISRegion *region
Declared In
BISVisit.h
startDate
The date when the visit began
@property (nonatomic, strong, readonly) NSDate *startDate
Declared In
BISVisit.h
duration
The duration of the visit in seconds
@property (nonatomic, readonly) NSTimeInterval duration
Declared In
BISVisit.h