Type.registerNamespace('ClusterPin');
ClusterPin.MapService=function() {
ClusterPin.MapService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
ClusterPin.MapService.prototype={
GetClusteredMapData:function(encodedBounds,zoomLevel,sbLat,wbLon,nbLat,ebLon,keyword,eDate,bDate,isNewSearch,succeededCallback, failedCallback, userContext) {
return this._invoke(ClusterPin.MapService.get_path(), 'GetClusteredMapData',true,{encodedBounds:encodedBounds,zoomLevel:zoomLevel,sbLat:sbLat,wbLon:wbLon,nbLat:nbLat,ebLon:ebLon,keyword:keyword,eDate:eDate,bDate:bDate,isNewSearch:isNewSearch},succeededCallback,failedCallback,userContext); },
GetClusteredMapDatabyHU:function(encodedBounds,zoomLevel,HU,keyword,eDate,bDate,isNewSearch,succeededCallback, failedCallback, userContext) {
return this._invoke(ClusterPin.MapService.get_path(), 'GetClusteredMapDatabyHU',true,{encodedBounds:encodedBounds,zoomLevel:zoomLevel,HU:HU,keyword:keyword,eDate:eDate,bDate:bDate,isNewSearch:isNewSearch},succeededCallback,failedCallback,userContext); },
GetPushPin:function(encodedBounds,startIndex,sbLat,wbLon,nbLat,ebLon,keyword,eDate,bDate,isNewSearch,succeededCallback, failedCallback, userContext) {
return this._invoke(ClusterPin.MapService.get_path(), 'GetPushPin',true,{encodedBounds:encodedBounds,startIndex:startIndex,sbLat:sbLat,wbLon:wbLon,nbLat:nbLat,ebLon:ebLon,keyword:keyword,eDate:eDate,bDate:bDate,isNewSearch:isNewSearch},succeededCallback,failedCallback,userContext); },
GetPushPinbyHU:function(encodedBounds,startIndex,HU,keyword,eDate,bDate,isNewSearch,succeededCallback, failedCallback, userContext) {
return this._invoke(ClusterPin.MapService.get_path(), 'GetPushPinbyHU',true,{encodedBounds:encodedBounds,startIndex:startIndex,HU:HU,keyword:keyword,eDate:eDate,bDate:bDate,isNewSearch:isNewSearch},succeededCallback,failedCallback,userContext); },
GetNoClusterStationMap:function(encodedBounds,sbLat,wbLon,nbLat,ebLon,keyword,eDate,bDate,isNewSearch,succeededCallback, failedCallback, userContext) {
return this._invoke(ClusterPin.MapService.get_path(), 'GetNoClusterStationMap',false,{encodedBounds:encodedBounds,sbLat:sbLat,wbLon:wbLon,nbLat:nbLat,ebLon:ebLon,keyword:keyword,eDate:eDate,bDate:bDate,isNewSearch:isNewSearch},succeededCallback,failedCallback,userContext); },
GetNoClusterStationMapbyHU:function(encodedBounds,HU,keyword,eDate,bDate,isNewSearch,succeededCallback, failedCallback, userContext) {
return this._invoke(ClusterPin.MapService.get_path(), 'GetNoClusterStationMapbyHU',false,{encodedBounds:encodedBounds,HU:HU,keyword:keyword,eDate:eDate,bDate:bDate,isNewSearch:isNewSearch},succeededCallback,failedCallback,userContext); },
GetNoClusterSubStationMap:function(encodedBounds,sbLat,wbLon,nbLat,ebLon,keyword,eDate,bDate,branch,succeededCallback, failedCallback, userContext) {
return this._invoke(ClusterPin.MapService.get_path(), 'GetNoClusterSubStationMap',false,{encodedBounds:encodedBounds,sbLat:sbLat,wbLon:wbLon,nbLat:nbLat,ebLon:ebLon,keyword:keyword,eDate:eDate,bDate:bDate,branch:branch},succeededCallback,failedCallback,userContext); },
GetNoClusterSubStationMapbyHU:function(encodedBounds,HU,keyword,eDate,bDate,branch,succeededCallback, failedCallback, userContext) {
return this._invoke(ClusterPin.MapService.get_path(), 'GetNoClusterSubStationMapbyHU',false,{encodedBounds:encodedBounds,HU:HU,keyword:keyword,eDate:eDate,bDate:bDate,branch:branch},succeededCallback,failedCallback,userContext); },
GetClusteredSubMapData:function(encodedBounds,zoomLevel,sbLat,wbLon,nbLat,ebLon,keyword,eDate,bDate,branch,succeededCallback, failedCallback, userContext) {
return this._invoke(ClusterPin.MapService.get_path(), 'GetClusteredSubMapData',true,{encodedBounds:encodedBounds,zoomLevel:zoomLevel,sbLat:sbLat,wbLon:wbLon,nbLat:nbLat,ebLon:ebLon,keyword:keyword,eDate:eDate,bDate:bDate,branch:branch},succeededCallback,failedCallback,userContext); },
GetClusteredSubMapDatabyHU:function(encodedBounds,zoomLevel,HU,keyword,eDate,bDate,branch,succeededCallback, failedCallback, userContext) {
return this._invoke(ClusterPin.MapService.get_path(), 'GetClusteredSubMapDatabyHU',true,{encodedBounds:encodedBounds,zoomLevel:zoomLevel,HU:HU,keyword:keyword,eDate:eDate,bDate:bDate,branch:branch},succeededCallback,failedCallback,userContext); },
NumberOfPins:function(encodedBounds,sbLat,wbLon,nbLat,ebLon,keyword,eDate,bDate,isNewSearch,succeededCallback, failedCallback, userContext) {
return this._invoke(ClusterPin.MapService.get_path(), 'NumberOfPins',false,{encodedBounds:encodedBounds,sbLat:sbLat,wbLon:wbLon,nbLat:nbLat,ebLon:ebLon,keyword:keyword,eDate:eDate,bDate:bDate,isNewSearch:isNewSearch},succeededCallback,failedCallback,userContext); }}
ClusterPin.MapService.registerClass('ClusterPin.MapService',Sys.Net.WebServiceProxy);
ClusterPin.MapService._staticInstance = new ClusterPin.MapService();
ClusterPin.MapService.set_path = function(value) { ClusterPin.MapService._staticInstance._path = value; }
ClusterPin.MapService.get_path = function() { return ClusterPin.MapService._staticInstance._path; }
ClusterPin.MapService.set_timeout = function(value) { ClusterPin.MapService._staticInstance._timeout = value; }
ClusterPin.MapService.get_timeout = function() { return ClusterPin.MapService._staticInstance._timeout; }
ClusterPin.MapService.set_defaultUserContext = function(value) { ClusterPin.MapService._staticInstance._userContext = value; }
ClusterPin.MapService.get_defaultUserContext = function() { return ClusterPin.MapService._staticInstance._userContext; }
ClusterPin.MapService.set_defaultSucceededCallback = function(value) { ClusterPin.MapService._staticInstance._succeeded = value; }
ClusterPin.MapService.get_defaultSucceededCallback = function() { return ClusterPin.MapService._staticInstance._succeeded; }
ClusterPin.MapService.set_defaultFailedCallback = function(value) { ClusterPin.MapService._staticInstance._failed = value; }
ClusterPin.MapService.get_defaultFailedCallback = function() { return ClusterPin.MapService._staticInstance._failed; }
ClusterPin.MapService.set_path("/search/internalWebservices/ClusterService.asmx");
ClusterPin.MapService.GetClusteredMapData= function(encodedBounds,zoomLevel,sbLat,wbLon,nbLat,ebLon,keyword,eDate,bDate,isNewSearch,onSuccess,onFailed,userContext) {ClusterPin.MapService._staticInstance.GetClusteredMapData(encodedBounds,zoomLevel,sbLat,wbLon,nbLat,ebLon,keyword,eDate,bDate,isNewSearch,onSuccess,onFailed,userContext); }
ClusterPin.MapService.GetClusteredMapDatabyHU= function(encodedBounds,zoomLevel,HU,keyword,eDate,bDate,isNewSearch,onSuccess,onFailed,userContext) {ClusterPin.MapService._staticInstance.GetClusteredMapDatabyHU(encodedBounds,zoomLevel,HU,keyword,eDate,bDate,isNewSearch,onSuccess,onFailed,userContext); }
ClusterPin.MapService.GetPushPin= function(encodedBounds,startIndex,sbLat,wbLon,nbLat,ebLon,keyword,eDate,bDate,isNewSearch,onSuccess,onFailed,userContext) {ClusterPin.MapService._staticInstance.GetPushPin(encodedBounds,startIndex,sbLat,wbLon,nbLat,ebLon,keyword,eDate,bDate,isNewSearch,onSuccess,onFailed,userContext); }
ClusterPin.MapService.GetPushPinbyHU= function(encodedBounds,startIndex,HU,keyword,eDate,bDate,isNewSearch,onSuccess,onFailed,userContext) {ClusterPin.MapService._staticInstance.GetPushPinbyHU(encodedBounds,startIndex,HU,keyword,eDate,bDate,isNewSearch,onSuccess,onFailed,userContext); }
ClusterPin.MapService.GetNoClusterStationMap= function(encodedBounds,sbLat,wbLon,nbLat,ebLon,keyword,eDate,bDate,isNewSearch,onSuccess,onFailed,userContext) {ClusterPin.MapService._staticInstance.GetNoClusterStationMap(encodedBounds,sbLat,wbLon,nbLat,ebLon,keyword,eDate,bDate,isNewSearch,onSuccess,onFailed,userContext); }
ClusterPin.MapService.GetNoClusterStationMapbyHU= function(encodedBounds,HU,keyword,eDate,bDate,isNewSearch,onSuccess,onFailed,userContext) {ClusterPin.MapService._staticInstance.GetNoClusterStationMapbyHU(encodedBounds,HU,keyword,eDate,bDate,isNewSearch,onSuccess,onFailed,userContext); }
ClusterPin.MapService.GetNoClusterSubStationMap= function(encodedBounds,sbLat,wbLon,nbLat,ebLon,keyword,eDate,bDate,branch,onSuccess,onFailed,userContext) {ClusterPin.MapService._staticInstance.GetNoClusterSubStationMap(encodedBounds,sbLat,wbLon,nbLat,ebLon,keyword,eDate,bDate,branch,onSuccess,onFailed,userContext); }
ClusterPin.MapService.GetNoClusterSubStationMapbyHU= function(encodedBounds,HU,keyword,eDate,bDate,branch,onSuccess,onFailed,userContext) {ClusterPin.MapService._staticInstance.GetNoClusterSubStationMapbyHU(encodedBounds,HU,keyword,eDate,bDate,branch,onSuccess,onFailed,userContext); }
ClusterPin.MapService.GetClusteredSubMapData= function(encodedBounds,zoomLevel,sbLat,wbLon,nbLat,ebLon,keyword,eDate,bDate,branch,onSuccess,onFailed,userContext) {ClusterPin.MapService._staticInstance.GetClusteredSubMapData(encodedBounds,zoomLevel,sbLat,wbLon,nbLat,ebLon,keyword,eDate,bDate,branch,onSuccess,onFailed,userContext); }
ClusterPin.MapService.GetClusteredSubMapDatabyHU= function(encodedBounds,zoomLevel,HU,keyword,eDate,bDate,branch,onSuccess,onFailed,userContext) {ClusterPin.MapService._staticInstance.GetClusteredSubMapDatabyHU(encodedBounds,zoomLevel,HU,keyword,eDate,bDate,branch,onSuccess,onFailed,userContext); }
ClusterPin.MapService.NumberOfPins= function(encodedBounds,sbLat,wbLon,nbLat,ebLon,keyword,eDate,bDate,isNewSearch,onSuccess,onFailed,userContext) {ClusterPin.MapService._staticInstance.NumberOfPins(encodedBounds,sbLat,wbLon,nbLat,ebLon,keyword,eDate,bDate,isNewSearch,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
if (typeof(ClusterPin.PinData) === 'undefined') {
ClusterPin.PinData=gtc("ClusterPin.PinData");
ClusterPin.PinData.registerClass('ClusterPin.PinData');
}
Type.registerNamespace('Stations');
if (typeof(Stations.Station) === 'undefined') {
Stations.Station=gtc("Stations.Station");
Stations.Station.registerClass('Stations.Station');
}
