MCPcopy
hub / github.com/python-visualization/folium / _get_self_bounds

Method _get_self_bounds

folium/vector_layers.py:150–152  ·  view source on GitHub ↗

Compute the bounds of the object itself.

(self)

Source from the content-addressed store, hash-verified

148 )
149
150 def _get_self_bounds(self) -> List[List[Optional[float]]]:
151 """Compute the bounds of the object itself."""
152 return get_bounds(self.locations)
153
154
155class PolyLine(BaseMultiLocation):

Callers

nothing calls this directly

Calls 1

get_boundsFunction · 0.90

Tested by

no test coverage detected