Brennan Stehling has used Prototype to create a very modular, extensible class for handling the very modular, extensible Google Maps API. This is so easy to use, it’s just not funny:


var plotter = new GPlotter();
plotter.setColor(plotter.BLUE);
plotter.setIconUrl("http://gplotter.offwhite.net/maps/icons/");
plotter.plot("map", "labels", "milwaukee.xml?version=0.9.0");

Elegant, simple - check it out: http://gplotter.offwhite.net