The Twente University is located in Enschede, Netherlands. It was founded in 1961, and is unique in that it is the only campus type university in the country. The emphasis is mainly on technical subjects combined with sociocultural aspects. The name refers to the Twente region situated in the eastern part of the Netherlands (wiki)
", position:new LatLng(52.2427, 6.8533), infoStyle:{autoSize:"auto", contentStyle:{wordWrap:true, multiline:true, autoSize:"left", condenseWhite:true, html:true}}}, _style6);
var _layer1:Layer = new Layer();
addOverlaysToLayers(_layer1, _marker1);
map = new UMap(); // com.afcomponents.umap.providers.*
addOverlaysToUmap(map, _layer1);
map.setCenter(new LatLng(52.214338608258196, 6.83349609375), 12);
map.setZoom(12); // explicit
map.setSize(this.width, this.height);
ref.addChild(map);
mapCanvas.addChild(ref);
// define GoogleProvider with custom paths
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());
}
]]>