Distance between two points in maps

After locating two points in maps, how to find distance between them?

Could you be more specific on how this looks?

In summary you take one point’s geographic location distance from second point’s geographic location

In my Bubble projects, this is how I calculate the distance from the current user’s location to a restaurant’s location

  1. I create a variable (input box) where I will store the distance number.
  2. I put as initial content the formula to calculate the distance between two points
    image

In my case Point A and Point B are database fields of type geographic location, that’s how I was able to estimate the distance between the two

2 Likes

This topic was automatically closed after 70 days. New replies are no longer allowed.