| Name | Description | From Version | Wrapper Class |
|---|---|---|---|
| POSITION | Represents a position through latitude and longitude coordinates. | 1 | VT_Position_Wrapper |
| AREA | Represents a circular area, defined through a centre (latitude and longitude) and a radius. | 1 | VT_Area_Wrapper |
| Name | IN | |||
| Description | Executes when entering into an Area. | |||
| Type | Name | Required | Description | |
|---|---|---|---|---|
| Parameters | LOCATION.AREA | AREA | Yes | Area to monitor |
| Name | OUT | |||
| Description | Executes when exiting from an Area. | |||
| Type | Name | Required | Description | |
|---|---|---|---|---|
| Parameters | LOCATION.AREA | AREA | Yes | Area to monitor |
| Name | IN | |||
| Description | Returns true if current position is inside the specified area. | |||
| Type | Name | Required | Description | |
|---|---|---|---|---|
| Parameters | LOCATION.AREA | AREA | Yes | Area to monitor |
| Name | OUT | |||
| Description | Returns true if current position is outside of the specified area. | |||
| Type | Name | Required | Description | |
|---|---|---|---|---|
| Parameters | LOCATION.AREA | AREA | Yes | Area to monitor |