Skip to main content

Filter the air traffic boundaries

With this action you can set the boundaries from where you want the air traffic

By default, once connected to the topic, the boundaries are not set

"boundaries"

Body

{
"latBetween": ARRAY [lat1,lat2]
"lngBetween": ARRAY [lng1,lng2]

}

Response

caution

There is no direct response from the action. Once sent the topic will start filtering depending on the filters sent.

Example

 socket.emit("boundries", {"latBetween":[46.05591073938665,46.81869159487271],"lngBetween":[4.032461361616266,8.446218685835015]});