var WS_PersonLocations=function() {
WS_PersonLocations.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
WS_PersonLocations.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return WS_PersonLocations._staticInstance.get_path();},
GetExistingKeywords:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetExistingKeywords',false,{},succeededCallback,failedCallback,userContext); },
SaveKeywords:function(queueParameters,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SaveKeywords',false,{queueParameters:queueParameters},succeededCallback,failedCallback,userContext); },
SaveLatLng:function(queueParameters,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SaveLatLng',false,{queueParameters:queueParameters},succeededCallback,failedCallback,userContext); },
GetPersonLatLng:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetPersonLatLng',false,{},succeededCallback,failedCallback,userContext); }}
WS_PersonLocations.registerClass('WS_PersonLocations',Sys.Net.WebServiceProxy);
WS_PersonLocations._staticInstance = new WS_PersonLocations();
WS_PersonLocations.set_path = function(value) { WS_PersonLocations._staticInstance.set_path(value); }
WS_PersonLocations.get_path = function() { return WS_PersonLocations._staticInstance.get_path(); }
WS_PersonLocations.set_timeout = function(value) { WS_PersonLocations._staticInstance.set_timeout(value); }
WS_PersonLocations.get_timeout = function() { return WS_PersonLocations._staticInstance.get_timeout(); }
WS_PersonLocations.set_defaultUserContext = function(value) { WS_PersonLocations._staticInstance.set_defaultUserContext(value); }
WS_PersonLocations.get_defaultUserContext = function() { return WS_PersonLocations._staticInstance.get_defaultUserContext(); }
WS_PersonLocations.set_defaultSucceededCallback = function(value) { WS_PersonLocations._staticInstance.set_defaultSucceededCallback(value); }
WS_PersonLocations.get_defaultSucceededCallback = function() { return WS_PersonLocations._staticInstance.get_defaultSucceededCallback(); }
WS_PersonLocations.set_defaultFailedCallback = function(value) { WS_PersonLocations._staticInstance.set_defaultFailedCallback(value); }
WS_PersonLocations.get_defaultFailedCallback = function() { return WS_PersonLocations._staticInstance.get_defaultFailedCallback(); }
WS_PersonLocations.set_path("/WebServices/WS_PersonLocations.asmx");
WS_PersonLocations.GetExistingKeywords= function(onSuccess,onFailed,userContext) {WS_PersonLocations._staticInstance.GetExistingKeywords(onSuccess,onFailed,userContext); }
WS_PersonLocations.SaveKeywords= function(queueParameters,onSuccess,onFailed,userContext) {WS_PersonLocations._staticInstance.SaveKeywords(queueParameters,onSuccess,onFailed,userContext); }
WS_PersonLocations.SaveLatLng= function(queueParameters,onSuccess,onFailed,userContext) {WS_PersonLocations._staticInstance.SaveLatLng(queueParameters,onSuccess,onFailed,userContext); }
WS_PersonLocations.GetPersonLatLng= function(onSuccess,onFailed,userContext) {WS_PersonLocations._staticInstance.GetPersonLatLng(onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
if (typeof(PersonLocationsUi) === 'undefined') {
var PersonLocationsUi=gtc("PersonLocationsUi");
PersonLocationsUi.registerClass('PersonLocationsUi');
}
if (typeof(PageResponse) === 'undefined') {
var PageResponse=gtc("PageResponse");
PageResponse.registerClass('PageResponse');
}
if (typeof(QueueParameters) === 'undefined') {
var QueueParameters=gtc("QueueParameters");
QueueParameters.registerClass('QueueParameters');
}
if (typeof(LatLngUi) === 'undefined') {
var LatLngUi=gtc("LatLngUi");
LatLngUi.registerClass('LatLngUi');
}

