var MapAjaxService=function() {
MapAjaxService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
MapAjaxService.prototype={
GetVEPinData:function(encodedBounds,startIndex,ignorePinIDs,ignoreCategoryIndex,succeededCallback, failedCallback, userContext) {
return this._invoke(MapAjaxService.get_path(), 'GetVEPinData',true,{encodedBounds:encodedBounds,startIndex:startIndex,ignorePinIDs:ignorePinIDs,ignoreCategoryIndex:ignoreCategoryIndex},succeededCallback,failedCallback,userContext); },
GetVEPinDataByLatLon:function(lat,lon,title,succeededCallback, failedCallback, userContext) {
return this._invoke(MapAjaxService.get_path(), 'GetVEPinDataByLatLon',true,{lat:lat,lon:lon,title:title},succeededCallback,failedCallback,userContext); },
GetVEPinDataByHashLink:function(hashLink,succeededCallback, failedCallback, userContext) {
return this._invoke(MapAjaxService.get_path(), 'GetVEPinDataByHashLink',true,{hashLink:hashLink},succeededCallback,failedCallback,userContext); },
GetGeoRouteById:function(id,index,succeededCallback, failedCallback, userContext) {
return this._invoke(MapAjaxService.get_path(), 'GetGeoRouteById',true,{id:id,index:index},succeededCallback,failedCallback,userContext); },
LoadRSS:function(key,feedString,succeededCallback, failedCallback, userContext) {
return this._invoke(MapAjaxService.get_path(), 'LoadRSS',true,{key:key,feedString:feedString},succeededCallback,failedCallback,userContext); },
GetPins:function(encodedBounds,zoomLevel,ignorePinIDs,ignoreCategoryIndex,lat,lng,succeededCallback, failedCallback, userContext) {
return this._invoke(MapAjaxService.get_path(), 'GetPins',true,{encodedBounds:encodedBounds,zoomLevel:zoomLevel,ignorePinIDs:ignorePinIDs,ignoreCategoryIndex:ignoreCategoryIndex,lat:lat,lng:lng},succeededCallback,failedCallback,userContext); },
GetPinData:function(key,startIndex,succeededCallback, failedCallback, userContext) {
return this._invoke(MapAjaxService.get_path(), 'GetPinData',true,{key:key,startIndex:startIndex},succeededCallback,failedCallback,userContext); },
LoadHotelsRSS:function(feedString,from,until,category,searchtype,succeededCallback, failedCallback, userContext) {
return this._invoke(MapAjaxService.get_path(), 'LoadHotelsRSS',true,{feedString:feedString,from:from,until:until,category:category,searchtype:searchtype},succeededCallback,failedCallback,userContext); },
LoadEventsRSS:function(feedString,from,until,category,succeededCallback, failedCallback, userContext) {
return this._invoke(MapAjaxService.get_path(), 'LoadEventsRSS',true,{feedString:feedString,from:from,until:until,category:category},succeededCallback,failedCallback,userContext); },
LoadGastrosRSS:function(feedString,category,kitchen,succeededCallback, failedCallback, userContext) {
return this._invoke(MapAjaxService.get_path(), 'LoadGastrosRSS',true,{feedString:feedString,category:category,kitchen:kitchen},succeededCallback,failedCallback,userContext); },
LoadRoutenRSS:function(feedString,category,succeededCallback, failedCallback, userContext) {
return this._invoke(MapAjaxService.get_path(), 'LoadRoutenRSS',true,{feedString:feedString,category:category},succeededCallback,failedCallback,userContext); },
GetWeatherByLocation:function(lat,lng,succeededCallback, failedCallback, userContext) {
return this._invoke(MapAjaxService.get_path(), 'GetWeatherByLocation',true,{lat:lat,lng:lng},succeededCallback,failedCallback,userContext); },
GetWeatherByBounds:function(encodedBounds,succeededCallback, failedCallback, userContext) {
return this._invoke(MapAjaxService.get_path(), 'GetWeatherByBounds',true,{encodedBounds:encodedBounds},succeededCallback,failedCallback,userContext); },
LoadGeoImagesRSS:function(feedString,width,succeededCallback, failedCallback, userContext) {
return this._invoke(MapAjaxService.get_path(), 'LoadGeoImagesRSS',true,{feedString:feedString,width:width},succeededCallback,failedCallback,userContext); },
GetAllGeoImages:function(succeededCallback, failedCallback, userContext) {
return this._invoke(MapAjaxService.get_path(), 'GetAllGeoImages',true,{},succeededCallback,failedCallback,userContext); },
CheckExperience:function(experience,queryString,succeededCallback, failedCallback, userContext) {
return this._invoke(MapAjaxService.get_path(), 'CheckExperience',true,{experience:experience,queryString:queryString},succeededCallback,failedCallback,userContext); },
GetMapAd:function(encodedBounds,zoomLevel,lastAdId,succeededCallback, failedCallback, userContext) {
return this._invoke(MapAjaxService.get_path(), 'GetMapAd',true,{encodedBounds:encodedBounds,zoomLevel:zoomLevel,lastAdId:lastAdId},succeededCallback,failedCallback,userContext); },
LoadConfig:function(scriptId,experience,succeededCallback, failedCallback, userContext) {
return this._invoke(MapAjaxService.get_path(), 'LoadConfig',true,{scriptId:scriptId,experience:experience},succeededCallback,failedCallback,userContext); },
LoadHotelsRSSCallback:function(scriptId,feedString,from,until,category,searchtype,succeededCallback, failedCallback, userContext) {
return this._invoke(MapAjaxService.get_path(), 'LoadHotelsRSSCallback',true,{scriptId:scriptId,feedString:feedString,from:from,until:until,category:category,searchtype:searchtype},succeededCallback,failedCallback,userContext); },
LoadEventsRSSCallback:function(scriptId,feedString,from,until,category,succeededCallback, failedCallback, userContext) {
return this._invoke(MapAjaxService.get_path(), 'LoadEventsRSSCallback',true,{scriptId:scriptId,feedString:feedString,from:from,until:until,category:category},succeededCallback,failedCallback,userContext); },
LoadGastrosRSSCallback:function(scriptId,feedString,category,kitchen,succeededCallback, failedCallback, userContext) {
return this._invoke(MapAjaxService.get_path(), 'LoadGastrosRSSCallback',true,{scriptId:scriptId,feedString:feedString,category:category,kitchen:kitchen},succeededCallback,failedCallback,userContext); },
LoadRoutenRSSCallback:function(scriptId,feedString,category,succeededCallback, failedCallback, userContext) {
return this._invoke(MapAjaxService.get_path(), 'LoadRoutenRSSCallback',true,{scriptId:scriptId,feedString:feedString,category:category},succeededCallback,failedCallback,userContext); },
LoadPoiRSSCallback:function(scriptId,feedString,succeededCallback, failedCallback, userContext) {
return this._invoke(MapAjaxService.get_path(), 'LoadPoiRSSCallback',true,{scriptId:scriptId,feedString:feedString},succeededCallback,failedCallback,userContext); },
GetPinsCallback:function(scriptId,encodedBounds,zoomLevel,ignorePinIDs,ignoreCategoryIndex,lat,lng,succeededCallback, failedCallback, userContext) {
return this._invoke(MapAjaxService.get_path(), 'GetPinsCallback',true,{scriptId:scriptId,encodedBounds:encodedBounds,zoomLevel:zoomLevel,ignorePinIDs:ignorePinIDs,ignoreCategoryIndex:ignoreCategoryIndex,lat:lat,lng:lng},succeededCallback,failedCallback,userContext); },
GetPinDataCallback:function(scriptId,encodedBounds,startIndex,ignorePinIDs,ignoreCategoryIndex,succeededCallback, failedCallback, userContext) {
return this._invoke(MapAjaxService.get_path(), 'GetPinDataCallback',true,{scriptId:scriptId,encodedBounds:encodedBounds,startIndex:startIndex,ignorePinIDs:ignorePinIDs,ignoreCategoryIndex:ignoreCategoryIndex},succeededCallback,failedCallback,userContext); },
GetPinDataByLatLonCallback:function(scriptId,lat,lon,title,succeededCallback, failedCallback, userContext) {
return this._invoke(MapAjaxService.get_path(), 'GetPinDataByLatLonCallback',true,{scriptId:scriptId,lat:lat,lon:lon,title:title},succeededCallback,failedCallback,userContext); },
GetGeoRouteByIdCallback:function(scriptId,id,succeededCallback, failedCallback, userContext) {
return this._invoke(MapAjaxService.get_path(), 'GetGeoRouteByIdCallback',true,{scriptId:scriptId,id:id},succeededCallback,failedCallback,userContext); },
GetPinDataByHashLinkCallback:function(scriptId,hashLink,succeededCallback, failedCallback, userContext) {
return this._invoke(MapAjaxService.get_path(), 'GetPinDataByHashLinkCallback',true,{scriptId:scriptId,hashLink:hashLink},succeededCallback,failedCallback,userContext); },
GetIgisaRouteByIdCallback:function(scriptId,cat,ground,diff,startId,endId,iid,succeededCallback, failedCallback, userContext) {
return this._invoke(MapAjaxService.get_path(), 'GetIgisaRouteByIdCallback',true,{scriptId:scriptId,cat:cat,ground:ground,diff:diff,startId:startId,endId:endId,iid:iid},succeededCallback,failedCallback,userContext); },
GetIgisaRouteByLatLonCallback:function(scriptId,cat,ground,diff,slong,slat,elong,elat,succeededCallback, failedCallback, userContext) {
return this._invoke(MapAjaxService.get_path(), 'GetIgisaRouteByLatLonCallback',true,{scriptId:scriptId,cat:cat,ground:ground,diff:diff,slong:slong,slat:slat,elong:elong,elat:elat},succeededCallback,failedCallback,userContext); },
GetBoundsForAllCallback:function(scriptId,succeededCallback, failedCallback, userContext) {
return this._invoke(MapAjaxService.get_path(), 'GetBoundsForAllCallback',true,{scriptId:scriptId},succeededCallback,failedCallback,userContext); },
LoadCustomFeedCallback:function(scriptId,pinType,url,id,succeededCallback, failedCallback, userContext) {
return this._invoke(MapAjaxService.get_path(), 'LoadCustomFeedCallback',true,{scriptId:scriptId,pinType:pinType,url:url,id:id},succeededCallback,failedCallback,userContext); }}
MapAjaxService.registerClass('MapAjaxService',Sys.Net.WebServiceProxy);
MapAjaxService._staticInstance = new MapAjaxService();
MapAjaxService.set_path = function(value) { MapAjaxService._staticInstance._path = value; }
MapAjaxService.get_path = function() { return MapAjaxService._staticInstance._path; }
MapAjaxService.set_timeout = function(value) { MapAjaxService._staticInstance._timeout = value; }
MapAjaxService.get_timeout = function() { return MapAjaxService._staticInstance._timeout; }
MapAjaxService.set_defaultUserContext = function(value) { MapAjaxService._staticInstance._userContext = value; }
MapAjaxService.get_defaultUserContext = function() { return MapAjaxService._staticInstance._userContext; }
MapAjaxService.set_defaultSucceededCallback = function(value) { MapAjaxService._staticInstance._succeeded = value; }
MapAjaxService.get_defaultSucceededCallback = function() { return MapAjaxService._staticInstance._succeeded; }
MapAjaxService.set_defaultFailedCallback = function(value) { MapAjaxService._staticInstance._failed = value; }
MapAjaxService.get_defaultFailedCallback = function() { return MapAjaxService._staticInstance._failed; }
MapAjaxService.set_path("/MapAjaxService.asmx");
MapAjaxService.GetVEPinData= function(encodedBounds,startIndex,ignorePinIDs,ignoreCategoryIndex,onSuccess,onFailed,userContext) {MapAjaxService._staticInstance.GetVEPinData(encodedBounds,startIndex,ignorePinIDs,ignoreCategoryIndex,onSuccess,onFailed,userContext); }
MapAjaxService.GetVEPinDataByLatLon= function(lat,lon,title,onSuccess,onFailed,userContext) {MapAjaxService._staticInstance.GetVEPinDataByLatLon(lat,lon,title,onSuccess,onFailed,userContext); }
MapAjaxService.GetVEPinDataByHashLink= function(hashLink,onSuccess,onFailed,userContext) {MapAjaxService._staticInstance.GetVEPinDataByHashLink(hashLink,onSuccess,onFailed,userContext); }
MapAjaxService.GetGeoRouteById= function(id,index,onSuccess,onFailed,userContext) {MapAjaxService._staticInstance.GetGeoRouteById(id,index,onSuccess,onFailed,userContext); }
MapAjaxService.LoadRSS= function(key,feedString,onSuccess,onFailed,userContext) {MapAjaxService._staticInstance.LoadRSS(key,feedString,onSuccess,onFailed,userContext); }
MapAjaxService.GetPins= function(encodedBounds,zoomLevel,ignorePinIDs,ignoreCategoryIndex,lat,lng,onSuccess,onFailed,userContext) {MapAjaxService._staticInstance.GetPins(encodedBounds,zoomLevel,ignorePinIDs,ignoreCategoryIndex,lat,lng,onSuccess,onFailed,userContext); }
MapAjaxService.GetPinData= function(key,startIndex,onSuccess,onFailed,userContext) {MapAjaxService._staticInstance.GetPinData(key,startIndex,onSuccess,onFailed,userContext); }
MapAjaxService.LoadHotelsRSS= function(feedString,from,until,category,searchtype,onSuccess,onFailed,userContext) {MapAjaxService._staticInstance.LoadHotelsRSS(feedString,from,until,category,searchtype,onSuccess,onFailed,userContext); }
MapAjaxService.LoadEventsRSS= function(feedString,from,until,category,onSuccess,onFailed,userContext) {MapAjaxService._staticInstance.LoadEventsRSS(feedString,from,until,category,onSuccess,onFailed,userContext); }
MapAjaxService.LoadGastrosRSS= function(feedString,category,kitchen,onSuccess,onFailed,userContext) {MapAjaxService._staticInstance.LoadGastrosRSS(feedString,category,kitchen,onSuccess,onFailed,userContext); }
MapAjaxService.LoadRoutenRSS= function(feedString,category,onSuccess,onFailed,userContext) {MapAjaxService._staticInstance.LoadRoutenRSS(feedString,category,onSuccess,onFailed,userContext); }
MapAjaxService.GetWeatherByLocation= function(lat,lng,onSuccess,onFailed,userContext) {MapAjaxService._staticInstance.GetWeatherByLocation(lat,lng,onSuccess,onFailed,userContext); }
MapAjaxService.GetWeatherByBounds= function(encodedBounds,onSuccess,onFailed,userContext) {MapAjaxService._staticInstance.GetWeatherByBounds(encodedBounds,onSuccess,onFailed,userContext); }
MapAjaxService.LoadGeoImagesRSS= function(feedString,width,onSuccess,onFailed,userContext) {MapAjaxService._staticInstance.LoadGeoImagesRSS(feedString,width,onSuccess,onFailed,userContext); }
MapAjaxService.GetAllGeoImages= function(onSuccess,onFailed,userContext) {MapAjaxService._staticInstance.GetAllGeoImages(onSuccess,onFailed,userContext); }
MapAjaxService.CheckExperience= function(experience,queryString,onSuccess,onFailed,userContext) {MapAjaxService._staticInstance.CheckExperience(experience,queryString,onSuccess,onFailed,userContext); }
MapAjaxService.GetMapAd= function(encodedBounds,zoomLevel,lastAdId,onSuccess,onFailed,userContext) {MapAjaxService._staticInstance.GetMapAd(encodedBounds,zoomLevel,lastAdId,onSuccess,onFailed,userContext); }
MapAjaxService.LoadConfig= function(scriptId,experience,onSuccess,onFailed,userContext) {MapAjaxService._staticInstance.LoadConfig(scriptId,experience,onSuccess,onFailed,userContext); }
MapAjaxService.LoadHotelsRSSCallback= function(scriptId,feedString,from,until,category,searchtype,onSuccess,onFailed,userContext) {MapAjaxService._staticInstance.LoadHotelsRSSCallback(scriptId,feedString,from,until,category,searchtype,onSuccess,onFailed,userContext); }
MapAjaxService.LoadEventsRSSCallback= function(scriptId,feedString,from,until,category,onSuccess,onFailed,userContext) {MapAjaxService._staticInstance.LoadEventsRSSCallback(scriptId,feedString,from,until,category,onSuccess,onFailed,userContext); }
MapAjaxService.LoadGastrosRSSCallback= function(scriptId,feedString,category,kitchen,onSuccess,onFailed,userContext) {MapAjaxService._staticInstance.LoadGastrosRSSCallback(scriptId,feedString,category,kitchen,onSuccess,onFailed,userContext); }
MapAjaxService.LoadRoutenRSSCallback= function(scriptId,feedString,category,onSuccess,onFailed,userContext) {MapAjaxService._staticInstance.LoadRoutenRSSCallback(scriptId,feedString,category,onSuccess,onFailed,userContext); }
MapAjaxService.LoadPoiRSSCallback= function(scriptId,feedString,onSuccess,onFailed,userContext) {MapAjaxService._staticInstance.LoadPoiRSSCallback(scriptId,feedString,onSuccess,onFailed,userContext); }
MapAjaxService.GetPinsCallback= function(scriptId,encodedBounds,zoomLevel,ignorePinIDs,ignoreCategoryIndex,lat,lng,onSuccess,onFailed,userContext) {MapAjaxService._staticInstance.GetPinsCallback(scriptId,encodedBounds,zoomLevel,ignorePinIDs,ignoreCategoryIndex,lat,lng,onSuccess,onFailed,userContext); }
MapAjaxService.GetPinDataCallback= function(scriptId,encodedBounds,startIndex,ignorePinIDs,ignoreCategoryIndex,onSuccess,onFailed,userContext) {MapAjaxService._staticInstance.GetPinDataCallback(scriptId,encodedBounds,startIndex,ignorePinIDs,ignoreCategoryIndex,onSuccess,onFailed,userContext); }
MapAjaxService.GetPinDataByLatLonCallback= function(scriptId,lat,lon,title,onSuccess,onFailed,userContext) {MapAjaxService._staticInstance.GetPinDataByLatLonCallback(scriptId,lat,lon,title,onSuccess,onFailed,userContext); }
MapAjaxService.GetGeoRouteByIdCallback= function(scriptId,id,onSuccess,onFailed,userContext) {MapAjaxService._staticInstance.GetGeoRouteByIdCallback(scriptId,id,onSuccess,onFailed,userContext); }
MapAjaxService.GetPinDataByHashLinkCallback= function(scriptId,hashLink,onSuccess,onFailed,userContext) {MapAjaxService._staticInstance.GetPinDataByHashLinkCallback(scriptId,hashLink,onSuccess,onFailed,userContext); }
MapAjaxService.GetIgisaRouteByIdCallback= function(scriptId,cat,ground,diff,startId,endId,iid,onSuccess,onFailed,userContext) {MapAjaxService._staticInstance.GetIgisaRouteByIdCallback(scriptId,cat,ground,diff,startId,endId,iid,onSuccess,onFailed,userContext); }
MapAjaxService.GetIgisaRouteByLatLonCallback= function(scriptId,cat,ground,diff,slong,slat,elong,elat,onSuccess,onFailed,userContext) {MapAjaxService._staticInstance.GetIgisaRouteByLatLonCallback(scriptId,cat,ground,diff,slong,slat,elong,elat,onSuccess,onFailed,userContext); }
MapAjaxService.GetBoundsForAllCallback= function(scriptId,onSuccess,onFailed,userContext) {MapAjaxService._staticInstance.GetBoundsForAllCallback(scriptId,onSuccess,onFailed,userContext); }
MapAjaxService.LoadCustomFeedCallback= function(scriptId,pinType,url,id,onSuccess,onFailed,userContext) {MapAjaxService._staticInstance.LoadCustomFeedCallback(scriptId,pinType,url,id,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
if (typeof(PinDatas) === 'undefined') {
var PinDatas=gtc("PinDatas");
PinDatas.registerClass('PinDatas');
}
if (typeof(PinData) === 'undefined') {
var PinData=gtc("PinData");
PinData.registerClass('PinData');
}
if (typeof(MapAd) === 'undefined') {
var MapAd=gtc("MapAd");
MapAd.registerClass('MapAd');
}
