bounds property

LatLngBounds? get bounds

Implementation

LatLngBounds? get bounds => _getBounds();
set bounds (LatLngBoundsOrLatLngBoundsLiteral? bounds)

Implementation

set bounds(LatLngBoundsOrLatLngBoundsLiteral? bounds) => _setBounds(bounds);