var CountLookup=function() {
CountLookup.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
CountLookup.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return CountLookup._staticInstance.get_path();},
HelloWorld:function(succeededCallback, failedCallback, userContext) {
/// <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(), 'HelloWorld',false,{},succeededCallback,failedCallback,userContext); },
TrafficData:function(lng,lat,succeededCallback, failedCallback, userContext) {
/// <param name="lng" type="String">System.String</param>
/// <param name="lat" 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(), 'TrafficData',false,{lng:lng,lat:lat},succeededCallback,failedCallback,userContext); },
BoundedPoints:function(ulng,ulat,lng,lat,succeededCallback, failedCallback, userContext) {
/// <param name="ulng" type="String">System.String</param>
/// <param name="ulat" type="String">System.String</param>
/// <param name="lng" type="String">System.String</param>
/// <param name="lat" 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(), 'BoundedPoints',false,{ulng:ulng,ulat:ulat,lng:lng,lat:lat},succeededCallback,failedCallback,userContext); },
BoundedMarkers:function(ulng,ulat,lng,lat,succeededCallback, failedCallback, userContext) {
/// <param name="ulng" type="String">System.String</param>
/// <param name="ulat" type="String">System.String</param>
/// <param name="lng" type="String">System.String</param>
/// <param name="lat" 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(), 'BoundedMarkers',false,{ulng:ulng,ulat:ulat,lng:lng,lat:lat},succeededCallback,failedCallback,userContext); }}
CountLookup.registerClass('CountLookup',Sys.Net.WebServiceProxy);
CountLookup._staticInstance = new CountLookup();
CountLookup.set_path = function(value) {
CountLookup._staticInstance.set_path(value); }
CountLookup.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return CountLookup._staticInstance.get_path();}
CountLookup.set_timeout = function(value) {
CountLookup._staticInstance.set_timeout(value); }
CountLookup.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return CountLookup._staticInstance.get_timeout(); }
CountLookup.set_defaultUserContext = function(value) { 
CountLookup._staticInstance.set_defaultUserContext(value); }
CountLookup.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return CountLookup._staticInstance.get_defaultUserContext(); }
CountLookup.set_defaultSucceededCallback = function(value) { 
 CountLookup._staticInstance.set_defaultSucceededCallback(value); }
CountLookup.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return CountLookup._staticInstance.get_defaultSucceededCallback(); }
CountLookup.set_defaultFailedCallback = function(value) { 
CountLookup._staticInstance.set_defaultFailedCallback(value); }
CountLookup.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return CountLookup._staticInstance.get_defaultFailedCallback(); }
CountLookup.set_path("/CountLookup.asmx");
CountLookup.HelloWorld= function(onSuccess,onFailed,userContext) {
/// <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>
CountLookup._staticInstance.HelloWorld(onSuccess,onFailed,userContext); }
CountLookup.TrafficData= function(lng,lat,onSuccess,onFailed,userContext) {
/// <param name="lng" type="String">System.String</param>
/// <param name="lat" 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>
CountLookup._staticInstance.TrafficData(lng,lat,onSuccess,onFailed,userContext); }
CountLookup.BoundedPoints= function(ulng,ulat,lng,lat,onSuccess,onFailed,userContext) {
/// <param name="ulng" type="String">System.String</param>
/// <param name="ulat" type="String">System.String</param>
/// <param name="lng" type="String">System.String</param>
/// <param name="lat" 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>
CountLookup._staticInstance.BoundedPoints(ulng,ulat,lng,lat,onSuccess,onFailed,userContext); }
CountLookup.BoundedMarkers= function(ulng,ulat,lng,lat,onSuccess,onFailed,userContext) {
/// <param name="ulng" type="String">System.String</param>
/// <param name="ulat" type="String">System.String</param>
/// <param name="lng" type="String">System.String</param>
/// <param name="lat" 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>
CountLookup._staticInstance.BoundedMarkers(ulng,ulat,lng,lat,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
if (typeof(markpt) === 'undefined') {
var markpt=gtc("markpt");
markpt.registerClass('markpt');
}
