Type.registerNamespace('SpykProperty.Services');
SpykProperty.Services.GetPointsNum=function() {
SpykProperty.Services.GetPointsNum.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
SpykProperty.Services.GetPointsNum.prototype={
NumPoints:function(lng1,lng2,lat1,lat2,succeededCallback, failedCallback, userContext) {
return this._invoke(SpykProperty.Services.GetPointsNum.get_path(), 'NumPoints',false,{lng1:lng1,lng2:lng2,lat1:lat1,lat2:lat2},succeededCallback,failedCallback,userContext); }}
SpykProperty.Services.GetPointsNum.registerClass('SpykProperty.Services.GetPointsNum',Sys.Net.WebServiceProxy);
SpykProperty.Services.GetPointsNum._staticInstance = new SpykProperty.Services.GetPointsNum();
SpykProperty.Services.GetPointsNum.set_path = function(value) { SpykProperty.Services.GetPointsNum._staticInstance._path = value; }
SpykProperty.Services.GetPointsNum.get_path = function() { return SpykProperty.Services.GetPointsNum._staticInstance._path; }
SpykProperty.Services.GetPointsNum.set_timeout = function(value) { SpykProperty.Services.GetPointsNum._staticInstance._timeout = value; }
SpykProperty.Services.GetPointsNum.get_timeout = function() { return SpykProperty.Services.GetPointsNum._staticInstance._timeout; }
SpykProperty.Services.GetPointsNum.set_defaultUserContext = function(value) { SpykProperty.Services.GetPointsNum._staticInstance._userContext = value; }
SpykProperty.Services.GetPointsNum.get_defaultUserContext = function() { return SpykProperty.Services.GetPointsNum._staticInstance._userContext; }
SpykProperty.Services.GetPointsNum.set_defaultSucceededCallback = function(value) { SpykProperty.Services.GetPointsNum._staticInstance._succeeded = value; }
SpykProperty.Services.GetPointsNum.get_defaultSucceededCallback = function() { return SpykProperty.Services.GetPointsNum._staticInstance._succeeded; }
SpykProperty.Services.GetPointsNum.set_defaultFailedCallback = function(value) { SpykProperty.Services.GetPointsNum._staticInstance._failed = value; }
SpykProperty.Services.GetPointsNum.get_defaultFailedCallback = function() { return SpykProperty.Services.GetPointsNum._staticInstance._failed; }
SpykProperty.Services.GetPointsNum.set_path("/Services/GetPointsNum.asmx");
SpykProperty.Services.GetPointsNum.NumPoints= function(lng1,lng2,lat1,lat2,onSuccess,onFailed,userContext) {SpykProperty.Services.GetPointsNum._staticInstance.NumPoints(lng1,lng2,lat1,lat2,onSuccess,onFailed,userContext); }
