Type.registerNamespace('USCondex.Actions');
USCondex.Actions.MapLocations=function() {
USCondex.Actions.MapLocations.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
USCondex.Actions.MapLocations.prototype={
MapPointsAsJSON:function(mapreq1,succeededCallback, failedCallback, userContext) {
return this._invoke(USCondex.Actions.MapLocations.get_path(), 'MapPointsAsJSON',false,{mapreq1:mapreq1},succeededCallback,failedCallback,userContext); },
ShapeForLocID:function(LOCATION_ID,polyArrayName,succeededCallback, failedCallback, userContext) {
return this._invoke(USCondex.Actions.MapLocations.get_path(), 'ShapeForLocID',false,{LOCATION_ID:LOCATION_ID,polyArrayName:polyArrayName},succeededCallback,failedCallback,userContext); }}
USCondex.Actions.MapLocations.registerClass('USCondex.Actions.MapLocations',Sys.Net.WebServiceProxy);
USCondex.Actions.MapLocations._staticInstance = new USCondex.Actions.MapLocations();
USCondex.Actions.MapLocations.set_path = function(value) { USCondex.Actions.MapLocations._staticInstance._path = value; }
USCondex.Actions.MapLocations.get_path = function() { return USCondex.Actions.MapLocations._staticInstance._path; }
USCondex.Actions.MapLocations.set_timeout = function(value) { USCondex.Actions.MapLocations._staticInstance._timeout = value; }
USCondex.Actions.MapLocations.get_timeout = function() { return USCondex.Actions.MapLocations._staticInstance._timeout; }
USCondex.Actions.MapLocations.set_defaultUserContext = function(value) { USCondex.Actions.MapLocations._staticInstance._userContext = value; }
USCondex.Actions.MapLocations.get_defaultUserContext = function() { return USCondex.Actions.MapLocations._staticInstance._userContext; }
USCondex.Actions.MapLocations.set_defaultSucceededCallback = function(value) { USCondex.Actions.MapLocations._staticInstance._succeeded = value; }
USCondex.Actions.MapLocations.get_defaultSucceededCallback = function() { return USCondex.Actions.MapLocations._staticInstance._succeeded; }
USCondex.Actions.MapLocations.set_defaultFailedCallback = function(value) { USCondex.Actions.MapLocations._staticInstance._failed = value; }
USCondex.Actions.MapLocations.get_defaultFailedCallback = function() { return USCondex.Actions.MapLocations._staticInstance._failed; }
USCondex.Actions.MapLocations.set_path("/Actions/MapLocations.asmx");
USCondex.Actions.MapLocations.MapPointsAsJSON= function(mapreq1,onSuccess,onFailed,userContext) {USCondex.Actions.MapLocations._staticInstance.MapPointsAsJSON(mapreq1,onSuccess,onFailed,userContext); }
USCondex.Actions.MapLocations.ShapeForLocID= function(LOCATION_ID,polyArrayName,onSuccess,onFailed,userContext) {USCondex.Actions.MapLocations._staticInstance.ShapeForLocID(LOCATION_ID,polyArrayName,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('USCondex.Classes');
if (typeof(USCondex.Classes.MapDataRequest) === 'undefined') {
USCondex.Classes.MapDataRequest=gtc("USCondex.Classes.MapDataRequest");
USCondex.Classes.MapDataRequest.registerClass('USCondex.Classes.MapDataRequest');
}
