MBXIntervalSettings
@interface MBXIntervalSettings : NSObject
The interval for active location updates
-
The fastest rate at which the application will receive location updates, which migth be faster than the
Interval
. UnlikeInterval
this parameter is exact.Declaration
Objective-C
@property (nonatomic, readonly, nullable) NSNumber *minimumInterval;
-
Maximum wait time for location updates. If it’s at least 2x larger then
Interval
, then location delivery may be delayed and multiple locations can be delivered at once.Declaration
Objective-C
@property (nonatomic, readonly, nullable) NSNumber *maximumInterval;
-
Desired interval for active location updates.
Declaration
Objective-C
@property (nonatomic, readonly, nullable) NSNumber *interval;