# Location validation

**URL:** https://community.glideapps.com/t/location-validation/36184
**Category:** Ask for Help
**Created:** [December 21, 2021, 11:41am UTC](https://community.glideapps.com/t/location-validation/36184 "2021-12-21T11:41:34Z")
**Posts on this page:** 1
**Showing post:** 4

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [December 21, 2021, 1:21pm UTC](https://community.glideapps.com/t/location-validation/36184/4 "2021-12-21T13:21:41Z")

</div>

Glide already has a column to calculate distance for you live and in real time. You don’t have to do the math yourself. Just make sure you have a column with an address or a set of coordinates of the client. Then add a Distance column to compare that’s address/coordinates to your current location. Then you can set filters or visibility (such a visibility of a check-in button, based on the user’s distance to that location.

Glide’s solution is much simpler and doesn’t require you to use the location component, or any complex math. Just an address column and a distance column.

> **[Glide Docs](https://www.glideapps.com/docs)**
>
> Welcome to Glide Docs, a steadily growing collection of articles and videos on how to use Glide. We can’t wait to see what you build!

> [@kyleheney](#):
>
> The user’s current location needs to be captured manually at a point in time (Glide can’t “follow” someone without them interacting with the Location component).

While it is technically true that you can’t track live coordinates of a user, the distance column will still work without having to use the location component to capture a user’s coordinates.

---

_[View the full topic](https://community.glideapps.com/t/location-validation/36184)._
