Checklist
What is/are your question(s)?
I use vaadin flow 24.9.9 with leaflet-flow 5.0.0 for displaying a map in my application.
On the map, i defined LMarkers that should display a text1 and switches to text2 text after few seconds.
How to do that please ?
I bind popup to my marker using the following:
LPopup popup = new LPopup(this.reg);
popup.setContent("Text1");
marker.bindPopup(popup);
Thank you for your help !
Additional information
No response