Question

i want to use Vaadin framework to my application, I need a map. I can not use Google Map because it doesn't describe my city well, but yandex maps do. In API i read that it seems easy with html: ...

... Then prepare div container:

How i can use by Vaadin? Please, somebody help.

Was it helpful?

Solution

Must implement your own CustomWidget that will insert Yandex's javascript, here good example, you can use xml for same aim. Then will implement all manipulations on client side by gwt, connect it with server side.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top