You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
883 B

<h2>Timezone</h2>
<h3>Retrieving the timezone at a lat/lng</h3>
<ul>
<li><a href="/api/timezone?latitude=45.5118&amp;longitude=-122.6433">/api/timezone?latitude=45.5118&amp;longitude=-122.6433</a></li>
</ul>
<h2>Geocoder</h2>
<h3>Retrieving the lat/lng for a named location</h3>
<ul>
<li><a href="/api/geocode?input=309+SW+6th+Ave,+Portland,+OR">/api/geocode?input=309+SW+6th+Ave,+Portland,+OR</a></li>
</ul>
<h3>Retrieving a named location from a lat/lng</h3>
<ul>
<li><a href="/api/geocode?latitude=45.5118&amp;longitude=-122.6433">/api/geocode?latitude=45.5118&amp;longitude=-122.6433</a></li>
</ul>
<h2>Context</h2>
<h3>Retrieving both the city name and timezone data for a lat/lng</h3>
<ul>
<li><a href="/api/context?latitude=45.5118&amp;longitude=-122.6433">/api/context?latitude=45.5118&amp;longitude=-122.6433</a></li>
</ul>