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={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return USCondex.Actions.MapLocations._staticInstance.get_path();},
MapPointsAsJSON:function(mapreq1,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'MapPointsAsJSON',false,{mapreq1:mapreq1},succeededCallback,failedCallback,userContext); },
ShapeForLocID:function(LOCATION_ID,polyArrayName,succeededCallback, failedCallback, userContext) {
return this._invoke(this._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.set_path(value); }
USCondex.Actions.MapLocations.get_path = function() { return USCondex.Actions.MapLocations._staticInstance.get_path(); }
USCondex.Actions.MapLocations.set_timeout = function(value) { USCondex.Actions.MapLocations._staticInstance.set_timeout(value); }
USCondex.Actions.MapLocations.get_timeout = function() { return USCondex.Actions.MapLocations._staticInstance.get_timeout(); }
USCondex.Actions.MapLocations.set_defaultUserContext = function(value) { USCondex.Actions.MapLocations._staticInstance.set_defaultUserContext(value); }
USCondex.Actions.MapLocations.get_defaultUserContext = function() { return USCondex.Actions.MapLocations._staticInstance.get_defaultUserContext(); }
USCondex.Actions.MapLocations.set_defaultSucceededCallback = function(value) { USCondex.Actions.MapLocations._staticInstance.set_defaultSucceededCallback(value); }
USCondex.Actions.MapLocations.get_defaultSucceededCallback = function() { return USCondex.Actions.MapLocations._staticInstance.get_defaultSucceededCallback(); }
USCondex.Actions.MapLocations.set_defaultFailedCallback = function(value) { USCondex.Actions.MapLocations._staticInstance.set_defaultFailedCallback(value); }
USCondex.Actions.MapLocations.get_defaultFailedCallback = function() { return USCondex.Actions.MapLocations._staticInstance.get_defaultFailedCallback(); }
USCondex.Actions.MapLocations.set_enableJsonp = function(value) { USCondex.Actions.MapLocations._staticInstance.set_enableJsonp(value); }
USCondex.Actions.MapLocations.get_enableJsonp = function() { return USCondex.Actions.MapLocations._staticInstance.get_enableJsonp(); }
USCondex.Actions.MapLocations.set_jsonpCallbackParameter = function(value) { USCondex.Actions.MapLocations._staticInstance.set_jsonpCallbackParameter(value); }
USCondex.Actions.MapLocations.get_jsonpCallbackParameter = function() { return USCondex.Actions.MapLocations._staticInstance.get_jsonpCallbackParameter(); }
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');
}

