Hello Community. I am seeking advice regards enabling a LocationGeotriggerFeed datasource via Dynamic Observations. Is there a way to pass the below to the LocationGeotriggerFeed
public Observation getLatestObservation() {
return latestObservation;
}
Hi Rodney -
Currently, Geotriggers only takes in one entity/track from a LocationDataSource at a time- multiple entities/tracks are not supported. That is something we would like to do in the future - allow the DynamicEntityDataSource as an input to Geotrigger.
For now, you could configure the GeotriggerMonitor to work with a custom LocationDataSource that receives inputs from one Dynamic Entity's DynamicEntityChanged event.
It is possible to set up more than one Geotrigger Monitor (to work with multiple Dynamic Entities), but it isn't really designed to scale up to a high number of Geotirgger Monitors per app.
Let us know if you have any other questions.