var MappingServices=function() {
MappingServices.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
MappingServices.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return MappingServices._staticInstance.get_path();},
Cluster_POST_Locations:function(MapZoneSelected,TopLeftLat,TopLeftLong,BottomRightLat,BottomRightLong,TopLeftX,TopLeftY,BottomRightX,BottomRightY,MapZoomLevel,succeededCallback, failedCallback, userContext) {
/// <param name="MapZoneSelected" type="String">System.String</param>
/// <param name="TopLeftLat" type="Number">System.Double</param>
/// <param name="TopLeftLong" type="Number">System.Double</param>
/// <param name="BottomRightLat" type="Number">System.Double</param>
/// <param name="BottomRightLong" type="Number">System.Double</param>
/// <param name="TopLeftX" type="Number">System.Single</param>
/// <param name="TopLeftY" type="Number">System.Single</param>
/// <param name="BottomRightX" type="Number">System.Single</param>
/// <param name="BottomRightY" type="Number">System.Single</param>
/// <param name="MapZoomLevel" 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(), 'Cluster_POST_Locations',false,{MapZoneSelected:MapZoneSelected,TopLeftLat:TopLeftLat,TopLeftLong:TopLeftLong,BottomRightLat:BottomRightLat,BottomRightLong:BottomRightLong,TopLeftX:TopLeftX,TopLeftY:TopLeftY,BottomRightX:BottomRightX,BottomRightY:BottomRightY,MapZoomLevel:MapZoomLevel},succeededCallback,failedCallback,userContext); },
Get_POST_Locations:function(MapZoneSelected,succeededCallback, failedCallback, userContext) {
/// <param name="MapZoneSelected" type="String">System.String</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(), 'Get_POST_Locations',false,{MapZoneSelected:MapZoneSelected},succeededCallback,failedCallback,userContext); }}
MappingServices.registerClass('MappingServices',Sys.Net.WebServiceProxy);
MappingServices._staticInstance = new MappingServices();
MappingServices.set_path = function(value) {
MappingServices._staticInstance.set_path(value); }
MappingServices.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return MappingServices._staticInstance.get_path();}
MappingServices.set_timeout = function(value) {
MappingServices._staticInstance.set_timeout(value); }
MappingServices.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return MappingServices._staticInstance.get_timeout(); }
MappingServices.set_defaultUserContext = function(value) { 
MappingServices._staticInstance.set_defaultUserContext(value); }
MappingServices.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return MappingServices._staticInstance.get_defaultUserContext(); }
MappingServices.set_defaultSucceededCallback = function(value) { 
 MappingServices._staticInstance.set_defaultSucceededCallback(value); }
MappingServices.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return MappingServices._staticInstance.get_defaultSucceededCallback(); }
MappingServices.set_defaultFailedCallback = function(value) { 
MappingServices._staticInstance.set_defaultFailedCallback(value); }
MappingServices.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return MappingServices._staticInstance.get_defaultFailedCallback(); }
MappingServices.set_path("/MappingServices.asmx");
MappingServices.Cluster_POST_Locations= function(MapZoneSelected,TopLeftLat,TopLeftLong,BottomRightLat,BottomRightLong,TopLeftX,TopLeftY,BottomRightX,BottomRightY,MapZoomLevel,onSuccess,onFailed,userContext) {
/// <param name="MapZoneSelected" type="String">System.String</param>
/// <param name="TopLeftLat" type="Number">System.Double</param>
/// <param name="TopLeftLong" type="Number">System.Double</param>
/// <param name="BottomRightLat" type="Number">System.Double</param>
/// <param name="BottomRightLong" type="Number">System.Double</param>
/// <param name="TopLeftX" type="Number">System.Single</param>
/// <param name="TopLeftY" type="Number">System.Single</param>
/// <param name="BottomRightX" type="Number">System.Single</param>
/// <param name="BottomRightY" type="Number">System.Single</param>
/// <param name="MapZoomLevel" 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>
MappingServices._staticInstance.Cluster_POST_Locations(MapZoneSelected,TopLeftLat,TopLeftLong,BottomRightLat,BottomRightLong,TopLeftX,TopLeftY,BottomRightX,BottomRightY,MapZoomLevel,onSuccess,onFailed,userContext); }
MappingServices.Get_POST_Locations= function(MapZoneSelected,onSuccess,onFailed,userContext) {
/// <param name="MapZoneSelected" type="String">System.String</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>
MappingServices._staticInstance.Get_POST_Locations(MapZoneSelected,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
if (typeof(VE_POST_Cluster) === 'undefined') {
var VE_POST_Cluster=gtc("VE_POST_Cluster");
VE_POST_Cluster.registerClass('VE_POST_Cluster');
}
if (typeof(VE_POST_Location) === 'undefined') {
var VE_POST_Location=gtc("VE_POST_Location");
VE_POST_Location.registerClass('VE_POST_Location');
}
