var MapAjaxService=function() {
MapAjaxService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
MapAjaxService.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return MapAjaxService._staticInstance.get_path();},
GetVEPinData:function(encodedBounds,startIndex,ignorePinIDs,ignoreCategoryIndex,limit,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetVEPinData',true,{encodedBounds:encodedBounds,startIndex:startIndex,ignorePinIDs:ignorePinIDs,ignoreCategoryIndex:ignoreCategoryIndex,limit:limit},succeededCallback,failedCallback,userContext); },
GetVEPinDataByLatLon:function(lat,lon,title,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetVEPinDataByLatLon',true,{lat:lat,lon:lon,title:title},succeededCallback,failedCallback,userContext); },
GetVEPinDataByHashLink:function(hashLink,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetVEPinDataByHashLink',true,{hashLink:hashLink},succeededCallback,failedCallback,userContext); },
GetGeoRouteById:function(id,index,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetGeoRouteById',true,{id:id,index:index},succeededCallback,failedCallback,userContext); },
GetServerEvents:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetServerEvents',true,{},succeededCallback,failedCallback,userContext); },
SetPinFilter:function(filter,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SetPinFilter',true,{filter:filter},succeededCallback,failedCallback,userContext); },
ResetPinFilter:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ResetPinFilter',true,{},succeededCallback,failedCallback,userContext); },
StartRSSLoading:function(eventId,key,feedString,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'StartRSSLoading',true,{eventId:eventId,key:key,feedString:feedString},succeededCallback,failedCallback,userContext); },
LoadRSS:function(key,feedString,succeededCallback, failedCallback, userContext) {
return this._invoke(this._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(this._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(this._get_path(), 'GetPinData',true,{key:key,startIndex:startIndex},succeededCallback,failedCallback,userContext); },
GetPinDataForBounds:function(encodedBounds,key,startIndex,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetPinDataForBounds',true,{encodedBounds:encodedBounds,key:key,startIndex:startIndex},succeededCallback,failedCallback,userContext); },
ClearData:function(key,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ClearData',true,{key:key},succeededCallback,failedCallback,userContext); },
ClearAllData:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ClearAllData',true,{},succeededCallback,failedCallback,userContext); },
ClearAllDataExceptCustom:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ClearAllDataExceptCustom',true,{},succeededCallback,failedCallback,userContext); },
LoadHotelsRSS:function(feedString,from,until,category,searchtype,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'LoadHotelsRSS',true,{feedString:feedString,from:from,until:until,category:category,searchtype:searchtype},succeededCallback,failedCallback,userContext); },
StartRSSLoadingHotels:function(eventId,feedString,from,until,category,searchtype,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'StartRSSLoadingHotels',true,{eventId:eventId,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(this._get_path(), 'LoadEventsRSS',true,{feedString:feedString,from:from,until:until,category:category},succeededCallback,failedCallback,userContext); },
StartRSSLoadingEvents:function(eventId,feedString,from,until,category,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'StartRSSLoadingEvents',true,{eventId:eventId,feedString:feedString,from:from,until:until,category:category},succeededCallback,failedCallback,userContext); },
LoadGastrosRSS:function(feedString,category,kitchen,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'LoadGastrosRSS',true,{feedString:feedString,category:category,kitchen:kitchen},succeededCallback,failedCallback,userContext); },
StartRSSLoadingGastros:function(eventId,feedString,category,kitchen,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'StartRSSLoadingGastros',true,{eventId:eventId,feedString:feedString,category:category,kitchen:kitchen},succeededCallback,failedCallback,userContext); },
LoadRoutenRSS:function(feedString,category,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'LoadRoutenRSS',true,{feedString:feedString,category:category},succeededCallback,failedCallback,userContext); },
StartRSSLoadingRouten:function(eventId,feedString,category,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'StartRSSLoadingRouten',true,{eventId:eventId,feedString:feedString,category:category},succeededCallback,failedCallback,userContext); },
LoadPoiRSS:function(feedString,feedArgument,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'LoadPoiRSS',true,{feedString:feedString,feedArgument:feedArgument},succeededCallback,failedCallback,userContext); },
StartRSSLoadingPoi:function(eventId,feedString,feedArgument,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'StartRSSLoadingPoi',true,{eventId:eventId,feedString:feedString,feedArgument:feedArgument},succeededCallback,failedCallback,userContext); },
GetWeatherByLocation:function(lat,lng,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetWeatherByLocation',true,{lat:lat,lng:lng},succeededCallback,failedCallback,userContext); },
GetWeatherByBounds:function(encodedBounds,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetWeatherByBounds',true,{encodedBounds:encodedBounds},succeededCallback,failedCallback,userContext); },
LoadGeoImagesRSS:function(feedString,width,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'LoadGeoImagesRSS',true,{feedString:feedString,width:width},succeededCallback,failedCallback,userContext); },
GetAllGeoImages:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetAllGeoImages',true,{},succeededCallback,failedCallback,userContext); },
CheckExperience:function(experience,queryString,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'CheckExperience',true,{experience:experience,queryString:queryString},succeededCallback,failedCallback,userContext); },
GetDefaultMapAd:function(encodedBounds,zoomLevel,lastAdId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetDefaultMapAd',true,{encodedBounds:encodedBounds,zoomLevel:zoomLevel,lastAdId:lastAdId},succeededCallback,failedCallback,userContext); },
GetCenterMapAd:function(encodedBounds,zoomLevel,lastAdId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetCenterMapAd',true,{encodedBounds:encodedBounds,zoomLevel:zoomLevel,lastAdId:lastAdId},succeededCallback,failedCallback,userContext); },
GetCustomCollection:function(partIndex,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetCustomCollection',true,{partIndex:partIndex},succeededCallback,failedCallback,userContext); },
GetCustomRouting:function(providerId,parameters,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetCustomRouting',true,{providerId:providerId,parameters:parameters},succeededCallback,failedCallback,userContext); },
LoadConfig:function(scriptId,experience,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'LoadConfig',true,{scriptId:scriptId,experience:experience},succeededCallback,failedCallback,userContext); },
InitConfig:function(scriptId,experience,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'InitConfig',true,{scriptId:scriptId,experience:experience},succeededCallback,failedCallback,userContext); },
LoadHotelsRSSCallback:function(scriptId,eventId,feedString,from,until,category,searchtype,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'LoadHotelsRSSCallback',true,{scriptId:scriptId,eventId:eventId,feedString:feedString,from:from,until:until,category:category,searchtype:searchtype},succeededCallback,failedCallback,userContext); },
LoadEventsRSSCallback:function(scriptId,eventId,feedString,from,until,category,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'LoadEventsRSSCallback',true,{scriptId:scriptId,eventId:eventId,feedString:feedString,from:from,until:until,category:category},succeededCallback,failedCallback,userContext); },
LoadGastrosRSSCallback:function(scriptId,eventId,feedString,category,kitchen,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'LoadGastrosRSSCallback',true,{scriptId:scriptId,eventId:eventId,feedString:feedString,category:category,kitchen:kitchen},succeededCallback,failedCallback,userContext); },
LoadRoutenRSSCallback:function(scriptId,eventId,feedString,category,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'LoadRoutenRSSCallback',true,{scriptId:scriptId,eventId:eventId,feedString:feedString,category:category},succeededCallback,failedCallback,userContext); },
LoadPoiRSSCallback:function(scriptId,eventId,feedString,feedArgument,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'LoadPoiRSSCallback',true,{scriptId:scriptId,eventId:eventId,feedString:feedString,feedArgument:feedArgument},succeededCallback,failedCallback,userContext); },
GetPinsCallback:function(scriptId,encodedBounds,zoomLevel,ignorePinIDs,ignoreCategoryIndex,lat,lng,succeededCallback, failedCallback, userContext) {
return this._invoke(this._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,limit,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetPinDataCallback',true,{scriptId:scriptId,encodedBounds:encodedBounds,startIndex:startIndex,ignorePinIDs:ignorePinIDs,ignoreCategoryIndex:ignoreCategoryIndex,limit:limit},succeededCallback,failedCallback,userContext); },
GetPinDataGroupedCountCallback:function(scriptId,encodedBounds,ignorePinIDs,ignoreCategoryIndex,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetPinDataGroupedCountCallback',true,{scriptId:scriptId,encodedBounds:encodedBounds,ignorePinIDs:ignorePinIDs,ignoreCategoryIndex:ignoreCategoryIndex},succeededCallback,failedCallback,userContext); },
GetPinDataByLatLonCallback:function(scriptId,lat,lon,title,succeededCallback, failedCallback, userContext) {
return this._invoke(this._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(this._get_path(), 'GetGeoRouteByIdCallback',true,{scriptId:scriptId,id:id},succeededCallback,failedCallback,userContext); },
GetPinDataByHashLinkCallback:function(scriptId,hashLink,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetPinDataByHashLinkCallback',true,{scriptId:scriptId,hashLink:hashLink},succeededCallback,failedCallback,userContext); },
GetIgisaRouteCallback:function(scriptId,cat,sever,slon,slat,dlon,dlat,asphalt_mc,grit_mc,trail_mc,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetIgisaRouteCallback',true,{scriptId:scriptId,cat:cat,sever:sever,slon:slon,slat:slat,dlon:dlon,dlat:dlat,asphalt_mc:asphalt_mc,grit_mc:grit_mc,trail_mc:trail_mc},succeededCallback,failedCallback,userContext); },
GetBoundsForAllCallback:function(scriptId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetBoundsForAllCallback',true,{scriptId:scriptId},succeededCallback,failedCallback,userContext); },
LoadCustomFeedCallback:function(scriptId,pinType,url,id,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'LoadCustomFeedCallback',true,{scriptId:scriptId,pinType:pinType,url:url,id:id},succeededCallback,failedCallback,userContext); },
LoadCustomFeedWithEventCallback:function(scriptId,eventId,pinType,url,id,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'LoadCustomFeedWithEventCallback',true,{scriptId:scriptId,eventId:eventId,pinType:pinType,url:url,id:id},succeededCallback,failedCallback,userContext); },
GetServerEventsCallback:function(scriptId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetServerEventsCallback',true,{scriptId:scriptId},succeededCallback,failedCallback,userContext); },
ClearDataCallback:function(scriptId,key,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ClearDataCallback',true,{scriptId:scriptId,key:key},succeededCallback,failedCallback,userContext); },
GetDefaultMapAdCallback:function(scriptId,encodedBounds,zoomLevel,lastAdId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetDefaultMapAdCallback',true,{scriptId:scriptId,encodedBounds:encodedBounds,zoomLevel:zoomLevel,lastAdId:lastAdId},succeededCallback,failedCallback,userContext); },
ImportTourCallback:function(scriptId,xml,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ImportTourCallback',true,{scriptId:scriptId,xml:xml},succeededCallback,failedCallback,userContext); },
GetPoiTreeData:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetPoiTreeData',true,{},succeededCallback,failedCallback,userContext); },
GetPoiTreeDataCallback:function(scriptId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetPoiTreeDataCallback',true,{scriptId:scriptId},succeededCallback,failedCallback,userContext); },
SetPinFilterCallback:function(scriptId,filter,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SetPinFilterCallback',true,{scriptId:scriptId,filter:filter},succeededCallback,failedCallback,userContext); },
ResetPinFilterCallback:function(scriptId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ResetPinFilterCallback',true,{scriptId:scriptId},succeededCallback,failedCallback,userContext); },
GetCustomRoutingCallback:function(scriptId,providerId,parameters,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetCustomRoutingCallback',true,{scriptId:scriptId,providerId:providerId,parameters:parameters},succeededCallback,failedCallback,userContext); },
GeoCode:function(geoObject,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GeoCode',true,{geoObject:geoObject},succeededCallback,failedCallback,userContext); },
SendFeedback:function(pinDirectLink,pinTitle,pinCreator,userMessage,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SendFeedback',true,{pinDirectLink:pinDirectLink,pinTitle:pinTitle,pinCreator:pinCreator,userMessage:userMessage},succeededCallback,failedCallback,userContext); },
ShortenUrlCallback:function(scriptId,url,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ShortenUrlCallback',true,{scriptId:scriptId,url:url},succeededCallback,failedCallback,userContext); }}
MapAjaxService.registerClass('MapAjaxService',Sys.Net.WebServiceProxy);
MapAjaxService._staticInstance = new MapAjaxService();
MapAjaxService.set_path = function(value) { MapAjaxService._staticInstance.set_path(value); }
MapAjaxService.get_path = function() { return MapAjaxService._staticInstance.get_path(); }
MapAjaxService.set_timeout = function(value) { MapAjaxService._staticInstance.set_timeout(value); }
MapAjaxService.get_timeout = function() { return MapAjaxService._staticInstance.get_timeout(); }
MapAjaxService.set_defaultUserContext = function(value) { MapAjaxService._staticInstance.set_defaultUserContext(value); }
MapAjaxService.get_defaultUserContext = function() { return MapAjaxService._staticInstance.get_defaultUserContext(); }
MapAjaxService.set_defaultSucceededCallback = function(value) { MapAjaxService._staticInstance.set_defaultSucceededCallback(value); }
MapAjaxService.get_defaultSucceededCallback = function() { return MapAjaxService._staticInstance.get_defaultSucceededCallback(); }
MapAjaxService.set_defaultFailedCallback = function(value) { MapAjaxService._staticInstance.set_defaultFailedCallback(value); }
MapAjaxService.get_defaultFailedCallback = function() { return MapAjaxService._staticInstance.get_defaultFailedCallback(); }
MapAjaxService.set_path("/MapAjaxService.asmx");
MapAjaxService.GetVEPinData= function(encodedBounds,startIndex,ignorePinIDs,ignoreCategoryIndex,limit,onSuccess,onFailed,userContext) {MapAjaxService._staticInstance.GetVEPinData(encodedBounds,startIndex,ignorePinIDs,ignoreCategoryIndex,limit,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.GetServerEvents= function(onSuccess,onFailed,userContext) {MapAjaxService._staticInstance.GetServerEvents(onSuccess,onFailed,userContext); }
MapAjaxService.SetPinFilter= function(filter,onSuccess,onFailed,userContext) {MapAjaxService._staticInstance.SetPinFilter(filter,onSuccess,onFailed,userContext); }
MapAjaxService.ResetPinFilter= function(onSuccess,onFailed,userContext) {MapAjaxService._staticInstance.ResetPinFilter(onSuccess,onFailed,userContext); }
MapAjaxService.StartRSSLoading= function(eventId,key,feedString,onSuccess,onFailed,userContext) {MapAjaxService._staticInstance.StartRSSLoading(eventId,key,feedString,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.GetPinDataForBounds= function(encodedBounds,key,startIndex,onSuccess,onFailed,userContext) {MapAjaxService._staticInstance.GetPinDataForBounds(encodedBounds,key,startIndex,onSuccess,onFailed,userContext); }
MapAjaxService.ClearData= function(key,onSuccess,onFailed,userContext) {MapAjaxService._staticInstance.ClearData(key,onSuccess,onFailed,userContext); }
MapAjaxService.ClearAllData= function(onSuccess,onFailed,userContext) {MapAjaxService._staticInstance.ClearAllData(onSuccess,onFailed,userContext); }
MapAjaxService.ClearAllDataExceptCustom= function(onSuccess,onFailed,userContext) {MapAjaxService._staticInstance.ClearAllDataExceptCustom(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.StartRSSLoadingHotels= function(eventId,feedString,from,until,category,searchtype,onSuccess,onFailed,userContext) {MapAjaxService._staticInstance.StartRSSLoadingHotels(eventId,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.StartRSSLoadingEvents= function(eventId,feedString,from,until,category,onSuccess,onFailed,userContext) {MapAjaxService._staticInstance.StartRSSLoadingEvents(eventId,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.StartRSSLoadingGastros= function(eventId,feedString,category,kitchen,onSuccess,onFailed,userContext) {MapAjaxService._staticInstance.StartRSSLoadingGastros(eventId,feedString,category,kitchen,onSuccess,onFailed,userContext); }
MapAjaxService.LoadRoutenRSS= function(feedString,category,onSuccess,onFailed,userContext) {MapAjaxService._staticInstance.LoadRoutenRSS(feedString,category,onSuccess,onFailed,userContext); }
MapAjaxService.StartRSSLoadingRouten= function(eventId,feedString,category,onSuccess,onFailed,userContext) {MapAjaxService._staticInstance.StartRSSLoadingRouten(eventId,feedString,category,onSuccess,onFailed,userContext); }
MapAjaxService.LoadPoiRSS= function(feedString,feedArgument,onSuccess,onFailed,userContext) {MapAjaxService._staticInstance.LoadPoiRSS(feedString,feedArgument,onSuccess,onFailed,userContext); }
MapAjaxService.StartRSSLoadingPoi= function(eventId,feedString,feedArgument,onSuccess,onFailed,userContext) {MapAjaxService._staticInstance.StartRSSLoadingPoi(eventId,feedString,feedArgument,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.GetDefaultMapAd= function(encodedBounds,zoomLevel,lastAdId,onSuccess,onFailed,userContext) {MapAjaxService._staticInstance.GetDefaultMapAd(encodedBounds,zoomLevel,lastAdId,onSuccess,onFailed,userContext); }
MapAjaxService.GetCenterMapAd= function(encodedBounds,zoomLevel,lastAdId,onSuccess,onFailed,userContext) {MapAjaxService._staticInstance.GetCenterMapAd(encodedBounds,zoomLevel,lastAdId,onSuccess,onFailed,userContext); }
MapAjaxService.GetCustomCollection= function(partIndex,onSuccess,onFailed,userContext) {MapAjaxService._staticInstance.GetCustomCollection(partIndex,onSuccess,onFailed,userContext); }
MapAjaxService.GetCustomRouting= function(providerId,parameters,onSuccess,onFailed,userContext) {MapAjaxService._staticInstance.GetCustomRouting(providerId,parameters,onSuccess,onFailed,userContext); }
MapAjaxService.LoadConfig= function(scriptId,experience,onSuccess,onFailed,userContext) {MapAjaxService._staticInstance.LoadConfig(scriptId,experience,onSuccess,onFailed,userContext); }
MapAjaxService.InitConfig= function(scriptId,experience,onSuccess,onFailed,userContext) {MapAjaxService._staticInstance.InitConfig(scriptId,experience,onSuccess,onFailed,userContext); }
MapAjaxService.LoadHotelsRSSCallback= function(scriptId,eventId,feedString,from,until,category,searchtype,onSuccess,onFailed,userContext) {MapAjaxService._staticInstance.LoadHotelsRSSCallback(scriptId,eventId,feedString,from,until,category,searchtype,onSuccess,onFailed,userContext); }
MapAjaxService.LoadEventsRSSCallback= function(scriptId,eventId,feedString,from,until,category,onSuccess,onFailed,userContext) {MapAjaxService._staticInstance.LoadEventsRSSCallback(scriptId,eventId,feedString,from,until,category,onSuccess,onFailed,userContext); }
MapAjaxService.LoadGastrosRSSCallback= function(scriptId,eventId,feedString,category,kitchen,onSuccess,onFailed,userContext) {MapAjaxService._staticInstance.LoadGastrosRSSCallback(scriptId,eventId,feedString,category,kitchen,onSuccess,onFailed,userContext); }
MapAjaxService.LoadRoutenRSSCallback= function(scriptId,eventId,feedString,category,onSuccess,onFailed,userContext) {MapAjaxService._staticInstance.LoadRoutenRSSCallback(scriptId,eventId,feedString,category,onSuccess,onFailed,userContext); }
MapAjaxService.LoadPoiRSSCallback= function(scriptId,eventId,feedString,feedArgument,onSuccess,onFailed,userContext) {MapAjaxService._staticInstance.LoadPoiRSSCallback(scriptId,eventId,feedString,feedArgument,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,limit,onSuccess,onFailed,userContext) {MapAjaxService._staticInstance.GetPinDataCallback(scriptId,encodedBounds,startIndex,ignorePinIDs,ignoreCategoryIndex,limit,onSuccess,onFailed,userContext); }
MapAjaxService.GetPinDataGroupedCountCallback= function(scriptId,encodedBounds,ignorePinIDs,ignoreCategoryIndex,onSuccess,onFailed,userContext) {MapAjaxService._staticInstance.GetPinDataGroupedCountCallback(scriptId,encodedBounds,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.GetIgisaRouteCallback= function(scriptId,cat,sever,slon,slat,dlon,dlat,asphalt_mc,grit_mc,trail_mc,onSuccess,onFailed,userContext) {MapAjaxService._staticInstance.GetIgisaRouteCallback(scriptId,cat,sever,slon,slat,dlon,dlat,asphalt_mc,grit_mc,trail_mc,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); }
MapAjaxService.LoadCustomFeedWithEventCallback= function(scriptId,eventId,pinType,url,id,onSuccess,onFailed,userContext) {MapAjaxService._staticInstance.LoadCustomFeedWithEventCallback(scriptId,eventId,pinType,url,id,onSuccess,onFailed,userContext); }
MapAjaxService.GetServerEventsCallback= function(scriptId,onSuccess,onFailed,userContext) {MapAjaxService._staticInstance.GetServerEventsCallback(scriptId,onSuccess,onFailed,userContext); }
MapAjaxService.ClearDataCallback= function(scriptId,key,onSuccess,onFailed,userContext) {MapAjaxService._staticInstance.ClearDataCallback(scriptId,key,onSuccess,onFailed,userContext); }
MapAjaxService.GetDefaultMapAdCallback= function(scriptId,encodedBounds,zoomLevel,lastAdId,onSuccess,onFailed,userContext) {MapAjaxService._staticInstance.GetDefaultMapAdCallback(scriptId,encodedBounds,zoomLevel,lastAdId,onSuccess,onFailed,userContext); }
MapAjaxService.ImportTourCallback= function(scriptId,xml,onSuccess,onFailed,userContext) {MapAjaxService._staticInstance.ImportTourCallback(scriptId,xml,onSuccess,onFailed,userContext); }
MapAjaxService.GetPoiTreeData= function(onSuccess,onFailed,userContext) {MapAjaxService._staticInstance.GetPoiTreeData(onSuccess,onFailed,userContext); }
MapAjaxService.GetPoiTreeDataCallback= function(scriptId,onSuccess,onFailed,userContext) {MapAjaxService._staticInstance.GetPoiTreeDataCallback(scriptId,onSuccess,onFailed,userContext); }
MapAjaxService.SetPinFilterCallback= function(scriptId,filter,onSuccess,onFailed,userContext) {MapAjaxService._staticInstance.SetPinFilterCallback(scriptId,filter,onSuccess,onFailed,userContext); }
MapAjaxService.ResetPinFilterCallback= function(scriptId,onSuccess,onFailed,userContext) {MapAjaxService._staticInstance.ResetPinFilterCallback(scriptId,onSuccess,onFailed,userContext); }
MapAjaxService.GetCustomRoutingCallback= function(scriptId,providerId,parameters,onSuccess,onFailed,userContext) {MapAjaxService._staticInstance.GetCustomRoutingCallback(scriptId,providerId,parameters,onSuccess,onFailed,userContext); }
MapAjaxService.GeoCode= function(geoObject,onSuccess,onFailed,userContext) {MapAjaxService._staticInstance.GeoCode(geoObject,onSuccess,onFailed,userContext); }
MapAjaxService.SendFeedback= function(pinDirectLink,pinTitle,pinCreator,userMessage,onSuccess,onFailed,userContext) {MapAjaxService._staticInstance.SendFeedback(pinDirectLink,pinTitle,pinCreator,userMessage,onSuccess,onFailed,userContext); }
MapAjaxService.ShortenUrlCallback= function(scriptId,url,onSuccess,onFailed,userContext) {MapAjaxService._staticInstance.ShortenUrlCallback(scriptId,url,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(ServerEvent) === 'undefined') {
var ServerEvent=gtc("ServerEvent");
ServerEvent.registerClass('ServerEvent');
}
if (typeof(MapAd) === 'undefined') {
var MapAd=gtc("MapAd");
MapAd.registerClass('MapAd');
}
if (typeof(CustomCollectionPart) === 'undefined') {
var CustomCollectionPart=gtc("CustomCollectionPart");
CustomCollectionPart.registerClass('CustomCollectionPart');
}
if (typeof(GeoObject) === 'undefined') {
var GeoObject=gtc("GeoObject");
GeoObject.registerClass('GeoObject');
}

