boundingBox property

LatLngBounds get boundingBox

Get the bounding box of the points (cached).

Implementation

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