メンバーが特定の距離内で検索できるように、英国の郵便番号の緯度と経度の座標を使用する Web サイトを持っていますが、これは基本的なエリア (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 ファイルに追加する方法はありますか?必要な情報を取得できますか? また、これが英国外でも機能することを望みます