API to add Event Notifications (different) with markers to map that disappear when complete

Jesse Techno2 years ago

I am trying to tie my Traccar instance into a powerapp that I am building to show a marker on the map where an event has been reported and take it away when it is clear. How can I add these kind of "Events" that appear and disappear? The "events" that are being reported are added to a database that can work the same way as the location data from the vehicles. When there is an open "event" then it would populate during the refresh of all the data on the map and if it is closed then it would disappear from the map. Any thoughts or suggestions because I have no idea where to start.

Anton Tananaev2 years ago

Register a new device for the event and report a location with an alarm. That way it will show on the map. Then remove the device when you don't need it anymore.