bounds property

LatLngBounds? get bounds

Implementation

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

Implementation

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