V-Leaflet add-on

Hi all,

I have to use v-leaflet to add OSM in my project. Our previous implementation was based on GoogleMaps add-on and we were using GoogleMapsInfoWindow feature. I was wondering whether this feature exists on v-leaflet too. Could you please advise?

Thank you in advance.

There is not exactly similar feature, but you can have popups in markers, see example here:

https://github.com/mstahv/v-leaflet/blob/master/src/test/java/org/vaadin/addon/leaflet/demoandtestapp/PopupTest.java

Thank you for your reply!