“Find nearest location” by Zip/Postal Code?

后端 未结 3 1264
星月不相逢
星月不相逢 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条回答
  •  Happy的楠姐
    2021-01-31 07:08

    You need a database of zip codes with longitude and latitude, from which you can calculate the distance.

提交回复
热议问题