Interface GeofenceManager

  • All Implemented Interfaces:
    com.pointrlabs.core.management.interfaces.Advertiser

    
    public interface GeofenceManager
     implements Advertiser<T>
                        

    Main manager class responsible for location related triggers (enter, exit)

    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • 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
      • Methods inherited from class com.pointrlabs.core.management.interfaces.Advertiser

        addListener, removeListener
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • getInsideGeofences

         abstract List<Geofence> getInsideGeofences()

        Get list of geofences that are in "inside" state

        Returns:

        list of geofences that we are "inside"

      • getLevelGeofences

         abstract List<Geofence> getLevelGeofences(Site site)

        Get list of geofences that are inside the site

        Returns:

        list of geofences that are inside the site

      • getGlobalGeofences

         abstract List<Geofence> getGlobalGeofences()

        Get list of all global geofences defined on Pointr Cloud

        Returns:

        list of all global geofences defined on Pointr Cloud