panToBounds method
Pans the map by the minimum amount necessary to contain the given LatLngBounds
Implementation
void panToBounds(LatLngBounds bounds)=>_sendData('panToBounds',bounds.toMap());
Pans the map by the minimum amount necessary to contain the given LatLngBounds
void panToBounds(LatLngBounds bounds)=>_sendData('panToBounds',bounds.toMap());