java.lang.Object | |
↳ | com.mapsted.geofence_offline.MapstedOfflineGeofenceApi.OfflineGeofenceOptions |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
public int | dwellTime_min | ||||||||||
public int | radius_m |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
OfflineGeofenceOptions() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
void |
setDefaultRadius(int radiusInMeters)
sets the default radius for the geofence api.
| ||||||||||
void |
setDwellTime_min(int minute)
Sets the default time in minute after which geofence is triggered.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
sets the default radius for the geofence api. If not set, default is 30m.
radiusInMeters | radius in meters |
---|
Sets the default time in minute after which geofence is triggered. When user enters the geofence area and remains in this area for at least this amount of minute, the geofence will trigger
If not set, default is 1 minute.