if(typeof RedbridgeI == "undefined") RedbridgeI={};
if(typeof RedbridgeI.WebUI == "undefined") RedbridgeI.WebUI={};
if(typeof RedbridgeI.WebUI.UserControls == "undefined") RedbridgeI.WebUI.UserControls={};
if(typeof RedbridgeI.WebUI.UserControls.Modules == "undefined") RedbridgeI.WebUI.UserControls.Modules={};
if(typeof RedbridgeI.WebUI.UserControls.Modules.MyNearest == "undefined") RedbridgeI.WebUI.UserControls.Modules.MyNearest={};
RedbridgeI.WebUI.UserControls.Modules.MyNearest_class = function() {};
Object.extend(RedbridgeI.WebUI.UserControls.Modules.MyNearest_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetLocationList: function(postCode, mapLocationTypeId) {
		return this.invoke("GetLocationList", {"postCode":postCode, "mapLocationTypeId":mapLocationTypeId}, this.GetLocationList.getArguments().slice(2));
	},
	GetLocationMapPoints: function(postCode, mapLocationTypeId) {
		return this.invoke("GetLocationMapPoints", {"postCode":postCode, "mapLocationTypeId":mapLocationTypeId}, this.GetLocationMapPoints.getArguments().slice(2));
	},
	GetLocationInfo: function(mapLocationId) {
		return this.invoke("GetLocationInfo", {"mapLocationId":mapLocationId}, this.GetLocationInfo.getArguments().slice(1));
	},
	SetMapCenter: function() {
		return this.invoke("SetMapCenter", {}, this.SetMapCenter.getArguments().slice(0));
	},
	url: '/ajaxpro/RedbridgeI.WebUI.UserControls.Modules.MyNearest,RedbridgeI.WebUI.ashx'
}));
RedbridgeI.WebUI.UserControls.Modules.MyNearest = new RedbridgeI.WebUI.UserControls.Modules.MyNearest_class();

