var BizAdLivePipe=function() {
BizAdLivePipe.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
BizAdLivePipe.prototype={
SearchForPanZoom:function(userkey,CenterLat,CenterLong,key,minX,maxX,maxY,minY,succeededCallback, failedCallback, userContext) {
return this._invoke(BizAdLivePipe.get_path(), 'SearchForPanZoom',false,{userkey:userkey,CenterLat:CenterLat,CenterLong:CenterLong,key:key,minX:minX,maxX:maxX,maxY:maxY,minY:minY},succeededCallback,failedCallback,userContext); },
FindMajorOnly:function(userkey,CenterLat,CenterLong,succeededCallback, failedCallback, userContext) {
return this._invoke(BizAdLivePipe.get_path(), 'FindMajorOnly',false,{userkey:userkey,CenterLat:CenterLat,CenterLong:CenterLong},succeededCallback,failedCallback,userContext); },
LogMapMove:function(userkey,CenterLat,CenterLong,succeededCallback, failedCallback, userContext) {
return this._invoke(BizAdLivePipe.get_path(), 'LogMapMove',false,{userkey:userkey,CenterLat:CenterLat,CenterLong:CenterLong},succeededCallback,failedCallback,userContext); }}
BizAdLivePipe.registerClass('BizAdLivePipe',Sys.Net.WebServiceProxy);
BizAdLivePipe._staticInstance = new BizAdLivePipe();
BizAdLivePipe.set_path = function(value) { 
var e = Function._validateParams(arguments, [{name: 'path', type: String}]); if (e) throw e; BizAdLivePipe._staticInstance._path = value; }
BizAdLivePipe.get_path = function() { return BizAdLivePipe._staticInstance._path; }
BizAdLivePipe.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); }
BizAdLivePipe._staticInstance._timeout = value; }
BizAdLivePipe.get_timeout = function() { 
return BizAdLivePipe._staticInstance._timeout; }
BizAdLivePipe.set_defaultUserContext = function(value) { 
BizAdLivePipe._staticInstance._userContext = value; }
BizAdLivePipe.get_defaultUserContext = function() { 
return BizAdLivePipe._staticInstance._userContext; }
BizAdLivePipe.set_defaultSucceededCallback = function(value) { 
var e = Function._validateParams(arguments, [{name: 'defaultSucceededCallback', type: Function}]); if (e) throw e; BizAdLivePipe._staticInstance._succeeded = value; }
BizAdLivePipe.get_defaultSucceededCallback = function() { 
return BizAdLivePipe._staticInstance._succeeded; }
BizAdLivePipe.set_defaultFailedCallback = function(value) { 
var e = Function._validateParams(arguments, [{name: 'defaultFailedCallback', type: Function}]); if (e) throw e; BizAdLivePipe._staticInstance._failed = value; }
BizAdLivePipe.get_defaultFailedCallback = function() { 
return BizAdLivePipe._staticInstance._failed; }
BizAdLivePipe.set_path("/Bizadlive/Locator/BizAdLivePipe.asmx");
BizAdLivePipe.SearchForPanZoom= function(userkey,CenterLat,CenterLong,key,minX,maxX,maxY,minY,onSuccess,onFailed,userContext) {BizAdLivePipe._staticInstance.SearchForPanZoom(userkey,CenterLat,CenterLong,key,minX,maxX,maxY,minY,onSuccess,onFailed,userContext); }
BizAdLivePipe.FindMajorOnly= function(userkey,CenterLat,CenterLong,onSuccess,onFailed,userContext) {BizAdLivePipe._staticInstance.FindMajorOnly(userkey,CenterLat,CenterLong,onSuccess,onFailed,userContext); }
BizAdLivePipe.LogMapMove= function(userkey,CenterLat,CenterLong,onSuccess,onFailed,userContext) {BizAdLivePipe._staticInstance.LogMapMove(userkey,CenterLat,CenterLong,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('Service');
if (typeof(Service.SearchItem) === 'undefined') {
Service.SearchItem=gtc("Service.SearchItem");
Service.SearchItem.registerClass('Service.SearchItem');
}
