boundingBox property

LatLngBounds boundingBox

Implementation

LatLngBounds get boundingBox {
  _boundingBox ??= LatLngBounds.fromPoints(points);
  return _boundingBox!;
}