Type.registerNamespace('SNP.GoogleMaps');
SNP.GoogleMaps.GMSInfoProvider=function() {
SNP.GoogleMaps.GMSInfoProvider.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
SNP.GoogleMaps.GMSInfoProvider.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return SNP.GoogleMaps.GMSInfoProvider._staticInstance.get_path();},
GetRoundtripInfo:function(rtrCmsId,rtrCmsPath,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetRoundtripInfo',false,{rtrCmsId:rtrCmsId,rtrCmsPath:rtrCmsPath},succeededCallback,failedCallback,userContext); }}
SNP.GoogleMaps.GMSInfoProvider.registerClass('SNP.GoogleMaps.GMSInfoProvider',Sys.Net.WebServiceProxy);
SNP.GoogleMaps.GMSInfoProvider._staticInstance = new SNP.GoogleMaps.GMSInfoProvider();
SNP.GoogleMaps.GMSInfoProvider.set_path = function(value) { SNP.GoogleMaps.GMSInfoProvider._staticInstance.set_path(value); }
SNP.GoogleMaps.GMSInfoProvider.get_path = function() { return SNP.GoogleMaps.GMSInfoProvider._staticInstance.get_path(); }
SNP.GoogleMaps.GMSInfoProvider.set_timeout = function(value) { SNP.GoogleMaps.GMSInfoProvider._staticInstance.set_timeout(value); }
SNP.GoogleMaps.GMSInfoProvider.get_timeout = function() { return SNP.GoogleMaps.GMSInfoProvider._staticInstance.get_timeout(); }
SNP.GoogleMaps.GMSInfoProvider.set_defaultUserContext = function(value) { SNP.GoogleMaps.GMSInfoProvider._staticInstance.set_defaultUserContext(value); }
SNP.GoogleMaps.GMSInfoProvider.get_defaultUserContext = function() { return SNP.GoogleMaps.GMSInfoProvider._staticInstance.get_defaultUserContext(); }
SNP.GoogleMaps.GMSInfoProvider.set_defaultSucceededCallback = function(value) { SNP.GoogleMaps.GMSInfoProvider._staticInstance.set_defaultSucceededCallback(value); }
SNP.GoogleMaps.GMSInfoProvider.get_defaultSucceededCallback = function() { return SNP.GoogleMaps.GMSInfoProvider._staticInstance.get_defaultSucceededCallback(); }
SNP.GoogleMaps.GMSInfoProvider.set_defaultFailedCallback = function(value) { SNP.GoogleMaps.GMSInfoProvider._staticInstance.set_defaultFailedCallback(value); }
SNP.GoogleMaps.GMSInfoProvider.get_defaultFailedCallback = function() { return SNP.GoogleMaps.GMSInfoProvider._staticInstance.get_defaultFailedCallback(); }
SNP.GoogleMaps.GMSInfoProvider.set_enableJsonp = function(value) { SNP.GoogleMaps.GMSInfoProvider._staticInstance.set_enableJsonp(value); }
SNP.GoogleMaps.GMSInfoProvider.get_enableJsonp = function() { return SNP.GoogleMaps.GMSInfoProvider._staticInstance.get_enableJsonp(); }
SNP.GoogleMaps.GMSInfoProvider.set_jsonpCallbackParameter = function(value) { SNP.GoogleMaps.GMSInfoProvider._staticInstance.set_jsonpCallbackParameter(value); }
SNP.GoogleMaps.GMSInfoProvider.get_jsonpCallbackParameter = function() { return SNP.GoogleMaps.GMSInfoProvider._staticInstance.get_jsonpCallbackParameter(); }
SNP.GoogleMaps.GMSInfoProvider.set_path("/GMS/WebService/GMSInfoProvider.asmx");
SNP.GoogleMaps.GMSInfoProvider.GetRoundtripInfo= function(rtrCmsId,rtrCmsPath,onSuccess,onFailed,userContext) {SNP.GoogleMaps.GMSInfoProvider._staticInstance.GetRoundtripInfo(rtrCmsId,rtrCmsPath,onSuccess,onFailed,userContext); }

