RadarTrackingOptionsSyncLocations
Objective-C
enum RadarTrackingOptionsSyncLocations : NSInteger {}
Swift
enum RadarTrackingOptionsSyncLocations : Int, @unchecked Sendable
The sync options for location updates.
-
Syncs all location updates to the server
Declaration
Objective-C
RadarTrackingOptionsSyncAll
Swift
case all = 0
-
Syncs only stops and exits to the server
Declaration
Objective-C
RadarTrackingOptionsSyncStopsAndExits
Swift
case stopsAndExits = 1
-
Syncs no location updates to the server
Declaration
Objective-C
RadarTrackingOptionsSyncNone
Swift
case none = 2