The function determines whether the current coordinates of the device belong to a circle with a center (latitude
, longitude
) in degrees and a radius of radius
in meters.
The values of course
and course delta
define the direction of movement and the permissible deviation from it.

In the functions menu |
On the diagram |
 |
 |
Name |
Type |
Description |
latitude |
float |
Latitude of the center of the geofence (e.g., 55.755669) |
longitude |
float |
Longitude of the center of the geofence (e.g., 37.616802) |
radius |
float |
Radius of the geofence in meters (e.g., 1000) |
course |
int32 |
Direction of movement (course) to trigger entry into the geofence |
course delta |
int32 |
The deviation angle of the direction of movement.
If course delta is 360, then course control for entering the geofence is not performed |
Name |
Type |
Description |
active |
bool |
Value True if the object is inside the geofence |
Name |
Description |
Minimum Speed |
Speed below which the current course of the device is not compared with the current course |