Hi everyone.

New Classes added:
- CustomControl Class

CustomControl(tag, options)

This class will make an Element this way:
this.element = new Element(tag, this.options.properties);

so you can make a Map Control that will be an Element, and just pass
the properties in an object inside the options. That way you could use
Events easily.


Posted at forums:
http://www.mooforum.net/script-showcase-f25/google-maps-api-mootools-class-t3676-20.html#p14690


@ Kevin and everyone else interested:

By the way, check that all classes have custom methods I've added them
(not all of them have a hide,show method but after your suggestion I
will be adding them).
Also, notice that the Map Class has custom methods as well, start
reading them from line 415, so there are methods like:
- createMarker method
- createInfomarker
- createPolygon
- createCircle
- createRectangle
- createPolyLine
- createOverlay
- createControl

End of [@ Kevin and everyone else interested]

Best regards,
Ciul.

Reply via email to