How can I search marker into v-leaflet map?

Hi all,
I’m glad to use Leaflet map add-on (https://vaadin.com/directory#addon/v-leaflet) but I need to insert into a Lopenstreet map a component for search marker like
http://labs.easyblog.it/maps/leaflet-search/examples/simple.html
.
There is a simple way to use this componet?

Thank you for support
Best regards

Hi,

AFAIK there is no Vaadin wrappers built for that leaflet add-on, but I guess it should be rather easy to do. I’d though just use plain Vaadin components and do the filtering in the server side code. If you want to place Vaadin UI components on top of a Leaflet map, it can be easily done with AbsoluteLayout.

cheers,
matti