We have added an alternative set of parameters to the hit test geofences REST API method.
The first set tests whether the coordinate hits the selected geofences.
GET /gw/geofences/{geofences-selector}/hittest
{
"lat": 0,
"lon": 0
}
The second set returns a set of geofences that are within the specified boundary.
GET /gw/geofences/{geofences-selector}/hittest
{
"max_lat": 0,
"max_lon": 0,
"min_lat": 0,
"min_lon": 0
}