if(typeof AIKON == "undefined") AIKON={};
if(typeof AIKON.ApplicationBlocks == "undefined") AIKON.ApplicationBlocks={};
if(typeof AIKON.ApplicationBlocks.Common == "undefined") AIKON.ApplicationBlocks.Common={};
if(typeof AIKON.ApplicationBlocks.Common.WebServices == "undefined") AIKON.ApplicationBlocks.Common.WebServices={};
AIKON.ApplicationBlocks.Common.WebServices.LocationSelector_class = function() {};
Object.extend(AIKON.ApplicationBlocks.Common.WebServices.LocationSelector_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetAreaPolygon: function(latitudeTopLeft, longitudeTopLeft, latitudeBottomRight, longitudeBottomRight) {
		return this.invoke("GetAreaPolygon", {"latitudeTopLeft":latitudeTopLeft, "longitudeTopLeft":longitudeTopLeft, "latitudeBottomRight":latitudeBottomRight, "longitudeBottomRight":longitudeBottomRight}, this.GetAreaPolygon.getArguments().slice(4));
	},
	url: '/ajaxpro/AIKON.ApplicationBlocks.Common.WebServices.LocationSelector,AIKON.ApplicationBlocks.Common.ashx'
}));
AIKON.ApplicationBlocks.Common.WebServices.LocationSelector = new AIKON.ApplicationBlocks.Common.WebServices.LocationSelector_class();

