User Manual

Refresh/Reset the Map

The following methods of the Map Object refresh or reset the map:

JavaScript


window.onload = function () {
    var map = new Mapzania.Map("map-div","LONDON");
	map.fitToBoundingBox([12.1,3.4,14.3,4.2], 1.25);
	map.reset();
};