These are functions for detecting if the location point is inside the given set of geofences. The function can be used in the directive filter-row-if-false
, filter-row-if-true
, filter-row-on
, set column
, set-column
or send-to-error
.
Pre-requisite
The Geofences should be represented in geojson format. The location coordinates should be represented as Double type values .
Example data
fence
in the input is defined as json specified below:
...