Has anyone run into this issue? I am trying to use the levelChange object when the extent of the map changes. The documentation says that it should be Boolean but I am getting an Extent Object.
I am using javascript api 3.3, dojo 1.8, arcgis server 10.1
onExtentChange event has 4 parameters and first one always return an extent object. If you want a levelChange boolean use the following and you would get a boolean for levelChange:
onExtentChange event has 4 parameters and first one always return an extent object. If you want a levelChange boolean use the following and you would get a boolean for levelChange: