Geofence Settings
class GeofenceSettings(var dwellTimeInSeconds: Int? = null, var dwellTimeErrorRangeInSeconds: Int? = null)
Represents the geofence settings from the application configuration.
These values are fetched via com.advantahealth.api.settings.ApplicationSettings.getActiveFitSettings and used by the SDK to determine when a facility visit qualifies as a dwell event.