TooManyGeofences

data class TooManyGeofences(val current: Int, val maximum: Int = GeofencePolicy.MAX_REGIONS) : GeofenceError

Too many geofences registered.

Constructors

Link copied to clipboard
constructor(current: Int, maximum: Int = GeofencePolicy.MAX_REGIONS)

Properties

Link copied to clipboard
Link copied to clipboard