Adding a marker with coordinates

The use of coordinates makes it unnecessary to call the Google Maps Webservice. This results in a faster loading of the map.

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"
	latitude="50.7520688" longitude="4.2634274">
		<rd:infoWindow for="marker01" text="RealDolmen HQ"/>
	</rd:marker>
</rd:map>