“Find nearest location” by Zip/Postal Code?

后端 未结 3 1262
星月不相逢
星月不相逢 2021-01-31 06:35

I need a \"find nearest location\" on our website.

Where visitor enters their zip/postal code, then they are redirected to specific webpage for our nearest location. We

3条回答
  •  萌比男神i
    2021-01-31 07:16

    if you have the longitudes and latitudes of each zipcode (search google) you can use the Haversine Formula to calculate nearest neighbours.

    http://www.codecodex.com/wiki/Calculate_Distance_Between_Two_Points_on_a_Globe

提交回复
热议问题