0.0.9 • Published 12 years ago
jquery-atlas v0.0.9
Atlas
Altas is a jQuery plugin for picking locations on a map.
Install
bower install --save jquery-atlas
Use
$('foo').atlas({
    height: 500,
    width: 500,
    callback: function(placeName) {
        alert(placeName);
    }
});License
MIT