<?xml version="1.0" encoding="UTF-8" ?>
<table xmlns="http://query.yahooapis.com/v1/schema/table.xsd">
  <meta>
    <author>Erik Eldridge</author>
    <documentationURL>http://code.google.com/apis/maps/documentation/geocoding</documentationURL>
    
    <!-- nice reverse geocoding -->
    <sampleQuery>select * from {table} where q="40.714224,-73.961452"</sampleQuery>
    
  </meta>
  <bindings>
    <select itemPath="" produces="JSON">
      <urls>
        <url>http://maps.google.com/maps/geo</url>
      </urls>
      <inputs>
        <key id='q' type='xs:string' paramType='query' required="true" />
        <key id='key' type='xs:string' default="your_key" paramType='variable' />
        <key id='sensor' type='xs:string' default="false" paramType='variable' />
        <key id='output' type='xs:string' default="json" paramType='variable' />
        <key id='oe' type='xs:string' default="utf8" paramType='variable' />
        <key id='ll' type='xs:string' paramType='variable' />
        <key id='spn' type='xs:string' paramType='variable' />
        <key id='gl' type='xs:string' paramType='variable' />
      </inputs>
    </select>
  </bindings>
</table>
