Type.registerNamespace('HWAM');
HWAM.MapService=function() {
HWAM.MapService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
HWAM.MapService.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return HWAM.MapService._staticInstance.get_path();},
GetMapPoints:function(datasource,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetMapPoints',false,{datasource:datasource},succeededCallback,failedCallback,userContext); },
GetChunkedMapPoints:function(datasource,receivedSoFar,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetChunkedMapPoints',false,{datasource:datasource,receivedSoFar:receivedSoFar},succeededCallback,failedCallback,userContext); }}
HWAM.MapService.registerClass('HWAM.MapService',Sys.Net.WebServiceProxy);
HWAM.MapService._staticInstance = new HWAM.MapService();
HWAM.MapService.set_path = function(value) { HWAM.MapService._staticInstance.set_path(value); }
HWAM.MapService.get_path = function() { return HWAM.MapService._staticInstance.get_path(); }
HWAM.MapService.set_timeout = function(value) { HWAM.MapService._staticInstance.set_timeout(value); }
HWAM.MapService.get_timeout = function() { return HWAM.MapService._staticInstance.get_timeout(); }
HWAM.MapService.set_defaultUserContext = function(value) { HWAM.MapService._staticInstance.set_defaultUserContext(value); }
HWAM.MapService.get_defaultUserContext = function() { return HWAM.MapService._staticInstance.get_defaultUserContext(); }
HWAM.MapService.set_defaultSucceededCallback = function(value) { HWAM.MapService._staticInstance.set_defaultSucceededCallback(value); }
HWAM.MapService.get_defaultSucceededCallback = function() { return HWAM.MapService._staticInstance.get_defaultSucceededCallback(); }
HWAM.MapService.set_defaultFailedCallback = function(value) { HWAM.MapService._staticInstance.set_defaultFailedCallback(value); }
HWAM.MapService.get_defaultFailedCallback = function() { return HWAM.MapService._staticInstance.get_defaultFailedCallback(); }
HWAM.MapService.set_path("/webservices/MapService.asmx");
HWAM.MapService.GetMapPoints= function(datasource,onSuccess,onFailed,userContext) {HWAM.MapService._staticInstance.GetMapPoints(datasource,onSuccess,onFailed,userContext); }
HWAM.MapService.GetChunkedMapPoints= function(datasource,receivedSoFar,onSuccess,onFailed,userContext) {HWAM.MapService._staticInstance.GetChunkedMapPoints(datasource,receivedSoFar,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
if (typeof(HWAM.HWAMKontakt) === 'undefined') {
HWAM.HWAMKontakt=gtc("HWAM.HWAMKontakt");
HWAM.HWAMKontakt.registerClass('HWAM.HWAMKontakt');
}
if (typeof(HWAM.HWAMKontaktResult) === 'undefined') {
HWAM.HWAMKontaktResult=gtc("HWAM.HWAMKontaktResult");
HWAM.HWAMKontaktResult.registerClass('HWAM.HWAMKontaktResult');
}

