In the javascript SDK/API is it possible to set the minimum resolution of the map? We do this in the WPF api to allow users to zoom in beyond the levels of detail specified in the basemap (so users can "zoom in" farther on more detailed feature layers being rendered on top of the basemap).
In WPF we do it like this:
theMap.MinimumResolution = 0.01;
Thanks,
Mark