Maps example - Map Latlng

Template code

{exp:reinos_maps:html_header}
{exp:reinos_maps:map
	width="100%"
	center:latlng="52.3702157,4.8951679"
}
	{maps:add_marker
		latlng="52.3702157,4.8951679"
	}
{/exp:reinos_maps:map}
{exp:reinos_maps:html_footer}