IgeofencingObserver Class Referenceabstract
Geofencing Observer base class.
#include <geofencingApi.h>
Public Member Functions | |
| virtual void | NewEvent (dpyGeofencing::GeofenceEvent type, std::string sogid, int id, dpyGeofencing::Geofence geofence, double angle)=0 |
| NewEvent. This function will be called on new position received event. More... | |
| virtual | ~IgeofencingObserver () |
| Destructor. | |
Member Function Documentation
|
pure virtual |
- Parameters
-
type of event sogid set of geofences id id id of the geofence geofence object angle bearing respect the geofence centroid
