シンガポールの郵便番号を使用して緯度経度を取得するためにGoogleジオコードAPIを使用しています
データを取得するために次のことを試みました:
(1) http://maps.googleapis.com/maps/api/geocode/json?address=505468&sensor=false
(2) http://maps.googleapis.com/maps/api/geocode/json?address=Singapore%20505468&sensor=false
(3) http://maps.googleapis.com/maps/api/geocode/json?address=Singapore%20505468&sensor=false®ion=sg
しかし、それはインドからの場所を返します
https://developers.google.com/maps/documentation/geocoding/?hl=fr#RegionCodes
国固有 (シンガポール) の結果のみを取得する他の方法。
次のことを試してみましたが、正しい結果が返されます
http://maps.googleapis.com/maps/api/geocode/json?address=シンガポール%20133224&sensor=false