MooGStreet 0.1

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



Details

Author
Nunzio Fiore
Current version
0.1
GitHub
MoogMoonkiki/MooGStreet
Downloads
3623
Category
Media
Tags
Report
GitHub Issues

Releases


Dependencies

  • _self_/_current_: Element

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:

        <script src="http://maps.google.com/maps?file=api&amp;v=2&amp;sensor=false&amp;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();

More Info

You can find more info at http://moog.moonkiki.com

Demo is here: Demo showing Rome and Paris


Discuss

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