//By default the extent will be that of the web map. Here we change it to a custom extent. var extent = new Extent({ "xmin": "-13529153", "ymin": "4665612", "xmax": "-13281497", "ymax": "872422882", "spatialReference": {"wkid": 102100} }); map.setExtent(extent);
Solved! Go to Solution.