To access the Maps API geocoder directly using server-side scripting, send a request to http://maps.google.com/maps/geo? with the following parameters in the URI:
以下パラメータ
q — The address that you want to geocode.
key — Your API key.
output — The format in which the output should be generated. The options are xml, kml, csv, or json.