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
Include Mootools 1.4 core. Inlude Google API and charge Google Map api and your key generated from Google here in this way:
<script src="http://maps.google.com/maps?file=api&v=2&sensor=false&key=ABQIAAAAj8zliP7718bYZeNi0dt_UxS0MebhigwuOeAuwGtwZq0Oxln2wBSQCO3rkDsw2AOjW9whN3RUHGYEsQ"></script>
Then include MooGStreet script:
<script src="MooGStreet.js" type="text/javascript"> </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();
You can find more info at http://moog.moonkiki.com
Demo is here: Demo showing Rome and Paris
A note on comments here: These comments are moderated. No comments will show up until they are approved. Comments that are not productive (i.e. inflammatory, rude, etc) will not be approved.
Found a bug in this plugin? Please report it this repository's Github Issues.
blog comments powered by Disqus