문제

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.

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top