Element.get_bounds#

Element.get_bounds()#

Computes the bounds of the object and all it’s children in the form [[lat_min, lon_min], [lat_max, lon_max]].

Return type:

List[List[float | None]]