我有一个使用英国邮政编码 lat 和 lon 坐标的网站,允许成员在给定距离内进行搜索,但这仅使用基本区域(LS2、WF1 等)。我想要做的是获取完整邮政编码的经纬度坐标,以便搜索更精确。我听说您可以使用 Google API 做到这一点,但我不知道这是否会给我提供与现在相同的详细信息,或者我如何将其合并到我的网站中。以下是现在发生的事情的概要:
> User enters basic postal area into a form (LS2 for example)
> It is then passed (with other form data) through JQuery Post to php file
> PHP file sorts out the city, county, lon, lat information from postcodes table based on the given post area
> + Enters the data into a table with other form data
> Result is echoed back and user is redirected if successful
有没有办法将地理编码脚本添加到 php 文件中,它会得到我需要的信息吗?我也希望这个在英国以外的地方工作