Google Maps and imagemap widgets updated

I opened a
new thread
dedicated to the map component, please use it from now on when discussing that topic.

java.awt.geom isn’t supported by App Engine but this maps widget seems to rely on it. Is there a way to run this widget on app engine actually? I’m a n00b and can’t figure this out…

(Greetings from Vaadin Code Camp)

Replied in the
new official thread
.

when i set the icon of a marker to a custom icon. it shows at the wron position when the map is zoomed out and gets closer to the real position the further i zoom in. Any idea why that is?

icon size is 32x32 px and symmetrical

I cant see that neither Marker nor PolyOverlay are Serializable on the latest version (0.9.13).

How is it that others manage to get it working without this?

In Marker case i managed to make it work because it implements a Marker interface, so reimplementing it and making it serializable is a good workaround but polyoverlay does not implement a common interface so there is no way to make it serializable other than recompiling the entire project.

Am I missing something?