geo-cheatsheet

From Microformats Wiki
Revision as of 12:01, 28 November 2006 by AndyMabbett (talk | contribs) (→‎Notes)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Geo cheatsheet

Properties

  • class="geo" (1)
    • class="latitude" (2)
    • class="longitude" (2)

Key

1 - Single occurrence required
2 - single occurrence optional

Notes

  • If latitude is present, so must be longitude, and vice versa.
  • If the secondary classes are omitted, the two values MUST be comma separated:<span class=geo">37.386013,-122.082932</span>
  • The same number of decimal places SHOULD be used in each value.

Related pages