I’m developing a new plugin in MooG style… Mootools+Google StreetViewAPI = MooGStreet.
As usual I identified a possible problem, I thought that it would be nice for a developer if he can make instance of a Google StreetView Frame using code like:
var streetRome = new MooGStreet("Rome");
streetRome.show();
So I created some function that you can see in the [...]