I am collecting a users preferred location using Google and autocomplete. I want to loop through a set of records and calculate the distance between the location in this record and the location collected from user. Is there an API I can use to calculate the distances between the points?
1 Like
This one has a javascript and a PHP implementation
1 Like
thanks - I had a function running in the mysql db that we used in the past, but someone else developed the solution for me. Moved the hosting and page “broke” that shows results. So I thought I might as well redo the page using app connect and server connect. It was done in DW about 2 years ago mixing DMX frameworks with custom code and is a bit bloated and “ugly” in terms of code. Hope there is a API solution someone knows of
Wow, nothing in a year then two people looking at the same issue within 24 hrs.
Take a look at those thread, if you need more info come back to me.
2 Likes
code snippet added to other post for info @pixlapps
1 Like