-
- All Implemented Interfaces:
-
com.pointrlabs.core.management.interfaces.Advertiser
public interface GeofenceManager implements Advertiser<GeofenceManager.Listener>
Main manager class responsible for location related triggers (enter, exit)
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interface
GeofenceManager.Listener
-
Method Summary
Modifier and Type Method Description abstract List<Geofence>
getInsideGeofences()
Get list of geofences that are in "inside" state abstract List<Geofence>
getLevelGeofences(Site site)
Get list of geofences that are inside the site abstract List<Geofence>
getGlobalGeofences()
Get list of all global geofences defined on Pointr Cloud -
-
Method Detail
-
getInsideGeofences
abstract List<Geofence> getInsideGeofences()
Get list of geofences that are in "inside" state
-
getLevelGeofences
abstract List<Geofence> getLevelGeofences(Site site)
Get list of geofences that are inside the site
-
getGlobalGeofences
abstract List<Geofence> getGlobalGeofences()
Get list of all global geofences defined on Pointr Cloud
-
-
-
-