JS API
Map Object
QueryEngine Object
Layer Object
Feature Object
Query Object
GeoJson Function Library (Experimental)

reset

Zooms the map back to the starting bounds and sets the MapMode to Pan.

Parameters

No parameters.

Example

var map = new Mapzania.Map("map-div", "WORLD");
// Change the map mode and change the bounds of the map
map.reset();