Type.registerNamespace('Zone.Saco');
Zone.Saco.googlemap=function() {
Zone.Saco.googlemap.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
Zone.Saco.googlemap.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return Zone.Saco.googlemap._staticInstance.get_path();},
GetCityOverlays:function(intCityID,intLocationPage,intRecordsPerPage,bytSort,strPostcode,strCountry,intLandmarkID,online,fromDate,toDate,apt_type,children,adults,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetCityOverlays',false,{intCityID:intCityID,intLocationPage:intLocationPage,intRecordsPerPage:intRecordsPerPage,bytSort:bytSort,strPostcode:strPostcode,strCountry:strCountry,intLandmarkID:intLandmarkID,online:online,fromDate:fromDate,toDate:toDate,apt_type:apt_type,children:children,adults:adults},succeededCallback,failedCallback,userContext); },
GetCountryOverlays:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetCountryOverlays',false,{},succeededCallback,failedCallback,userContext); },
GetMicrositeOverlays:function(intSiteID,intLocationPage,intRecordsPerPage,bytSort,strPostcode,strCountry,intLandmarkID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetMicrositeOverlays',false,{intSiteID:intSiteID,intLocationPage:intLocationPage,intRecordsPerPage:intRecordsPerPage,bytSort:bytSort,strPostcode:strPostcode,strCountry:strCountry,intLandmarkID:intLandmarkID},succeededCallback,failedCallback,userContext); }}
Zone.Saco.googlemap.registerClass('Zone.Saco.googlemap',Sys.Net.WebServiceProxy);
Zone.Saco.googlemap._staticInstance = new Zone.Saco.googlemap();
Zone.Saco.googlemap.set_path = function(value) { Zone.Saco.googlemap._staticInstance.set_path(value); }
Zone.Saco.googlemap.get_path = function() { return Zone.Saco.googlemap._staticInstance.get_path(); }
Zone.Saco.googlemap.set_timeout = function(value) { Zone.Saco.googlemap._staticInstance.set_timeout(value); }
Zone.Saco.googlemap.get_timeout = function() { return Zone.Saco.googlemap._staticInstance.get_timeout(); }
Zone.Saco.googlemap.set_defaultUserContext = function(value) { Zone.Saco.googlemap._staticInstance.set_defaultUserContext(value); }
Zone.Saco.googlemap.get_defaultUserContext = function() { return Zone.Saco.googlemap._staticInstance.get_defaultUserContext(); }
Zone.Saco.googlemap.set_defaultSucceededCallback = function(value) { Zone.Saco.googlemap._staticInstance.set_defaultSucceededCallback(value); }
Zone.Saco.googlemap.get_defaultSucceededCallback = function() { return Zone.Saco.googlemap._staticInstance.get_defaultSucceededCallback(); }
Zone.Saco.googlemap.set_defaultFailedCallback = function(value) { Zone.Saco.googlemap._staticInstance.set_defaultFailedCallback(value); }
Zone.Saco.googlemap.get_defaultFailedCallback = function() { return Zone.Saco.googlemap._staticInstance.get_defaultFailedCallback(); }
Zone.Saco.googlemap.set_path("/googlemap.asmx");
Zone.Saco.googlemap.GetCityOverlays= function(intCityID,intLocationPage,intRecordsPerPage,bytSort,strPostcode,strCountry,intLandmarkID,online,fromDate,toDate,apt_type,children,adults,onSuccess,onFailed,userContext) {Zone.Saco.googlemap._staticInstance.GetCityOverlays(intCityID,intLocationPage,intRecordsPerPage,bytSort,strPostcode,strCountry,intLandmarkID,online,fromDate,toDate,apt_type,children,adults,onSuccess,onFailed,userContext); }
Zone.Saco.googlemap.GetCountryOverlays= function(onSuccess,onFailed,userContext) {Zone.Saco.googlemap._staticInstance.GetCountryOverlays(onSuccess,onFailed,userContext); }
Zone.Saco.googlemap.GetMicrositeOverlays= function(intSiteID,intLocationPage,intRecordsPerPage,bytSort,strPostcode,strCountry,intLandmarkID,onSuccess,onFailed,userContext) {Zone.Saco.googlemap._staticInstance.GetMicrositeOverlays(intSiteID,intLocationPage,intRecordsPerPage,bytSort,strPostcode,strCountry,intLandmarkID,onSuccess,onFailed,userContext); }
