bounds property

LatLngBounds? bounds

Implementation

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

Implementation

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