# Distance calculation of road km?

**URL:** https://community.glideapps.com/t/distance-calculation-of-road-km/24493
**Category:** Ask for Help
**Created:** [March 19, 2021, 8:37am UTC](https://community.glideapps.com/t/distance-calculation-of-road-km/24493 "2021-03-19T08:37:48Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![christoph](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/christoph/32/22794_2.png) [@christoph](https://community.glideapps.com/u/christoph)
#### Post date: [March 19, 2021, 8:37am UTC](https://community.glideapps.com/t/distance-calculation-of-road-km/24493/1 "2021-03-19T08:37:48Z")

</div>

Hello All,  
the built-in distance column seems to return a distance as the “as the crow flies”.  
I want to show customers the driving distance to shops nearby in an inline list , hence this distance value is not very helpful.  
Has any one an idea how to solve this.  
Thanks.

---

<div class="post-metadata">

### Author: ![Uzo](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/uzo/32/22639_2.png) [@Uzo](https://community.glideapps.com/u/Uzo)
#### Post date: [March 19, 2021, 9:49am UTC](https://community.glideapps.com/t/distance-calculation-of-road-km/24493/2 "2021-03-19T09:49:03Z")

</div>

You have to get destination geolocation, and in distance column use it together with current location and use km as a units

---

<div class="post-metadata">

### Author: ![christoph](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/christoph/32/22794_2.png) [@christoph](https://community.glideapps.com/u/christoph)
#### Post date: [March 19, 2021, 11:29am UTC](https://community.glideapps.com/t/distance-calculation-of-road-km/24493/3 "2021-03-19T11:29:20Z")

</div>

I’m doing this, but the result still doesn’t give the road km but the length of a line from point to point.

---

<div class="post-metadata">

### Author: ![Uzo](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/uzo/32/22639_2.png) [@Uzo](https://community.glideapps.com/u/Uzo)
#### Post date: [March 19, 2021, 11:54am UTC](https://community.glideapps.com/t/distance-calculation-of-road-km/24493/4 "2021-03-19T11:54:42Z")

</div>

Yes, for actual driving distance, you have to use Google services and scripts
