Radar Tracking Options
data class RadarTrackingOptions(desiredStoppedUpdateInterval: Int, fastestStoppedUpdateInterval: Int, desiredMovingUpdateInterval: Int, fastestMovingUpdateInterval: Int, desiredSyncInterval: Int, desiredAccuracy: RadarTrackingOptions.RadarTrackingOptionsDesiredAccuracy, stopDuration: Int, stopDistance: Int, startTrackingAfter: Date?, stopTrackingAfter: Date?, replay: RadarTrackingOptions.RadarTrackingOptionsReplay, sync: RadarTrackingOptions.RadarTrackingOptionsSync, useStoppedGeofence: Boolean, stoppedGeofenceRadius: Int, useMovingGeofence: Boolean, movingGeofenceRadius: Int, syncGeofences: Boolean, syncGeofencesLimit: Int, foregroundServiceEnabled: Boolean, beacons: Boolean)
Content copied to clipboard
An options class used to configure background tracking.
See also
Constructors
RadarTrackingOptions
Link copied to clipboard
fun RadarTrackingOptions(desiredStoppedUpdateInterval: Int, fastestStoppedUpdateInterval: Int, desiredMovingUpdateInterval: Int, fastestMovingUpdateInterval: Int, desiredSyncInterval: Int, desiredAccuracy: RadarTrackingOptions.RadarTrackingOptionsDesiredAccuracy, stopDuration: Int, stopDistance: Int, startTrackingAfter: Date?, stopTrackingAfter: Date?, replay: RadarTrackingOptions.RadarTrackingOptionsReplay, sync: RadarTrackingOptions.RadarTrackingOptionsSync, useStoppedGeofence: Boolean, stoppedGeofenceRadius: Int, useMovingGeofence: Boolean, movingGeofenceRadius: Int, syncGeofences: Boolean, syncGeofencesLimit: Int, foregroundServiceEnabled: Boolean, beacons: Boolean)
Content copied to clipboard
Types
RadarTrackingOptionsDesiredAccuracy
Link copied to clipboard
enum RadarTrackingOptionsDesiredAccuracy : Enum<RadarTrackingOptions.RadarTrackingOptionsDesiredAccuracy>
Content copied to clipboard
RadarTrackingOptionsForegroundService
Link copied to clipboard
RadarTrackingOptionsReplay
Link copied to clipboard
enum RadarTrackingOptionsReplay : Enum<RadarTrackingOptions.RadarTrackingOptionsReplay>
Content copied to clipboard
RadarTrackingOptionsSync
Link copied to clipboard
enum RadarTrackingOptionsSync : Enum<RadarTrackingOptions.RadarTrackingOptionsSync>
Content copied to clipboard
Functions
toJson
Link copied to clipboard
Properties
desiredAccuracy
Link copied to clipboard
var desiredAccuracy: RadarTrackingOptions.RadarTrackingOptionsDesiredAccuracy
Content copied to clipboard
desiredMovingUpdateInterval
Link copied to clipboard
desiredStoppedUpdateInterval
Link copied to clipboard
desiredSyncInterval
Link copied to clipboard
fastestMovingUpdateInterval
Link copied to clipboard
fastestStoppedUpdateInterval
Link copied to clipboard
foregroundServiceEnabled
Link copied to clipboard
movingGeofenceRadius
Link copied to clipboard
replay
Link copied to clipboard
startTrackingAfter
Link copied to clipboard
stopDistance
Link copied to clipboard
stopDuration
Link copied to clipboard
stoppedGeofenceRadius
Link copied to clipboard
stopTrackingAfter
Link copied to clipboard
sync
Link copied to clipboard
syncGeofences
Link copied to clipboard
syncGeofencesLimit
Link copied to clipboard
useMovingGeofence
Link copied to clipboard
useStoppedGeofence
Link copied to clipboard