Is a plug-in Jquery for google maps.
With a json file you can put students on maps and filter it by type, section, student
jQuery(function ($) {
$(window).ready(function () {
$.getJSON('addresses.json', function (addresses) {
$("#moodie").moodie(addresses);
});
});
});
Moodie use Materialize
Created in April 2016