Geofence Struct Reference

#include <geofencingApi.h>

Public Attributes

std::string name
 name of the geofence
 
bool enabled
 indicates if the geofence is enabled or disabled. If disabled the geofence is not considered when searching for active geofences.
 
bool active
 indicates if the geofence is active. It means the current position is inside the geofence.
 
std::list< std::pair< double, double > > points
 list of points that defines the geofence
 
double radius
 radius of the geofence (0 if polygon, >0 if buffered line or circle)
 

Detailed Description

Struct with geofence information