jQuery tinyMap 3.2.0 BETA example

tinyMapQuery showcase

HTML

<script src="http://app.essoduke.org/js/tinyMap/jquery.tinyMap-3.2.0.js"></script>
<div id="info"></div>

JavaScript

$.fn.tinyMapQuery({
    //'address': '110台灣台北市信義區信義路五段7號臺北101購物中心'
    'latlng': '25.033611,121.56500000000005'
}, function (loc) {
    $('#info').html(loc);
});