We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d73fa29 commit 30d4633Copy full SHA for 30d4633
folium/map.py
@@ -433,7 +433,7 @@ def render(self):
433
self.add_child(self.SetIcon(marker=self, icon=self.icon))
434
super().render()
435
436
- def set_icon(self, icon: Union[Icon, "CustomIcon", "DivIcon"]):
+ def set_icon(self, icon):
437
"""Set the icon for this Marker"""
438
super().add_child(icon)
439
self.icon = icon
0 commit comments