Intial Extent:
XMin: -207.682974279982
YMin: -40.6075371681153
XMax: -37.1804225764967
YMax: 129.89501453537
Spatial Reference: 4269
Solved! Go to Solution.
basemap = new esri.layers.ArcGISTiledMapServiceLayer("http://server.arcgisonline.com/ArcGIS/rest/services/World_Topo_Map/MapServer");
map.addLayer(basemap);
dojo.connect(basemap, "onLoad", function() {
alert(basemap.fullExtent.xmin);
});