Trying to limit User to zoom In/Out beyond certain Zoom Level, the following use of MinimumScale and MaximumScale does not work:
iosMap.ZoomLevelSet=bingZoomLevelSet;
//iosMap.MinimumScale=bingZoomLevelSet.ZoomLevel01.Scale;
//iosMap.MaximumScale=bingZoomLevelSet.ZoomLevel19.Scale;
Uncommenting above 2 lines simply stops the iosmap from zooming In/Out through ZoomMapTool.Can you see if this is a bug?