Type.registerNamespace('GeomaticTechnologies.Web.VEPlus.Cluster');
GeomaticTechnologies.Web.VEPlus.Cluster.MapService=function() {
GeomaticTechnologies.Web.VEPlus.Cluster.MapService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
GeomaticTechnologies.Web.VEPlus.Cluster.MapService.prototype={
GetClusteredMapDataString:function(link,encodedBounds,zoomLevel,succeededCallback, failedCallback, userContext) {
return this._invoke(GeomaticTechnologies.Web.VEPlus.Cluster.MapService.get_path(), 'GetClusteredMapDataString',false,{link:link,encodedBounds:encodedBounds,zoomLevel:zoomLevel},succeededCallback,failedCallback,userContext); },
GetClusteredMapData:function(link,encodedBounds,zoomLevel,succeededCallback, failedCallback, userContext) {
return this._invoke(GeomaticTechnologies.Web.VEPlus.Cluster.MapService.get_path(), 'GetClusteredMapData',false,{link:link,encodedBounds:encodedBounds,zoomLevel:zoomLevel},succeededCallback,failedCallback,userContext); },
GetUnClusteredMapData:function(link,encodedBounds,zoomLevel,succeededCallback, failedCallback, userContext) {
return this._invoke(GeomaticTechnologies.Web.VEPlus.Cluster.MapService.get_path(), 'GetUnClusteredMapData',false,{link:link,encodedBounds:encodedBounds,zoomLevel:zoomLevel},succeededCallback,failedCallback,userContext); },
GetPushPin:function(link,encodedBounds,startIndex,succeededCallback, failedCallback, userContext) {
return this._invoke(GeomaticTechnologies.Web.VEPlus.Cluster.MapService.get_path(), 'GetPushPin',false,{link:link,encodedBounds:encodedBounds,startIndex:startIndex},succeededCallback,failedCallback,userContext); }}
GeomaticTechnologies.Web.VEPlus.Cluster.MapService.registerClass('GeomaticTechnologies.Web.VEPlus.Cluster.MapService',Sys.Net.WebServiceProxy);
GeomaticTechnologies.Web.VEPlus.Cluster.MapService._staticInstance = new GeomaticTechnologies.Web.VEPlus.Cluster.MapService();
GeomaticTechnologies.Web.VEPlus.Cluster.MapService.set_path = function(value) { 
var e = Function._validateParams(arguments, [{name: 'path', type: String}]); if (e) throw e; GeomaticTechnologies.Web.VEPlus.Cluster.MapService._staticInstance._path = value; }
GeomaticTechnologies.Web.VEPlus.Cluster.MapService.get_path = function() { return GeomaticTechnologies.Web.VEPlus.Cluster.MapService._staticInstance._path; }
GeomaticTechnologies.Web.VEPlus.Cluster.MapService.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); }
GeomaticTechnologies.Web.VEPlus.Cluster.MapService._staticInstance._timeout = value; }
GeomaticTechnologies.Web.VEPlus.Cluster.MapService.get_timeout = function() { 
return GeomaticTechnologies.Web.VEPlus.Cluster.MapService._staticInstance._timeout; }
GeomaticTechnologies.Web.VEPlus.Cluster.MapService.set_defaultUserContext = function(value) { 
GeomaticTechnologies.Web.VEPlus.Cluster.MapService._staticInstance._userContext = value; }
GeomaticTechnologies.Web.VEPlus.Cluster.MapService.get_defaultUserContext = function() { 
return GeomaticTechnologies.Web.VEPlus.Cluster.MapService._staticInstance._userContext; }
GeomaticTechnologies.Web.VEPlus.Cluster.MapService.set_defaultSucceededCallback = function(value) { 
var e = Function._validateParams(arguments, [{name: 'defaultSucceededCallback', type: Function}]); if (e) throw e; GeomaticTechnologies.Web.VEPlus.Cluster.MapService._staticInstance._succeeded = value; }
GeomaticTechnologies.Web.VEPlus.Cluster.MapService.get_defaultSucceededCallback = function() { 
return GeomaticTechnologies.Web.VEPlus.Cluster.MapService._staticInstance._succeeded; }
GeomaticTechnologies.Web.VEPlus.Cluster.MapService.set_defaultFailedCallback = function(value) { 
var e = Function._validateParams(arguments, [{name: 'defaultFailedCallback', type: Function}]); if (e) throw e; GeomaticTechnologies.Web.VEPlus.Cluster.MapService._staticInstance._failed = value; }
GeomaticTechnologies.Web.VEPlus.Cluster.MapService.get_defaultFailedCallback = function() { 
return GeomaticTechnologies.Web.VEPlus.Cluster.MapService._staticInstance._failed; }
GeomaticTechnologies.Web.VEPlus.Cluster.MapService.set_path("/VePlusPortal/MapService.asmx");
GeomaticTechnologies.Web.VEPlus.Cluster.MapService.GetClusteredMapDataString= function(link,encodedBounds,zoomLevel,onSuccess,onFailed,userContext) {GeomaticTechnologies.Web.VEPlus.Cluster.MapService._staticInstance.GetClusteredMapDataString(link,encodedBounds,zoomLevel,onSuccess,onFailed,userContext); }
GeomaticTechnologies.Web.VEPlus.Cluster.MapService.GetClusteredMapData= function(link,encodedBounds,zoomLevel,onSuccess,onFailed,userContext) {GeomaticTechnologies.Web.VEPlus.Cluster.MapService._staticInstance.GetClusteredMapData(link,encodedBounds,zoomLevel,onSuccess,onFailed,userContext); }
GeomaticTechnologies.Web.VEPlus.Cluster.MapService.GetUnClusteredMapData= function(link,encodedBounds,zoomLevel,onSuccess,onFailed,userContext) {GeomaticTechnologies.Web.VEPlus.Cluster.MapService._staticInstance.GetUnClusteredMapData(link,encodedBounds,zoomLevel,onSuccess,onFailed,userContext); }
GeomaticTechnologies.Web.VEPlus.Cluster.MapService.GetPushPin= function(link,encodedBounds,startIndex,onSuccess,onFailed,userContext) {GeomaticTechnologies.Web.VEPlus.Cluster.MapService._staticInstance.GetPushPin(link,encodedBounds,startIndex,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
if (typeof(GeomaticTechnologies.Web.VEPlus.Cluster.PinData) === 'undefined') {
GeomaticTechnologies.Web.VEPlus.Cluster.PinData=gtc("GeomaticTechnologies.Web.VEPlus.Cluster.PinData");
GeomaticTechnologies.Web.VEPlus.Cluster.PinData.registerClass('GeomaticTechnologies.Web.VEPlus.Cluster.PinData');
}
