I have a dynamically generated list of markers within my Google Map. I want the map\'s center to be the center of all the markers and zoomed out just enough so that all markers
The answer has been posted for another problem: https://stackoverflow.com/a/23690559/5095063 After that you have just to add this line:
$scope.map.control.getGMap().fitBounds(bounds);