GeofenceSettings

class GeofenceSettings(var dwellTimeInSeconds: Int? = null, var dwellTimeErrorRangeInSeconds: Int? = null)

Represents the geofence settings.

Constructors

Link copied to clipboard
constructor(dwellTimeInSeconds: Int? = null, dwellTimeErrorRangeInSeconds: Int? = null)

Properties

Link copied to clipboard

The acceptable error range in seconds for the dwellTimeInMilliseconds time.

Link copied to clipboard

The duration in seconds a user needs to stay within a geofence.

Functions

Link copied to clipboard
open override fun toString(): String