I'm working on a scenario where I would like to send a notification when there are a number of stolen vehicles reported within a given distance of each other. For example, a vehicle is reported stolen and there were 2 other vehicles reported stolen within 1 mile of this event, a notification would be sent. Does anyone have an example of how to do this?
The input is polling a feature service. I've created a buffer for each stolen vehicle reported and have that update another feature service. I also created a synchronized geofence for the feature service that contains the buffer, so as the stolen vehicle is buffered it is created as a geofence. I'm just not sure how to check if there are 2 other stolen vehicles reported in this buffer.