The Vrije Universiteit (English name: ''VU University Amsterdam'') is a university in Amsterdam, the Netherlands. The name is often abbreviated as VU. The board of trustees is the ''Vereniging VU-Windesheim'', which also manages the Christelijke Hogeschool Windesheim polytechnic in Zwolle, The university is run by an executive board ("College van Bestuur" in Dutch) which makes decisions (wiki). For multimedia @ VU, send email to eliens@cs.vu.nl
", position:new LatLng(52.3339, 4.865), infoStyle:{autoSize:"auto", contentStyle:{wordWrap:true, multiline:true, autoSize:"left", condenseWhite:true, html:true}}}, _style6);
var _layer1:Layer = new Layer();
addOverlaysToLayers(_layer1, _marker1);
//@ original code
var ref:UIComponent = new UIComponent();
map = new UMap();
addOverlaysToUmap(map, _layer1); // from http://www.umapper.com
map.setCenter(new LatLng(52.33313628963941, 4.865913391113281), 12);
map.setZoom(15); // explicit
map.setSize(this.width, this.height);
ref.addChild(map);
mapCanvas.addChild(ref);
//@ connect to google map(s)
// define GoogleProvider with custom paths (undocumented)
var settings:URLRequest = new URLRequest("http://umap.s3.amazonaws.com/assets/xml/GoogleSettings.xml?rand=" + Math.random());
var language:URLRequest = new URLRequest("http://maps.google.com/maps?file=api&v=2")
var copyright:URLRequest = new URLRequest("http://www.afcomponents.com/proxy/g_map_as3/copyright.php");
map.setProvider (new GoogleProvider(false, settings, language, copyright));
ref.focusManager.deactivate();
map.addControl(new MapTypeControl());
map.addControl(new ZoomControl());
map.addControl(new PositionControl());
}
]]>