Hello, I have implemented a gwt map widget for the company that i'm working for. Everything works great with markers, rectangles et cetera.
The problem is that we need labels (like the white labels used for country names on the map for instance) on the map and there seems to be a problem with the OverlayView class. I am supposed to extend OverlayView and implement onAdd, onRemove and draw, but those methods are now declared final. >From what I have seen, it is a matter of Overlays introduced to GWT, the JavascriptObject class being changed, and the api not following up. Even the javadoc is outdated. The documentation isn't helping and all of the articles and tutorials I have found on the net are about previous editions of the maps library. Can anybody who has done something similar point me to the right direction? -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/CcRmLGsPmJ0J. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
