boundingBox property

LatLngBounds get boundingBox
inherited

Get the bounding box of the points (cached).

Implementation

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