Now is on Github .
Include a script containing the class MooGStreet written using Mootools and Google Street View API and you will bind your div to the plugin.
On the same page you can create multiple street view layer.
Demo is here: Demo showing Rome and Paris
How to use
Include Mootools 1.4 core. Inlude Google API and charge Google Map api and your key generated from Google here in this way:
Then include MooGStreet script:
Link your MooGStreet instance to a div and a city in this way:
var mgs = new MooGStreet({streetContainer:’moogDiv2′,city:’Paris’});
At the end run your mgs instances:
mgs.run();
More info
Download at http://mootools.net/forge/p/moogstreet
Demo is here: Demo showing Rome and Paris
MooGStreet is near to the forge




Great information! I’ve been looking for something like this for a while now. Thanks!