if(typeof RedbridgeI == "undefined") RedbridgeI={};
if(typeof RedbridgeI.WebUI == "undefined") RedbridgeI.WebUI={};
if(typeof RedbridgeI.WebUI.Pages == "undefined") RedbridgeI.WebUI.Pages={};
if(typeof RedbridgeI.WebUI.Pages.IMap == "undefined") RedbridgeI.WebUI.Pages.IMap={};
RedbridgeI.WebUI.Pages.IMap_class = function() {};
Object.extend(RedbridgeI.WebUI.Pages.IMap_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetLocationsByTypeForList: function(mapLocationTypeId, locationId) {
		return this.invoke("GetLocationsByTypeForList", {"mapLocationTypeId":mapLocationTypeId, "locationId":locationId}, this.GetLocationsByTypeForList.getArguments().slice(2));
	},
	AddLayerToMap: function(mapLocatioTypeId) {
		return this.invoke("AddLayerToMap", {"mapLocatioTypeId":mapLocatioTypeId}, this.AddLayerToMap.getArguments().slice(1));
	},
	GetLocationInfo: function(mapLocationId) {
		return this.invoke("GetLocationInfo", {"mapLocationId":mapLocationId}, this.GetLocationInfo.getArguments().slice(1));
	},
	GetReportTypes: function() {
		return this.invoke("GetReportTypes", {}, this.GetReportTypes.getArguments().slice(0));
	},
	url: '/ajaxpro/RedbridgeI.WebUI.Pages.IMap,RedbridgeI.WebUI.ashx'
}));
RedbridgeI.WebUI.Pages.IMap = new RedbridgeI.WebUI.Pages.IMap_class();

