boundingBox property
LatLngBounds
get
boundingBox
Get the bounding box of the points (cached).
Implementation
LatLngBounds get boundingBox =>
_boundingBox ??= LatLngBounds.fromPoints(points);
Get the bounding box of the points (cached).
LatLngBounds get boundingBox =>
_boundingBox ??= LatLngBounds.fromPoints(points);