šŸ§­ Location Component

Just great! My wife leads summer children camp and they do a lot of Qwest games. Now we will help them do it digital :smile:

Hi Jack :slight_smile: Would it be possible to use the Distance Computed Column updates to plot a point on a map with a marker indicating the userā€™s current location and continuously update the marker to a new location as the user moves?

1 Like

Hey, Were you able to use this feature, as for me as well it does not work and keeps spinning. Not sure if i am missing something.

Maybe you have ever chosen ā€œdonā€™t allow to use your current locationā€. Try in settings or clear cache memory from the browser where you installed the app.

2 Likes

Did the issue regarding tracking a userā€™s location over time get solved? I am interested in this.

I donā€™t think itā€™s possible as of now. The computed distance column only gives you the distance, not the ā€œliveā€ coordinates.

Is there away to track another personā€™s cell and calculate the distance from certain locations and share with others?

1 Like

Using just Glide? They would need to toggle that location toggle. But using scriptsā€¦oh yeahā€¦there is a couple of ways, some wouldnā€™t require permissions and others would.

1 Like

The distance column will track a userā€™s distance locally on the device. To share the distance or a location with others, it will take some sort of action from the user, such a flipping the location switch and updating a column value or submitting a form. You canā€™t share your location to others in real time automatically.

1 Like

Thank you
I am working on it.
I think I have come up with a solution.

1 Like

Iā€™m curious what your use case is. I have a location based app and will be looking to match people that are in the same vicinity.

How close is your proximity to determine ā€œvicinityā€. If your looking for within 10 to 20 miles or above you can plugin an api that does this for you thats 100% free up to 10,000 requests per month!!!

1 Like

This api is 500 free per day and only $6.99 a month for 5,000 a day

https://rapidapi.com/natkapral/api/ip-geo-location/pricing

:slight_smile:

2 Likes

Jeff, there are ways to do this within Google Sheets.

1 Like

How would a google sheet have knowledge of a current dynamic location of an active glide app user in real time?

1 Like

Tracking cars

Because the app is a PWA pretty much.

Care to elaborate? Based, on those APIā€™s you shared, they only locate based on IP, which can be somewhat broad in area (in some cases, my IP registers as 3 states away) and in any case, there is no glide functionality to obtain a userā€™s IP address. That aside, if you use an API to obtain coordinates through the new API column, or simply use the location component to obtain accurate GPS coordinates, it still requires action from the user to take the coordinates (stored locally) and physically write them to the sheet. I guess my question still is, how is a google sheet aware of an app userā€™s physical real time location (like Glympse) without any action from the user? As far as Iā€™m concerned, a Glide app is not aware of a google sheet at all, since it is in direct communication with Glideā€™s servers and internal database. Itā€™s the internal glide database on the server that then syncs with the google sheet. There is no direct connection between app and google sheet.

4 Likes

Those were examples, not ones I use, but those as you mentioned are based on IP addresses that triangulate with a cell phone tower and whenever you leave that towers range you are provided a new ip. Those towers depending on where you live and the type of service provided are within 10 to 20 miles of each other as far as radius. When it comes to congested cities they are even closer meaning you could pinpoint within a 3 mile radius.

1 Like

I understand how triangulation from towers works, but that still doesnā€™t explain how a glide database or google sheet can see and track the real time location of every app user as it relates to a glide app.

How could I as an app user see the location of another app user in real time using scripts as you described?

2 Likes