boundingBox property

LatLngBounds boundingBox
inherited

Implementation

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