SITRealtimeUpdateInterval
enum SITRealtimeUpdateInterval {}
The interval indicating how often positions will be uploaded to realtime
-
The realtime dashboard will update in real time.
Declaration
Objective-C
kSITUpdateIntervalRealtime = 1
-
The realtime dashboard will update faster, but not in real time.
Declaration
Objective-C
kSITUpdateIntervalFast = 5
-
A compromise between real time and low power consumption
Declaration
Objective-C
kSITUpdateIntervalNormal = 15
-
The realtime will update slower.
Declaration
Objective-C
kSITUpdateIntervalSlow = 25
-
It will save a lot more battery but locations won’t be shown in the real time.
Declaration
Objective-C
kSITUpdateIntervalBatterySaver = 1800