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

  1. <h2>Timezone</h2>
  2. <h3>Retrieving the timezone at a lat/lng</h3>
  3. <ul>
  4. <li><a href="/api/timezone?latitude=45.5118&amp;longitude=-122.6433">/api/timezone?latitude=45.5118&amp;longitude=-122.6433</a></li>
  5. </ul>
  6. <h2>Geocoder</h2>
  7. <h3>Retrieving the lat/lng for a named location</h3>
  8. <ul>
  9. <li><a href="/api/geocode?input=309+SW+6th+Ave,+Portland,+OR">/api/geocode?input=309+SW+6th+Ave,+Portland,+OR</a></li>
  10. </ul>
  11. <h3>Retrieving a named location from a lat/lng</h3>
  12. <ul>
  13. <li><a href="/api/geocode?latitude=45.5118&amp;longitude=-122.6433">/api/geocode?latitude=45.5118&amp;longitude=-122.6433</a></li>
  14. </ul>
  15. <h2>Context</h2>
  16. <h3>Retrieving both the city name and timezone data for a lat/lng</h3>
  17. <ul>
  18. <li><a href="/api/context?latitude=45.5118&amp;longitude=-122.6433">/api/context?latitude=45.5118&amp;longitude=-122.6433</a></li>
  19. </ul>