Defining map control looks

Defines the look of the control buttons for the map. There are several types, all shown below.

Screenshots

smallMap largeMap smallZoom largeMap3D smallZoom3D none

Code

<rd:map mapId="map_canvas" width="700px" height="500px" key="abcdefg" autoCenter="true" mapControl="largeMap">
	<rd:marker id="marker01" name="RealDolmen Huizingen" 
	address="A. Vaucampslaan 42" city="1654 Huizingen" country="Belgium">
		<rd:infoWindow for="marker01" text="RealDolmen HQ"/>
	</rd:marker>
</rd:map>