Type.registerNamespace('Zonder.ClusterArticle');
Zonder.ClusterArticle.MapService=function() {
Zonder.ClusterArticle.MapService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
Zonder.ClusterArticle.MapService.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return Zonder.ClusterArticle.MapService._staticInstance.get_path();},
GetClusteredMapData:function(encodedBounds,zoomLevel,location,price,prox,sleeps,amenities,checkin,checkout,utid,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetClusteredMapData',false,{encodedBounds:encodedBounds,zoomLevel:zoomLevel,location:location,price:price,prox:prox,sleeps:sleeps,amenities:amenities,checkin:checkin,checkout:checkout,utid:utid},succeededCallback,failedCallback,userContext); },
GetKMLForGE:function(encodedBounds,zoomLevel,location,price,prox,sleeps,amenities,checkin,checkout,utid,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetKMLForGE',false,{encodedBounds:encodedBounds,zoomLevel:zoomLevel,location:location,price:price,prox:prox,sleeps:sleeps,amenities:amenities,checkin:checkin,checkout:checkout,utid:utid},succeededCallback,failedCallback,userContext); },
GetPushPin:function(encodedBounds,startIndex,location,price,prox,sleeps,amenities,checkin,checkout,clipboardProperties,unitTypeId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetPushPin',false,{encodedBounds:encodedBounds,startIndex:startIndex,location:location,price:price,prox:prox,sleeps:sleeps,amenities:amenities,checkin:checkin,checkout:checkout,clipboardProperties:clipboardProperties,unitTypeId:unitTypeId},succeededCallback,failedCallback,userContext); },
GetFirstLoad:function(location,prox,unitTypeId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetFirstLoad',false,{location:location,prox:prox,unitTypeId:unitTypeId},succeededCallback,failedCallback,userContext); },
GetPropertyProfilePoint:function(propertyId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetPropertyProfilePoint',false,{propertyId:propertyId},succeededCallback,failedCallback,userContext); }}
Zonder.ClusterArticle.MapService.registerClass('Zonder.ClusterArticle.MapService',Sys.Net.WebServiceProxy);
Zonder.ClusterArticle.MapService._staticInstance = new Zonder.ClusterArticle.MapService();
Zonder.ClusterArticle.MapService.set_path = function(value) { Zonder.ClusterArticle.MapService._staticInstance.set_path(value); }
Zonder.ClusterArticle.MapService.get_path = function() { return Zonder.ClusterArticle.MapService._staticInstance.get_path(); }
Zonder.ClusterArticle.MapService.set_timeout = function(value) { Zonder.ClusterArticle.MapService._staticInstance.set_timeout(value); }
Zonder.ClusterArticle.MapService.get_timeout = function() { return Zonder.ClusterArticle.MapService._staticInstance.get_timeout(); }
Zonder.ClusterArticle.MapService.set_defaultUserContext = function(value) { Zonder.ClusterArticle.MapService._staticInstance.set_defaultUserContext(value); }
Zonder.ClusterArticle.MapService.get_defaultUserContext = function() { return Zonder.ClusterArticle.MapService._staticInstance.get_defaultUserContext(); }
Zonder.ClusterArticle.MapService.set_defaultSucceededCallback = function(value) { Zonder.ClusterArticle.MapService._staticInstance.set_defaultSucceededCallback(value); }
Zonder.ClusterArticle.MapService.get_defaultSucceededCallback = function() { return Zonder.ClusterArticle.MapService._staticInstance.get_defaultSucceededCallback(); }
Zonder.ClusterArticle.MapService.set_defaultFailedCallback = function(value) { Zonder.ClusterArticle.MapService._staticInstance.set_defaultFailedCallback(value); }
Zonder.ClusterArticle.MapService.get_defaultFailedCallback = function() { return Zonder.ClusterArticle.MapService._staticInstance.get_defaultFailedCallback(); }
Zonder.ClusterArticle.MapService.set_path("/MapService.asmx");
Zonder.ClusterArticle.MapService.GetClusteredMapData= function(encodedBounds,zoomLevel,location,price,prox,sleeps,amenities,checkin,checkout,utid,onSuccess,onFailed,userContext) {Zonder.ClusterArticle.MapService._staticInstance.GetClusteredMapData(encodedBounds,zoomLevel,location,price,prox,sleeps,amenities,checkin,checkout,utid,onSuccess,onFailed,userContext); }
Zonder.ClusterArticle.MapService.GetKMLForGE= function(encodedBounds,zoomLevel,location,price,prox,sleeps,amenities,checkin,checkout,utid,onSuccess,onFailed,userContext) {Zonder.ClusterArticle.MapService._staticInstance.GetKMLForGE(encodedBounds,zoomLevel,location,price,prox,sleeps,amenities,checkin,checkout,utid,onSuccess,onFailed,userContext); }
Zonder.ClusterArticle.MapService.GetPushPin= function(encodedBounds,startIndex,location,price,prox,sleeps,amenities,checkin,checkout,clipboardProperties,unitTypeId,onSuccess,onFailed,userContext) {Zonder.ClusterArticle.MapService._staticInstance.GetPushPin(encodedBounds,startIndex,location,price,prox,sleeps,amenities,checkin,checkout,clipboardProperties,unitTypeId,onSuccess,onFailed,userContext); }
Zonder.ClusterArticle.MapService.GetFirstLoad= function(location,prox,unitTypeId,onSuccess,onFailed,userContext) {Zonder.ClusterArticle.MapService._staticInstance.GetFirstLoad(location,prox,unitTypeId,onSuccess,onFailed,userContext); }
Zonder.ClusterArticle.MapService.GetPropertyProfilePoint= function(propertyId,onSuccess,onFailed,userContext) {Zonder.ClusterArticle.MapService._staticInstance.GetPropertyProfilePoint(propertyId,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
if (typeof(Zonder.ClusterArticle.PinData) === 'undefined') {
Zonder.ClusterArticle.PinData=gtc("Zonder.ClusterArticle.PinData");
Zonder.ClusterArticle.PinData.registerClass('Zonder.ClusterArticle.PinData');
}
