Companion

object Companion

Functions

fromJson
Link copied to clipboard
fun fromJson(obj: JSONObject): RadarTrackingOptions

Properties

CONTINUOUS
Link copied to clipboard
val CONTINUOUS: RadarTrackingOptions
Updates about every 30 seconds while moving or stopped.
EFFICIENT
Link copied to clipboard
val EFFICIENT: RadarTrackingOptions
Updates as fast as every 6 minutes while moving and periodically when stopped.
RESPONSIVE
Link copied to clipboard
val RESPONSIVE: RadarTrackingOptions
Updates about every 2.5 minutes while moving and shuts down when stopped to save battery.