住所から緯度、経度を取得するジオコーディングについて 住所から緯度、経度を取得するにはGMGeocoderというオープンソースのライブラリがあるようだが、 精度が良くない上に、ダウンロードできなくなっているので Google Geocoding APIを利用して実装する ■ Google Geocoding API ・Google Geocoding API V3 ・リクエストURL XML版:http://maps.googleapis.com/maps/api/geocode/xml?sensor=true&address=六本木ヒルズ JSON版:http://maps.googleapis.com/maps/api/geocode/json?sensor=true&address=六本木ヒルズ ・XMLレスポンス GeocodeResponse > result > geometo