MCPcopy Create free account
hub / github.com/python-visualization/folium / __init__

Method __init__

folium/plugins/polyline_offset.py:51–55  ·  view source on GitHub ↗
(self, locations, popup=None, tooltip=None, offset=0, **kwargs)

Source from the content-addressed store, hash-verified

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})

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected