Reputation: 117
I am creating a custom marker tooltip:
marker.bindTooltip("title");
marker.addTo(map);
However, after opening the custom one, after a while the "default" tooltip appears additionally.
How to hide the default tooltip?
Upvotes: 2
Views: 710