boundingBox property

LatLngBounds boundingBox

Implementation

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