Type.registerNamespace('Viewr');
Viewr.GoogleMap=function() {
Viewr.GoogleMap.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
Viewr.GoogleMap.prototype={
GetPropertyMarkerByVlsn:function(vlsn,succeededCallback, failedCallback, userContext) {
return this._invoke(Viewr.GoogleMap.get_path(), 'GetPropertyMarkerByVlsn',false,{vlsn:vlsn},succeededCallback,failedCallback,userContext); },
GetPropertyMarkersByRequest:function(succeededCallback, failedCallback, userContext) {
return this._invoke(Viewr.GoogleMap.get_path(), 'GetPropertyMarkersByRequest',false,{},succeededCallback,failedCallback,userContext); },
GetAgentMarkersByRequest:function(succeededCallback, failedCallback, userContext) {
return this._invoke(Viewr.GoogleMap.get_path(), 'GetAgentMarkersByRequest',false,{},succeededCallback,failedCallback,userContext); }}
Viewr.GoogleMap.registerClass('Viewr.GoogleMap',Sys.Net.WebServiceProxy);
Viewr.GoogleMap._staticInstance = new Viewr.GoogleMap();
Viewr.GoogleMap.set_path = function(value) { Viewr.GoogleMap._staticInstance._path = value; }
Viewr.GoogleMap.get_path = function() { return Viewr.GoogleMap._staticInstance._path; }
Viewr.GoogleMap.set_timeout = function(value) { Viewr.GoogleMap._staticInstance._timeout = value; }
Viewr.GoogleMap.get_timeout = function() { return Viewr.GoogleMap._staticInstance._timeout; }
Viewr.GoogleMap.set_defaultUserContext = function(value) { Viewr.GoogleMap._staticInstance._userContext = value; }
Viewr.GoogleMap.get_defaultUserContext = function() { return Viewr.GoogleMap._staticInstance._userContext; }
Viewr.GoogleMap.set_defaultSucceededCallback = function(value) { Viewr.GoogleMap._staticInstance._succeeded = value; }
Viewr.GoogleMap.get_defaultSucceededCallback = function() { return Viewr.GoogleMap._staticInstance._succeeded; }
Viewr.GoogleMap.set_defaultFailedCallback = function(value) { Viewr.GoogleMap._staticInstance._failed = value; }
Viewr.GoogleMap.get_defaultFailedCallback = function() { return Viewr.GoogleMap._staticInstance._failed; }
Viewr.GoogleMap.set_path("/GoogleMap.asmx");
Viewr.GoogleMap.GetPropertyMarkerByVlsn= function(vlsn,onSuccess,onFailed,userContext) {Viewr.GoogleMap._staticInstance.GetPropertyMarkerByVlsn(vlsn,onSuccess,onFailed,userContext); }
Viewr.GoogleMap.GetPropertyMarkersByRequest= function(onSuccess,onFailed,userContext) {Viewr.GoogleMap._staticInstance.GetPropertyMarkersByRequest(onSuccess,onFailed,userContext); }
Viewr.GoogleMap.GetAgentMarkersByRequest= function(onSuccess,onFailed,userContext) {Viewr.GoogleMap._staticInstance.GetAgentMarkersByRequest(onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('Viewr.Code.Google');
if (typeof(Viewr.Code.Google.MarkerInfo) === 'undefined') {
Viewr.Code.Google.MarkerInfo=gtc("Viewr.Code.Google.MarkerInfo");
Viewr.Code.Google.MarkerInfo.registerClass('Viewr.Code.Google.MarkerInfo');
}
