緯度経度から住所を取得する サンプルはここにある。 http://code.google.com/intl/ja/apis/maps/documentation/v3/services.html#ReverseGeocoding まずはGoogle Maps APIにおける、Geocoderのリクエスト方法から。 下記URLを見ると、プロパティの一覧がある。 GeocoderRequest Google Maps API V3 Reference - Google Maps JavaScript API V3 - Google Code 住所や郵便番号から検索する場合は、addressプロパティに住所か郵便番号を入れてやる。 緯度経度から検索する場合は、latLngに緯度経度を入れてやる。 レスポンスは以下。 GeocoderResponse Google Maps API V3 Refe