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) {
/// <param name="intCityID" type="Number">System.Int32</param>
/// <param name="intLocationPage" type="Number">System.Int32</param>
/// <param name="intRecordsPerPage" type="Number">System.Int32</param>
/// <param name="bytSort" type="Number">System.Byte</param>
/// <param name="strPostcode" type="String">System.String</param>
/// <param name="strCountry" type="String">System.String</param>
/// <param name="intLandmarkID" type="Number">System.Int32</param>
/// <param name="online" type="Number">System.Int32</param>
/// <param name="fromDate" type="String">System.String</param>
/// <param name="toDate" type="String">System.String</param>
/// <param name="apt_type" type="Number">System.Int32</param>
/// <param name="children" type="Number">System.Int32</param>
/// <param name="adults" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
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) {
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetCountryOverlays',false,{},succeededCallback,failedCallback,userContext); },
GetMicrositeOverlays:function(intSiteID,intLocationPage,intRecordsPerPage,bytSort,strPostcode,strCountry,intLandmarkID,succeededCallback, failedCallback, userContext) {
/// <param name="intSiteID" type="Number">System.Int32</param>
/// <param name="intLocationPage" type="Number">System.Int32</param>
/// <param name="intRecordsPerPage" type="Number">System.Int32</param>
/// <param name="bytSort" type="Number">System.Byte</param>
/// <param name="strPostcode" type="String">System.String</param>
/// <param name="strCountry" type="String">System.String</param>
/// <param name="intLandmarkID" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
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() { 
/// <value type="String" mayBeNull="true">The service url.</value>
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() { 
/// <value type="Number">The service timeout.</value>
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() { 
/// <value mayBeNull="true">The service default user context.</value>
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() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
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() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
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) {
/// <param name="intCityID" type="Number">System.Int32</param>
/// <param name="intLocationPage" type="Number">System.Int32</param>
/// <param name="intRecordsPerPage" type="Number">System.Int32</param>
/// <param name="bytSort" type="Number">System.Byte</param>
/// <param name="strPostcode" type="String">System.String</param>
/// <param name="strCountry" type="String">System.String</param>
/// <param name="intLandmarkID" type="Number">System.Int32</param>
/// <param name="online" type="Number">System.Int32</param>
/// <param name="fromDate" type="String">System.String</param>
/// <param name="toDate" type="String">System.String</param>
/// <param name="apt_type" type="Number">System.Int32</param>
/// <param name="children" type="Number">System.Int32</param>
/// <param name="adults" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
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) {
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Zone.Saco.googlemap._staticInstance.GetCountryOverlays(onSuccess,onFailed,userContext); }
Zone.Saco.googlemap.GetMicrositeOverlays= function(intSiteID,intLocationPage,intRecordsPerPage,bytSort,strPostcode,strCountry,intLandmarkID,onSuccess,onFailed,userContext) {
/// <param name="intSiteID" type="Number">System.Int32</param>
/// <param name="intLocationPage" type="Number">System.Int32</param>
/// <param name="intRecordsPerPage" type="Number">System.Int32</param>
/// <param name="bytSort" type="Number">System.Byte</param>
/// <param name="strPostcode" type="String">System.String</param>
/// <param name="strCountry" type="String">System.String</param>
/// <param name="intLandmarkID" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Zone.Saco.googlemap._staticInstance.GetMicrositeOverlays(intSiteID,intLocationPage,intRecordsPerPage,bytSort,strPostcode,strCountry,intLandmarkID,onSuccess,onFailed,userContext); }
