boundingBox property

LatLngBounds boundingBox

Get the bounding box of the Polygon.points (cached).

Implementation

LatLngBounds get boundingBox =>
    _boundingBox ??= LatLngBounds.fromPoints(points);