Type.registerNamespace('NL.ADA.TPG.Lokatiekiezer.ServiceInterface');
NL.ADA.TPG.Lokatiekiezer.ServiceInterface.LocatieKiezerWS=function() {
NL.ADA.TPG.Lokatiekiezer.ServiceInterface.LocatieKiezerWS.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
NL.ADA.TPG.Lokatiekiezer.ServiceInterface.LocatieKiezerWS.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return NL.ADA.TPG.Lokatiekiezer.ServiceInterface.LocatieKiezerWS._staticInstance.get_path();},
GetLocationsWithinBounds:function(sw,ne,weekend,evening,apikey,productlabel,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetLocationsWithinBounds',false,{sw:sw,ne:ne,weekend:weekend,evening:evening,apikey:apikey,productlabel:productlabel},succeededCallback,failedCallback,userContext); },
GetLocationsWithinBoundsOrdered:function(central,sw,ne,weekend,evening,apikey,productlabel,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetLocationsWithinBoundsOrdered',false,{central:central,sw:sw,ne:ne,weekend:weekend,evening:evening,apikey:apikey,productlabel:productlabel},succeededCallback,failedCallback,userContext); },
GetLocationsWithinBounds_simple:function(swLat,swLng,neLat,neLng,weekend,evening,apikey,productlabel,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetLocationsWithinBounds_simple',false,{swLat:swLat,swLng:swLng,neLat:neLat,neLng:neLng,weekend:weekend,evening:evening,apikey:apikey,productlabel:productlabel},succeededCallback,failedCallback,userContext); },
GetLocationsFromAddress:function(address,weekend,evening,apikey,productlabel,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetLocationsFromAddress',false,{address:address,weekend:weekend,evening:evening,apikey:apikey,productlabel:productlabel},succeededCallback,failedCallback,userContext); },
GetLocationsWithinBounds_simpleOH:function(swLat,swLng,neLat,neLng,openingHoursFilterCollection,apikey,productlabel,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetLocationsWithinBounds_simpleOH',false,{swLat:swLat,swLng:swLng,neLat:neLat,neLng:neLng,openingHoursFilterCollection:openingHoursFilterCollection,apikey:apikey,productlabel:productlabel},succeededCallback,failedCallback,userContext); },
GetLocationsWithinBoundsOrdered_simpleOH:function(cLat,cLng,swLat,swLng,neLat,neLng,openingHoursFilterCollection,apikey,productlabel,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetLocationsWithinBoundsOrdered_simpleOH',false,{cLat:cLat,cLng:cLng,swLat:swLat,swLng:swLng,neLat:neLat,neLng:neLng,openingHoursFilterCollection:openingHoursFilterCollection,apikey:apikey,productlabel:productlabel},succeededCallback,failedCallback,userContext); },
GetLocationsFromAddressOH:function(address,openingHoursFilterCollection,apikey,productlabel,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetLocationsFromAddressOH',false,{address:address,openingHoursFilterCollection:openingHoursFilterCollection,apikey:apikey,productlabel:productlabel},succeededCallback,failedCallback,userContext); }}
NL.ADA.TPG.Lokatiekiezer.ServiceInterface.LocatieKiezerWS.registerClass('NL.ADA.TPG.Lokatiekiezer.ServiceInterface.LocatieKiezerWS',Sys.Net.WebServiceProxy);
NL.ADA.TPG.Lokatiekiezer.ServiceInterface.LocatieKiezerWS._staticInstance = new NL.ADA.TPG.Lokatiekiezer.ServiceInterface.LocatieKiezerWS();
NL.ADA.TPG.Lokatiekiezer.ServiceInterface.LocatieKiezerWS.set_path = function(value) { NL.ADA.TPG.Lokatiekiezer.ServiceInterface.LocatieKiezerWS._staticInstance.set_path(value); }
NL.ADA.TPG.Lokatiekiezer.ServiceInterface.LocatieKiezerWS.get_path = function() { return NL.ADA.TPG.Lokatiekiezer.ServiceInterface.LocatieKiezerWS._staticInstance.get_path(); }
NL.ADA.TPG.Lokatiekiezer.ServiceInterface.LocatieKiezerWS.set_timeout = function(value) { NL.ADA.TPG.Lokatiekiezer.ServiceInterface.LocatieKiezerWS._staticInstance.set_timeout(value); }
NL.ADA.TPG.Lokatiekiezer.ServiceInterface.LocatieKiezerWS.get_timeout = function() { return NL.ADA.TPG.Lokatiekiezer.ServiceInterface.LocatieKiezerWS._staticInstance.get_timeout(); }
NL.ADA.TPG.Lokatiekiezer.ServiceInterface.LocatieKiezerWS.set_defaultUserContext = function(value) { NL.ADA.TPG.Lokatiekiezer.ServiceInterface.LocatieKiezerWS._staticInstance.set_defaultUserContext(value); }
NL.ADA.TPG.Lokatiekiezer.ServiceInterface.LocatieKiezerWS.get_defaultUserContext = function() { return NL.ADA.TPG.Lokatiekiezer.ServiceInterface.LocatieKiezerWS._staticInstance.get_defaultUserContext(); }
NL.ADA.TPG.Lokatiekiezer.ServiceInterface.LocatieKiezerWS.set_defaultSucceededCallback = function(value) { NL.ADA.TPG.Lokatiekiezer.ServiceInterface.LocatieKiezerWS._staticInstance.set_defaultSucceededCallback(value); }
NL.ADA.TPG.Lokatiekiezer.ServiceInterface.LocatieKiezerWS.get_defaultSucceededCallback = function() { return NL.ADA.TPG.Lokatiekiezer.ServiceInterface.LocatieKiezerWS._staticInstance.get_defaultSucceededCallback(); }
NL.ADA.TPG.Lokatiekiezer.ServiceInterface.LocatieKiezerWS.set_defaultFailedCallback = function(value) { NL.ADA.TPG.Lokatiekiezer.ServiceInterface.LocatieKiezerWS._staticInstance.set_defaultFailedCallback(value); }
NL.ADA.TPG.Lokatiekiezer.ServiceInterface.LocatieKiezerWS.get_defaultFailedCallback = function() { return NL.ADA.TPG.Lokatiekiezer.ServiceInterface.LocatieKiezerWS._staticInstance.get_defaultFailedCallback(); }
NL.ADA.TPG.Lokatiekiezer.ServiceInterface.LocatieKiezerWS.set_enableJsonp = function(value) { NL.ADA.TPG.Lokatiekiezer.ServiceInterface.LocatieKiezerWS._staticInstance.set_enableJsonp(value); }
NL.ADA.TPG.Lokatiekiezer.ServiceInterface.LocatieKiezerWS.get_enableJsonp = function() { return NL.ADA.TPG.Lokatiekiezer.ServiceInterface.LocatieKiezerWS._staticInstance.get_enableJsonp(); }
NL.ADA.TPG.Lokatiekiezer.ServiceInterface.LocatieKiezerWS.set_jsonpCallbackParameter = function(value) { NL.ADA.TPG.Lokatiekiezer.ServiceInterface.LocatieKiezerWS._staticInstance.set_jsonpCallbackParameter(value); }
NL.ADA.TPG.Lokatiekiezer.ServiceInterface.LocatieKiezerWS.get_jsonpCallbackParameter = function() { return NL.ADA.TPG.Lokatiekiezer.ServiceInterface.LocatieKiezerWS._staticInstance.get_jsonpCallbackParameter(); }
NL.ADA.TPG.Lokatiekiezer.ServiceInterface.LocatieKiezerWS.set_path("/Service/LocatieKiezerWS.asmx");
NL.ADA.TPG.Lokatiekiezer.ServiceInterface.LocatieKiezerWS.GetLocationsWithinBounds= function(sw,ne,weekend,evening,apikey,productlabel,onSuccess,onFailed,userContext) {NL.ADA.TPG.Lokatiekiezer.ServiceInterface.LocatieKiezerWS._staticInstance.GetLocationsWithinBounds(sw,ne,weekend,evening,apikey,productlabel,onSuccess,onFailed,userContext); }
NL.ADA.TPG.Lokatiekiezer.ServiceInterface.LocatieKiezerWS.GetLocationsWithinBoundsOrdered= function(central,sw,ne,weekend,evening,apikey,productlabel,onSuccess,onFailed,userContext) {NL.ADA.TPG.Lokatiekiezer.ServiceInterface.LocatieKiezerWS._staticInstance.GetLocationsWithinBoundsOrdered(central,sw,ne,weekend,evening,apikey,productlabel,onSuccess,onFailed,userContext); }
NL.ADA.TPG.Lokatiekiezer.ServiceInterface.LocatieKiezerWS.GetLocationsWithinBounds_simple= function(swLat,swLng,neLat,neLng,weekend,evening,apikey,productlabel,onSuccess,onFailed,userContext) {NL.ADA.TPG.Lokatiekiezer.ServiceInterface.LocatieKiezerWS._staticInstance.GetLocationsWithinBounds_simple(swLat,swLng,neLat,neLng,weekend,evening,apikey,productlabel,onSuccess,onFailed,userContext); }
NL.ADA.TPG.Lokatiekiezer.ServiceInterface.LocatieKiezerWS.GetLocationsFromAddress= function(address,weekend,evening,apikey,productlabel,onSuccess,onFailed,userContext) {NL.ADA.TPG.Lokatiekiezer.ServiceInterface.LocatieKiezerWS._staticInstance.GetLocationsFromAddress(address,weekend,evening,apikey,productlabel,onSuccess,onFailed,userContext); }
NL.ADA.TPG.Lokatiekiezer.ServiceInterface.LocatieKiezerWS.GetLocationsWithinBounds_simpleOH= function(swLat,swLng,neLat,neLng,openingHoursFilterCollection,apikey,productlabel,onSuccess,onFailed,userContext) {NL.ADA.TPG.Lokatiekiezer.ServiceInterface.LocatieKiezerWS._staticInstance.GetLocationsWithinBounds_simpleOH(swLat,swLng,neLat,neLng,openingHoursFilterCollection,apikey,productlabel,onSuccess,onFailed,userContext); }
NL.ADA.TPG.Lokatiekiezer.ServiceInterface.LocatieKiezerWS.GetLocationsWithinBoundsOrdered_simpleOH= function(cLat,cLng,swLat,swLng,neLat,neLng,openingHoursFilterCollection,apikey,productlabel,onSuccess,onFailed,userContext) {NL.ADA.TPG.Lokatiekiezer.ServiceInterface.LocatieKiezerWS._staticInstance.GetLocationsWithinBoundsOrdered_simpleOH(cLat,cLng,swLat,swLng,neLat,neLng,openingHoursFilterCollection,apikey,productlabel,onSuccess,onFailed,userContext); }
NL.ADA.TPG.Lokatiekiezer.ServiceInterface.LocatieKiezerWS.GetLocationsFromAddressOH= function(address,openingHoursFilterCollection,apikey,productlabel,onSuccess,onFailed,userContext) {NL.ADA.TPG.Lokatiekiezer.ServiceInterface.LocatieKiezerWS._staticInstance.GetLocationsFromAddressOH(address,openingHoursFilterCollection,apikey,productlabel,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
if (typeof(NL.ADA.TPG.Lokatiekiezer.ServiceInterface.LatLngClient) === 'undefined') {
NL.ADA.TPG.Lokatiekiezer.ServiceInterface.LatLngClient=gtc("NL.ADA.TPG.Lokatiekiezer.ServiceInterface.LatLngClient");
NL.ADA.TPG.Lokatiekiezer.ServiceInterface.LatLngClient.registerClass('NL.ADA.TPG.Lokatiekiezer.ServiceInterface.LatLngClient');
}

