jquery-atlas

v0.0.9
jQuery plugin for picking locations on a map

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

npm i jquery-atlas

Metadata

  • MIT
  • Whatever
  • Giles Lavelle
  • released 3/13/2014

Downloads

Maintainers