Mesure distance

Hi!

Is it posible to measure the distance within two points with Geo-location or LatLong or Adress?

Eg: A user visit a customer in point A, and he need to now how long is the distance from point A to point B. Also if the user needs to go to a certain point C, how to calculate the distance from point A or B to point C.

Hi @Soporte_GestionApp

Here:

[Is there a (easy) way for Appsheet to calculate the "driving" distance between two addresses?](https://community.appsheet.com/t/is-there-a-easy-way-for-appsheet-to-calculate-the-driving-distance-between-two-addresses/58199) Questions

Is there an easy way to calculate the distance between two points (addresses)? We use a google script to calculate the distance between addresses using google sheets. (See Script Below) Is there a way to have AppSheet call the script and get the distance in a cell? function jobdistance(start_address, end_address){ /* * Get Distance between 2 different address. * @param start_address = Address as string. Ex: “1350 SW 57th ave, miami, Florida”; * @param end_address = Addr…

2 Likes