Creates a rectangle of geo points using TopLeft (1) and BottomRight (2) points and filters for the content which Geo Point values are inside this rectangle.
Properties
kind
Required
Which filter to use, as string e.g. "GeoBoundingBoxFilter"
field
Required
The field's name to execute the filter on. It is composed of the field ids of the hierarchy joined with "." (i.e. personLayer.address.region).
topLeft
The top left corner of the bounding box's geolocation (latitude and longitude).
lat
Latitude value (decimal value)
lon
Longitude (decimal value)
bottomRight
The bottom right corner of the bounding box's geolocation (latitude and longitude).
lat
Latitude value (decimal value)
lon
Longitude (decimal value)
JavaScript errors detected
Please note, these errors can depend on your browser setup.
If this problem persists, please contact our support.