if(typeof _Default == "undefined") _Default={};
_Default_class = function() {};
Object.extend(_Default_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetAllPlacesArea: function(mapID) {
		return this.invoke("GetAllPlacesArea", {"mapID":mapID}, this.GetAllPlacesArea.getArguments().slice(1));
	},
	GetAreaPlaces: function(mapID, area) {
		return this.invoke("GetAreaPlaces", {"mapID":mapID, "area":area}, this.GetAreaPlaces.getArguments().slice(2));
	},
	GetGoogleMapKeys: function(tradeID) {
		return this.invoke("GetGoogleMapKeys", {"tradeID":tradeID}, this.GetGoogleMapKeys.getArguments().slice(1));
	},
	GetVirtualPlaceInfo: function(virtualPlaceID) {
		return this.invoke("GetVirtualPlaceInfo", {"virtualPlaceID":virtualPlaceID}, this.GetVirtualPlaceInfo.getArguments().slice(1));
	},
	url: '/ajaxpro/_Default,VirtualMap_Show.ashx'
}));
_Default = new _Default_class();


