(self, locations, popup=None, tooltip=None, offset=0, **kwargs)
| 49 | ] |
| 50 | |
| 51 | def __init__(self, locations, popup=None, tooltip=None, offset=0, **kwargs): |
| 52 | super().__init__(locations=locations, popup=popup, tooltip=tooltip, **kwargs) |
| 53 | self._name = "PolyLineOffset" |
| 54 | # Add PolyLineOffset offset. |
| 55 | self.options.update({"offset": offset}) |
nothing calls this directly
no outgoing calls
no test coverage detected