Geo hCard Map
Categories
Component ID
2888843
Component name
Geo hCard Map
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Downloads
57
Component created
Component changed
Component body
Map of hCard elements found in the current webpage. All .cb-popup sub-elements will be included in the map popup for the corresponding .vcard item. See below for an example of a hCard element. The developer must ensure the correct hCard markup in the post templates.
<div id="geo-hcard-map">loading map...</div>
<div class="vcard">
<h2><a class="url fn org" href="http://example.com/somewhere">Magnet Bank</a></h2>
<div class="cb-popup">Balacs utca, 1000 Budapest, Hungary</div>
<div class="cb-popup">Mon-Fri, 8:00 - 18:00</div>
<div class="adr">
<div class="geo">
<span class="latitude">47.50496815665008</span>
<span class="longitude">19.063553810119632</span>
<span class="icon">/sites/all/modules/geo_hcard_map/images/spanner.png</span>
<span class="icon-shadow"></span>
</div>
</div>
</div>
