googleLatLngBounds property

LatLngBounds googleLatLngBounds

Implementation

googleMaps.LatLngBounds get googleLatLngBounds => googleMaps.LatLngBounds(
      southwest: this.southwest.googleLatLng,
      northeast: this.northeast.googleLatLng,
    );