I don’t have a video on how I set any of this up. To be honest, it hasn’t been very reliable and occasionally crashes, at least for the stuff I was doing.
My original version did a lot of trigonometry to calculate a live location, but it was not something that would be updated on the database. All of that math became unnecessary with New Apps, because the location component updates the location continuously.
At the most basic level you could add a location component and have it write to a column in the table. As long as the switch is on, it should continuously update with your current location. However, I haven’t verified, but I think this can eat through updates very quickly because you would be continuously updating a column value every few seconds.
This was just a project to see if I could do it. It was not meant to be something that would be used in a normal production environment.
Here is documentation on how to use the Location Component.