gps geofencing filter
Last updated
Last updated
Filters incoming messages by GPS based parameters. Extracts latitude and longitude from data or metadata and checks if they are inside configured perimeter (geo fence).
There are two options of area definition based on the perimeter type:
Metadata of the incoming message must include key with name perimeter and following data structure:
There are two options of area definition based on the perimeter type:
if configured latitude and longitude are inside configured perimeter message sent via True chain, otherwise False chain is used.
Failure chain will to be used when:
incoming message has no configured latitude or longitude key in data or metadata.
missing perimeter definition;