bounds property

LatLngBounds? get bounds

Implementation

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

Implementation

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