GMap2Widget : height before width
Brought to you by:
lenulus
Let's say it's a functional bug : the usage when passing width and height as parameters is to put width in the first place, and height only in second place.
For the class com.mapitz.gwt.googleMaps.client.GMap2Widget, it's reversed : public GMap2Widget(String height, String width).
I think it's still time to correct this before the library gets more widely used.