Loading...

We're setting up your new app...

Template

Calculate distances

How to find how far away a location is

Industry: n/a
Function: Other
When you have Lat/Long information in your data (e.g. the locations of buildings) you can calculate the distance between the user's current location and each location. Make sure you have location services turned on in order for this demo to work. Right now distances can only be computed between LatLong data types.
Loading...

How we built this app

We've got a table of Locations with a LatLong column. We added a Distance virtual column that has the formula DISTANCE(HERE(), [LatLong]).
This is a preview of the data sets used in the app.

Data

This is a high-level model of both the data entities and the UI elements in the app.
Loading...
Start for free