Type.registerNamespace('QLS.UI.Web');
QLS.UI.Web.MapSrv=function() {
QLS.UI.Web.MapSrv.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
QLS.UI.Web.MapSrv.prototype={
GetIntialAllObjects:function(xLow,yLow,xHigh,yHigh,width,height,zoomLevel,succeededCallback, failedCallback, userContext) {
return this._invoke(QLS.UI.Web.MapSrv.get_path(), 'GetIntialAllObjects',false,{xLow:xLow,yLow:yLow,xHigh:xHigh,yHigh:yHigh,width:width,height:height,zoomLevel:zoomLevel},succeededCallback,failedCallback,userContext); },
GetQualisObjecten:function(xLow,yLow,xHigh,yHigh,width,height,type,zoomLevel,succeededCallback, failedCallback, userContext) {
return this._invoke(QLS.UI.Web.MapSrv.get_path(), 'GetQualisObjecten',false,{xLow:xLow,yLow:yLow,xHigh:xHigh,yHigh:yHigh,width:width,height:height,type:type,zoomLevel:zoomLevel},succeededCallback,failedCallback,userContext); },
GetQualisMakelaars:function(xLow,yLow,xHigh,yHigh,width,height,type,zoomLevel,succeededCallback, failedCallback, userContext) {
return this._invoke(QLS.UI.Web.MapSrv.get_path(), 'GetQualisMakelaars',false,{xLow:xLow,yLow:yLow,xHigh:xHigh,yHigh:yHigh,width:width,height:height,type:type,zoomLevel:zoomLevel},succeededCallback,failedCallback,userContext); },
HandleMoveendEvent:function(xLow,yLow,xHigh,yHigh,width,height,bQualis,bExtern,bOmgeving,bMakelaars,zoomLevel,succeededCallback, failedCallback, userContext) {
return this._invoke(QLS.UI.Web.MapSrv.get_path(), 'HandleMoveendEvent',false,{xLow:xLow,yLow:yLow,xHigh:xHigh,yHigh:yHigh,width:width,height:height,bQualis:bQualis,bExtern:bExtern,bOmgeving:bOmgeving,bMakelaars:bMakelaars,zoomLevel:zoomLevel},succeededCallback,failedCallback,userContext); }}
QLS.UI.Web.MapSrv.registerClass('QLS.UI.Web.MapSrv',Sys.Net.WebServiceProxy);
QLS.UI.Web.MapSrv._staticInstance = new QLS.UI.Web.MapSrv();
QLS.UI.Web.MapSrv.set_path = function(value) { 
var e = Function._validateParams(arguments, [{name: 'path', type: String}]); if (e) throw e; QLS.UI.Web.MapSrv._staticInstance._path = value; }
QLS.UI.Web.MapSrv.get_path = function() { return QLS.UI.Web.MapSrv._staticInstance._path; }
QLS.UI.Web.MapSrv.set_timeout = function(value) { var e = Function._validateParams(arguments, [{name: 'timeout', type: Number}]); if (e) throw e; if (value < 0) { throw Error.argumentOutOfRange('value', value, Sys.Res.invalidTimeout); }
QLS.UI.Web.MapSrv._staticInstance._timeout = value; }
QLS.UI.Web.MapSrv.get_timeout = function() { 
return QLS.UI.Web.MapSrv._staticInstance._timeout; }
QLS.UI.Web.MapSrv.set_defaultUserContext = function(value) { 
QLS.UI.Web.MapSrv._staticInstance._userContext = value; }
QLS.UI.Web.MapSrv.get_defaultUserContext = function() { 
return QLS.UI.Web.MapSrv._staticInstance._userContext; }
QLS.UI.Web.MapSrv.set_defaultSucceededCallback = function(value) { 
var e = Function._validateParams(arguments, [{name: 'defaultSucceededCallback', type: Function}]); if (e) throw e; QLS.UI.Web.MapSrv._staticInstance._succeeded = value; }
QLS.UI.Web.MapSrv.get_defaultSucceededCallback = function() { 
return QLS.UI.Web.MapSrv._staticInstance._succeeded; }
QLS.UI.Web.MapSrv.set_defaultFailedCallback = function(value) { 
var e = Function._validateParams(arguments, [{name: 'defaultFailedCallback', type: Function}]); if (e) throw e; QLS.UI.Web.MapSrv._staticInstance._failed = value; }
QLS.UI.Web.MapSrv.get_defaultFailedCallback = function() { 
return QLS.UI.Web.MapSrv._staticInstance._failed; }
QLS.UI.Web.MapSrv.set_path("/MapSrv.asmx");
QLS.UI.Web.MapSrv.GetIntialAllObjects= function(xLow,yLow,xHigh,yHigh,width,height,zoomLevel,onSuccess,onFailed,userContext) {QLS.UI.Web.MapSrv._staticInstance.GetIntialAllObjects(xLow,yLow,xHigh,yHigh,width,height,zoomLevel,onSuccess,onFailed,userContext); }
QLS.UI.Web.MapSrv.GetQualisObjecten= function(xLow,yLow,xHigh,yHigh,width,height,type,zoomLevel,onSuccess,onFailed,userContext) {QLS.UI.Web.MapSrv._staticInstance.GetQualisObjecten(xLow,yLow,xHigh,yHigh,width,height,type,zoomLevel,onSuccess,onFailed,userContext); }
QLS.UI.Web.MapSrv.GetQualisMakelaars= function(xLow,yLow,xHigh,yHigh,width,height,type,zoomLevel,onSuccess,onFailed,userContext) {QLS.UI.Web.MapSrv._staticInstance.GetQualisMakelaars(xLow,yLow,xHigh,yHigh,width,height,type,zoomLevel,onSuccess,onFailed,userContext); }
QLS.UI.Web.MapSrv.HandleMoveendEvent= function(xLow,yLow,xHigh,yHigh,width,height,bQualis,bExtern,bOmgeving,bMakelaars,zoomLevel,onSuccess,onFailed,userContext) {QLS.UI.Web.MapSrv._staticInstance.HandleMoveendEvent(xLow,yLow,xHigh,yHigh,width,height,bQualis,bExtern,bOmgeving,bMakelaars,zoomLevel,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('Vicrea.Maps.Presentation.Objects');
if (typeof(Vicrea.Maps.Presentation.Objects.DisplayObject) === 'undefined') {
Vicrea.Maps.Presentation.Objects.DisplayObject=gtc("Vicrea.Maps.Presentation.Objects.DisplayObject");
Vicrea.Maps.Presentation.Objects.DisplayObject.registerClass('Vicrea.Maps.Presentation.Objects.DisplayObject');
}
