Autocenter

With autocenter your map will automatically zoom in as close as possible, but with all markers still visible.

Screenshot

Code

<rd:map mapId="map_canvas" width="700px" height="500px" key="abcdefg" autoCenter="true">
	<rd:marker id="marker01" name="RealDolmen Huizingen" 
	address="A. Vaucampslaan 42" city="1654 Huizingen" country="Belgium"/>
				
	<rd:marker id="marker02" name="White House" 
	address="1600 Pennsylvania Avenue" city="Washington DC" country="USA"/>
</rd:map>