fitBounds method

void fitBounds(
  1. LatLngBounds bounds
)

set the bounds of the map

Implementation

void fitBounds(LatLngBounds bounds){
  _sendData('fitBounds',bounds.toMap());
}