Class GeofenceManagerImpl

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

    
    public class GeofenceManagerImpl
    extends PTRAdvertiser<T> implements GeofenceManager, Advertiser<T>
                        

    Handles geofencing operations

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      List<Geofence> getInsideGeofences() Get list of geofences that are in "inside" state
      List<Geofence> getGlobalGeofences() Get list of all global geofences defined on Pointr Cloud
      List<Geofence> getLevelGeofences(Site site) Get list of geofences that are inside the site
      • Methods inherited from class com.pointrlabs.core.management.PTRAdvertiser

        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

         List<Geofence> getInsideGeofences()

        Get list of geofences that are in "inside" state

        Returns:

        list of geofences that we are "inside"

      • getGlobalGeofences

         List<Geofence> getGlobalGeofences()

        Get list of all global geofences defined on Pointr Cloud

        Returns:

        list of all global geofences defined on Pointr Cloud