var weatherjs=function() {
weatherjs.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
weatherjs.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return weatherjs._staticInstance.get_path();},
GetWeatherNow:function(slon,slat,succeededCallback, failedCallback, userContext) {
/// <param name="slon" type="String">System.String</param>
/// <param name="slat" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetWeatherNow',false,{slon:slon,slat:slat},succeededCallback,failedCallback,userContext); },
GetAtlasNowAnd3DayWeather:function(slon,slat,higherPriorityLocations,succeededCallback, failedCallback, userContext) {
/// <param name="slon" type="String">System.String</param>
/// <param name="slat" type="String">System.String</param>
/// <param name="higherPriorityLocations" type="Boolean">System.Boolean</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetAtlasNowAnd3DayWeather',false,{slon:slon,slat:slat,higherPriorityLocations:higherPriorityLocations},succeededCallback,failedCallback,userContext); },
GetAtlasNowAnd3DayWeatherOld:function(slon,slat,higherPriorityLocations,succeededCallback, failedCallback, userContext) {
/// <param name="slon" type="String">System.String</param>
/// <param name="slat" type="String">System.String</param>
/// <param name="higherPriorityLocations" type="Boolean">System.Boolean</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetAtlasNowAnd3DayWeatherOld',false,{slon:slon,slat:slat,higherPriorityLocations:higherPriorityLocations},succeededCallback,failedCallback,userContext); },
GetAtlasWeather:function(slon,slat,succeededCallback, failedCallback, userContext) {
/// <param name="slon" type="String">System.String</param>
/// <param name="slat" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetAtlasWeather',false,{slon:slon,slat:slat},succeededCallback,failedCallback,userContext); }}
weatherjs.registerClass('weatherjs',Sys.Net.WebServiceProxy);
weatherjs._staticInstance = new weatherjs();
weatherjs.set_path = function(value) {
weatherjs._staticInstance.set_path(value); }
weatherjs.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return weatherjs._staticInstance.get_path();}
weatherjs.set_timeout = function(value) {
weatherjs._staticInstance.set_timeout(value); }
weatherjs.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return weatherjs._staticInstance.get_timeout(); }
weatherjs.set_defaultUserContext = function(value) { 
weatherjs._staticInstance.set_defaultUserContext(value); }
weatherjs.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return weatherjs._staticInstance.get_defaultUserContext(); }
weatherjs.set_defaultSucceededCallback = function(value) { 
 weatherjs._staticInstance.set_defaultSucceededCallback(value); }
weatherjs.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return weatherjs._staticInstance.get_defaultSucceededCallback(); }
weatherjs.set_defaultFailedCallback = function(value) { 
weatherjs._staticInstance.set_defaultFailedCallback(value); }
weatherjs.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return weatherjs._staticInstance.get_defaultFailedCallback(); }
weatherjs.set_enableJsonp = function(value) { weatherjs._staticInstance.set_enableJsonp(value); }
weatherjs.get_enableJsonp = function() { 
/// <value type="Boolean">Specifies whether the service supports JSONP for cross domain calling.</value>
return weatherjs._staticInstance.get_enableJsonp(); }
weatherjs.set_jsonpCallbackParameter = function(value) { weatherjs._staticInstance.set_jsonpCallbackParameter(value); }
weatherjs.get_jsonpCallbackParameter = function() { 
/// <value type="String">Specifies the parameter name that contains the callback function name for a JSONP request.</value>
return weatherjs._staticInstance.get_jsonpCallbackParameter(); }
weatherjs.set_path("/weatherjs.asmx");
weatherjs.GetWeatherNow= function(slon,slat,onSuccess,onFailed,userContext) {
/// <param name="slon" type="String">System.String</param>
/// <param name="slat" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
weatherjs._staticInstance.GetWeatherNow(slon,slat,onSuccess,onFailed,userContext); }
weatherjs.GetAtlasNowAnd3DayWeather= function(slon,slat,higherPriorityLocations,onSuccess,onFailed,userContext) {
/// <param name="slon" type="String">System.String</param>
/// <param name="slat" type="String">System.String</param>
/// <param name="higherPriorityLocations" type="Boolean">System.Boolean</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
weatherjs._staticInstance.GetAtlasNowAnd3DayWeather(slon,slat,higherPriorityLocations,onSuccess,onFailed,userContext); }
weatherjs.GetAtlasNowAnd3DayWeatherOld= function(slon,slat,higherPriorityLocations,onSuccess,onFailed,userContext) {
/// <param name="slon" type="String">System.String</param>
/// <param name="slat" type="String">System.String</param>
/// <param name="higherPriorityLocations" type="Boolean">System.Boolean</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
weatherjs._staticInstance.GetAtlasNowAnd3DayWeatherOld(slon,slat,higherPriorityLocations,onSuccess,onFailed,userContext); }
weatherjs.GetAtlasWeather= function(slon,slat,onSuccess,onFailed,userContext) {
/// <param name="slon" type="String">System.String</param>
/// <param name="slat" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
weatherjs._staticInstance.GetAtlasWeather(slon,slat,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
if (typeof(WeatherNow) === 'undefined') {
var WeatherNow=gtc("WeatherNow");
WeatherNow.registerClass('WeatherNow');
}
if (typeof(AtlasWeatherTodayAndNext3Day) === 'undefined') {
var AtlasWeatherTodayAndNext3Day=gtc("AtlasWeatherTodayAndNext3Day");
AtlasWeatherTodayAndNext3Day.registerClass('AtlasWeatherTodayAndNext3Day');
}
if (typeof(AtlasWeatherNow) === 'undefined') {
var AtlasWeatherNow=gtc("AtlasWeatherNow");
AtlasWeatherNow.registerClass('AtlasWeatherNow');
}

