skip to main content
monitoringSettingsLocation
Note: Client configuration files must include this parameter, see the 'File specifications' section above.
*Feature / Setting:
Mobile: Settings > Location Tracking
*Values
accuracy: balanced, high, low, powersave (String)
changeMeters: Range is from 1 to any number, but recommend: 0, 5, 20, 36, 50, 100
shareLocation: background, foreground, none (String)
updateIntervalSeconds: Range is from 1 to any number, but recommend: 15, 30, 60, 120, 300
Example:
"monitoringSettingsLocation": {
"accuracy": "high",
"changeMeters": 0,
"shareLocation": true,
"updateIntervalSeconds": 60
}