(
self, marker: "Marker", icon: Union[Icon, "CustomIcon", "DivIcon"]
)
| 430 | ) |
| 431 | |
| 432 | def __init__( |
| 433 | self, marker: "Marker", icon: Union[Icon, "CustomIcon", "DivIcon"] |
| 434 | ): |
| 435 | super().__init__() |
| 436 | self._name = "SetIcon" |
| 437 | self.marker = marker |
| 438 | self.icon = icon |
| 439 | |
| 440 | def __init__( |
| 441 | self, |