Type.registerNamespace('Fonix.SiteGUI.WebServices');
Fonix.SiteGUI.WebServices.FXAppServices=function() {
Fonix.SiteGUI.WebServices.FXAppServices.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
Fonix.SiteGUI.WebServices.FXAppServices.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return Fonix.SiteGUI.WebServices.FXAppServices._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); },
RenderDataSheet2:function(ctx,succeededCallback, failedCallback, userContext) {
/// <param name="ctx" type="Fonix.Data.MapObjects.JSONDataContext">Fonix.Data.MapObjects.JSONDataContext</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(), 'RenderDataSheet2',false,{ctx:ctx},succeededCallback,failedCallback,userContext); },
RenderDataSheet:function(p,succeededCallback, failedCallback, userContext) {
/// <param name="p" type="Fonix.Data.MapObjects.JSONGpPrimitive">Fonix.Data.MapObjects.JSONGpPrimitive</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(), 'RenderDataSheet',false,{p:p},succeededCallback,failedCallback,userContext); },
SearchAddress:function(mapCode,ctxId,ctyName,district,strName,strType,hrsz,no,succeededCallback, failedCallback, userContext) {
/// <param name="mapCode" type="String">System.String</param>
/// <param name="ctxId" type="Number">System.Int32</param>
/// <param name="ctyName" type="String">System.String</param>
/// <param name="district" type="String">System.String</param>
/// <param name="strName" type="String">System.String</param>
/// <param name="strType" type="String">System.String</param>
/// <param name="hrsz" type="String">System.String</param>
/// <param name="no" 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(), 'SearchAddress',false,{mapCode:mapCode,ctxId:ctxId,ctyName:ctyName,district:district,strName:strName,strType:strType,hrsz:hrsz,no:no},succeededCallback,failedCallback,userContext); },
SearchAddressObject:function(mapCode,ctxId,zLevel,ctyName,district,strName,strType,hrsz,no,succeededCallback, failedCallback, userContext) {
/// <param name="mapCode" type="String">System.String</param>
/// <param name="ctxId" type="Number">System.Int32</param>
/// <param name="zLevel" type="Number">System.Int32</param>
/// <param name="ctyName" type="String">System.String</param>
/// <param name="district" type="String">System.String</param>
/// <param name="strName" type="String">System.String</param>
/// <param name="strType" type="String">System.String</param>
/// <param name="hrsz" type="String">System.String</param>
/// <param name="no" 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(), 'SearchAddressObject',false,{mapCode:mapCode,ctxId:ctxId,zLevel:zLevel,ctyName:ctyName,district:district,strName:strName,strType:strType,hrsz:hrsz,no:no},succeededCallback,failedCallback,userContext); },
SearchRouteObject:function(mapCode,ctxId,zLevel,ctyNameFrom,districtFrom,strNameFrom,strTypeFrom,noFrom,ctyNameTo,districtTo,strNameTo,strTypeTo,noTo,succeededCallback, failedCallback, userContext) {
/// <param name="mapCode" type="String">System.String</param>
/// <param name="ctxId" type="Number">System.Int32</param>
/// <param name="zLevel" type="Number">System.Int32</param>
/// <param name="ctyNameFrom" type="String">System.String</param>
/// <param name="districtFrom" type="String">System.String</param>
/// <param name="strNameFrom" type="String">System.String</param>
/// <param name="strTypeFrom" type="String">System.String</param>
/// <param name="noFrom" type="String">System.String</param>
/// <param name="ctyNameTo" type="String">System.String</param>
/// <param name="districtTo" type="String">System.String</param>
/// <param name="strNameTo" type="String">System.String</param>
/// <param name="strTypeTo" type="String">System.String</param>
/// <param name="noTo" 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(), 'SearchRouteObject',false,{mapCode:mapCode,ctxId:ctxId,zLevel:zLevel,ctyNameFrom:ctyNameFrom,districtFrom:districtFrom,strNameFrom:strNameFrom,strTypeFrom:strTypeFrom,noFrom:noFrom,ctyNameTo:ctyNameTo,districtTo:districtTo,strNameTo:strNameTo,strTypeTo:strTypeTo,noTo:noTo},succeededCallback,failedCallback,userContext); },
RenderFXLegend:function(mapCode,succeededCallback, failedCallback, userContext) {
/// <param name="mapCode" 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(), 'RenderFXLegend',false,{mapCode:mapCode},succeededCallback,failedCallback,userContext); },
RenderFXThList:function(mapCode,succeededCallback, failedCallback, userContext) {
/// <param name="mapCode" 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(), 'RenderFXThList',false,{mapCode:mapCode},succeededCallback,failedCallback,userContext); },
InvalidatethMap:function(thID,succeededCallback, failedCallback, userContext) {
/// <param name="thID" type="Number">System.Int32</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(), 'InvalidatethMap',false,{thID:thID},succeededCallback,failedCallback,userContext); },
RenderFXThLegend:function(thID,succeededCallback, failedCallback, userContext) {
/// <param name="thID" type="Number">System.Int32</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(), 'RenderFXThLegend',false,{thID:thID},succeededCallback,failedCallback,userContext); },
RenderFXThLegend2:function(thID,succeededCallback, failedCallback, userContext) {
/// <param name="thID" type="Number">System.Int32</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(), 'RenderFXThLegend2',false,{thID:thID},succeededCallback,failedCallback,userContext); },
RenderFXLayerControlContent:function(mapCode,succeededCallback, failedCallback, userContext) {
/// <param name="mapCode" 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(), 'RenderFXLayerControlContent',false,{mapCode:mapCode},succeededCallback,failedCallback,userContext); },
GetRouteEdge:function(mapCode,ctxId,zLevel,arrPrid,arrDirs,succeededCallback, failedCallback, userContext) {
/// <param name="mapCode" type="String">System.String</param>
/// <param name="ctxId" type="Number">System.Int32</param>
/// <param name="zLevel" type="Number">System.Int32</param>
/// <param name="arrPrid" type="String">System.String</param>
/// <param name="arrDirs" 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(), 'GetRouteEdge',false,{mapCode:mapCode,ctxId:ctxId,zLevel:zLevel,arrPrid:arrPrid,arrDirs:arrDirs},succeededCallback,failedCallback,userContext); },
Fa_Render: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(), 'Fa_Render',false,{},succeededCallback,failedCallback,userContext); },
POI_Render:function(tp,succeededCallback, failedCallback, userContext) {
/// <param name="tp" 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(), 'POI_Render',false,{tp:tp},succeededCallback,failedCallback,userContext); },
Fa_New:function(lat,lon,fajtaID,succeededCallback, failedCallback, userContext) {
/// <param name="lat" type="Number">System.Double</param>
/// <param name="lon" type="Number">System.Double</param>
/// <param name="fajtaID" type="Number">System.Int32</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(), 'Fa_New',false,{lat:lat,lon:lon,fajtaID:fajtaID},succeededCallback,failedCallback,userContext); },
Fa_Modify:function(ID,lat,lon,succeededCallback, failedCallback, userContext) {
/// <param name="ID" type="Number">System.Int32</param>
/// <param name="lat" type="Number">System.Double</param>
/// <param name="lon" type="Number">System.Double</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(), 'Fa_Modify',false,{ID:ID,lat:lat,lon:lon},succeededCallback,failedCallback,userContext); },
POI_New:function(lat,lon,POIType,succeededCallback, failedCallback, userContext) {
/// <param name="lat" type="Number">System.Double</param>
/// <param name="lon" type="Number">System.Double</param>
/// <param name="POIType" 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(), 'POI_New',false,{lat:lat,lon:lon,POIType:POIType},succeededCallback,failedCallback,userContext); },
POI_Modify:function(ID,POIType,lat,lon,succeededCallback, failedCallback, userContext) {
/// <param name="ID" type="Number">System.Int32</param>
/// <param name="POIType" type="String">System.String</param>
/// <param name="lat" type="Number">System.Double</param>
/// <param name="lon" type="Number">System.Double</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(), 'POI_Modify',false,{ID:ID,POIType:POIType,lat:lat,lon:lon},succeededCallback,failedCallback,userContext); },
Kviz_GetItem:function(QID,succeededCallback, failedCallback, userContext) {
/// <param name="QID" type="Number">System.Int32</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(), 'Kviz_GetItem',false,{QID:QID},succeededCallback,failedCallback,userContext); },
Kviz_GetResult:function(QID,gameType,lat,lon,zLevel,remain,succeededCallback, failedCallback, userContext) {
/// <param name="QID" type="Number">System.Int32</param>
/// <param name="gameType" type="Number">System.Int32</param>
/// <param name="lat" type="Number">System.Double</param>
/// <param name="lon" type="Number">System.Double</param>
/// <param name="zLevel" type="Number">System.Int32</param>
/// <param name="remain" type="Number">System.Int32</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(), 'Kviz_GetResult',false,{QID:QID,gameType:gameType,lat:lat,lon:lon,zLevel:zLevel,remain:remain},succeededCallback,failedCallback,userContext); },
Kviz_EndGame:function(fxLocator,gameType,score,scorePercent,succeededCallback, failedCallback, userContext) {
/// <param name="fxLocator" type="Fonix.SiteGUI.Managers.FonixLocator">Fonix.SiteGUI.Managers.FonixLocator</param>
/// <param name="gameType" type="Number">System.Int32</param>
/// <param name="score" type="Number">System.Int32</param>
/// <param name="scorePercent" type="Number">System.Double</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(), 'Kviz_EndGame',false,{fxLocator:fxLocator,gameType:gameType,score:score,scorePercent:scorePercent},succeededCallback,failedCallback,userContext); },
Kviz_GetQPool:function(gameType,succeededCallback, failedCallback, userContext) {
/// <param name="gameType" type="Number">System.Int32</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(), 'Kviz_GetQPool',false,{gameType:gameType},succeededCallback,failedCallback,userContext); },
TIIIR_GetIntezmenyList:function(zLevel,lat0,lon0,mapMode,succeededCallback, failedCallback, userContext) {
/// <param name="zLevel" type="Number">System.Int32</param>
/// <param name="lat0" type="Number">System.Double</param>
/// <param name="lon0" type="Number">System.Double</param>
/// <param name="mapMode" type="Number">System.Int32</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(), 'TIIIR_GetIntezmenyList',false,{zLevel:zLevel,lat0:lat0,lon0:lon0,mapMode:mapMode},succeededCallback,failedCallback,userContext); },
TIIIR_SelectWithNUTS:function(primID,ovrID,zLevel,shift,lat0,lon0,mapMode,succeededCallback, failedCallback, userContext) {
/// <param name="primID" type="Number">System.Int32</param>
/// <param name="ovrID" type="Number">System.Int32</param>
/// <param name="zLevel" type="Number">System.Int32</param>
/// <param name="shift" type="Boolean">System.Boolean</param>
/// <param name="lat0" type="Number">System.Double</param>
/// <param name="lon0" type="Number">System.Double</param>
/// <param name="mapMode" type="Number">System.Int32</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(), 'TIIIR_SelectWithNUTS',false,{primID:primID,ovrID:ovrID,zLevel:zLevel,shift:shift,lat0:lat0,lon0:lon0,mapMode:mapMode},succeededCallback,failedCallback,userContext); },
TIIIR_UpdateIntezmeny:function(orgID,clsID,selected,lat,lon,mapMode,succeededCallback, failedCallback, userContext) {
/// <param name="orgID" type="Number">System.Int32</param>
/// <param name="clsID" type="Number">System.Int32</param>
/// <param name="selected" type="Boolean">System.Boolean</param>
/// <param name="lat" type="String">System.String</param>
/// <param name="lon" type="String">System.String</param>
/// <param name="mapMode" type="Number">System.Int32</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(), 'TIIIR_UpdateIntezmeny',false,{orgID:orgID,clsID:clsID,selected:selected,lat:lat,lon:lon,mapMode:mapMode},succeededCallback,failedCallback,userContext); },
TIIIR_GetIntezmenyDetails:function(orgID,lat,lon,mapMode,succeededCallback, failedCallback, userContext) {
/// <param name="orgID" type="Number">System.Int32</param>
/// <param name="lat" type="String">System.String</param>
/// <param name="lon" type="String">System.String</param>
/// <param name="mapMode" type="Number">System.Int32</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(), 'TIIIR_GetIntezmenyDetails',false,{orgID:orgID,lat:lat,lon:lon,mapMode:mapMode},succeededCallback,failedCallback,userContext); },
TIIIR_GetIntezmeny:function(orgID,clsID,lat,lon,mapMode,succeededCallback, failedCallback, userContext) {
/// <param name="orgID" type="Number">System.Int32</param>
/// <param name="clsID" type="Number">System.Int32</param>
/// <param name="lat" type="String">System.String</param>
/// <param name="lon" type="String">System.String</param>
/// <param name="mapMode" type="Number">System.Int32</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(), 'TIIIR_GetIntezmeny',false,{orgID:orgID,clsID:clsID,lat:lat,lon:lon,mapMode:mapMode},succeededCallback,failedCallback,userContext); },
TIIIR_ForteRedirect:function(mapMode,succeededCallback, failedCallback, userContext) {
/// <param name="mapMode" type="Number">System.Int32</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(), 'TIIIR_ForteRedirect',false,{mapMode:mapMode},succeededCallback,failedCallback,userContext); },
TIIIR_ForteDelFromList:function(mapMode,succeededCallback, failedCallback, userContext) {
/// <param name="mapMode" type="Number">System.Int32</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(), 'TIIIR_ForteDelFromList',false,{mapMode:mapMode},succeededCallback,failedCallback,userContext); }}
Fonix.SiteGUI.WebServices.FXAppServices.registerClass('Fonix.SiteGUI.WebServices.FXAppServices',Sys.Net.WebServiceProxy);
Fonix.SiteGUI.WebServices.FXAppServices._staticInstance = new Fonix.SiteGUI.WebServices.FXAppServices();
Fonix.SiteGUI.WebServices.FXAppServices.set_path = function(value) {
Fonix.SiteGUI.WebServices.FXAppServices._staticInstance.set_path(value); }
Fonix.SiteGUI.WebServices.FXAppServices.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return Fonix.SiteGUI.WebServices.FXAppServices._staticInstance.get_path();}
Fonix.SiteGUI.WebServices.FXAppServices.set_timeout = function(value) {
Fonix.SiteGUI.WebServices.FXAppServices._staticInstance.set_timeout(value); }
Fonix.SiteGUI.WebServices.FXAppServices.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return Fonix.SiteGUI.WebServices.FXAppServices._staticInstance.get_timeout(); }
Fonix.SiteGUI.WebServices.FXAppServices.set_defaultUserContext = function(value) { 
Fonix.SiteGUI.WebServices.FXAppServices._staticInstance.set_defaultUserContext(value); }
Fonix.SiteGUI.WebServices.FXAppServices.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return Fonix.SiteGUI.WebServices.FXAppServices._staticInstance.get_defaultUserContext(); }
Fonix.SiteGUI.WebServices.FXAppServices.set_defaultSucceededCallback = function(value) { 
 Fonix.SiteGUI.WebServices.FXAppServices._staticInstance.set_defaultSucceededCallback(value); }
Fonix.SiteGUI.WebServices.FXAppServices.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return Fonix.SiteGUI.WebServices.FXAppServices._staticInstance.get_defaultSucceededCallback(); }
Fonix.SiteGUI.WebServices.FXAppServices.set_defaultFailedCallback = function(value) { 
Fonix.SiteGUI.WebServices.FXAppServices._staticInstance.set_defaultFailedCallback(value); }
Fonix.SiteGUI.WebServices.FXAppServices.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return Fonix.SiteGUI.WebServices.FXAppServices._staticInstance.get_defaultFailedCallback(); }
Fonix.SiteGUI.WebServices.FXAppServices.set_enableJsonp = function(value) { Fonix.SiteGUI.WebServices.FXAppServices._staticInstance.set_enableJsonp(value); }
Fonix.SiteGUI.WebServices.FXAppServices.get_enableJsonp = function() { 
/// <value type="Boolean">Specifies whether the service supports JSONP for cross domain calling.</value>
return Fonix.SiteGUI.WebServices.FXAppServices._staticInstance.get_enableJsonp(); }
Fonix.SiteGUI.WebServices.FXAppServices.set_jsonpCallbackParameter = function(value) { Fonix.SiteGUI.WebServices.FXAppServices._staticInstance.set_jsonpCallbackParameter(value); }
Fonix.SiteGUI.WebServices.FXAppServices.get_jsonpCallbackParameter = function() { 
/// <value type="String">Specifies the parameter name that contains the callback function name for a JSONP request.</value>
return Fonix.SiteGUI.WebServices.FXAppServices._staticInstance.get_jsonpCallbackParameter(); }
Fonix.SiteGUI.WebServices.FXAppServices.set_path("/WebServices/FXAppServices.asmx");
Fonix.SiteGUI.WebServices.FXAppServices.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>
Fonix.SiteGUI.WebServices.FXAppServices._staticInstance.HelloWorld(onSuccess,onFailed,userContext); }
Fonix.SiteGUI.WebServices.FXAppServices.RenderDataSheet2= function(ctx,onSuccess,onFailed,userContext) {
/// <param name="ctx" type="Fonix.Data.MapObjects.JSONDataContext">Fonix.Data.MapObjects.JSONDataContext</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>
Fonix.SiteGUI.WebServices.FXAppServices._staticInstance.RenderDataSheet2(ctx,onSuccess,onFailed,userContext); }
Fonix.SiteGUI.WebServices.FXAppServices.RenderDataSheet= function(p,onSuccess,onFailed,userContext) {
/// <param name="p" type="Fonix.Data.MapObjects.JSONGpPrimitive">Fonix.Data.MapObjects.JSONGpPrimitive</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>
Fonix.SiteGUI.WebServices.FXAppServices._staticInstance.RenderDataSheet(p,onSuccess,onFailed,userContext); }
Fonix.SiteGUI.WebServices.FXAppServices.SearchAddress= function(mapCode,ctxId,ctyName,district,strName,strType,hrsz,no,onSuccess,onFailed,userContext) {
/// <param name="mapCode" type="String">System.String</param>
/// <param name="ctxId" type="Number">System.Int32</param>
/// <param name="ctyName" type="String">System.String</param>
/// <param name="district" type="String">System.String</param>
/// <param name="strName" type="String">System.String</param>
/// <param name="strType" type="String">System.String</param>
/// <param name="hrsz" type="String">System.String</param>
/// <param name="no" 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>
Fonix.SiteGUI.WebServices.FXAppServices._staticInstance.SearchAddress(mapCode,ctxId,ctyName,district,strName,strType,hrsz,no,onSuccess,onFailed,userContext); }
Fonix.SiteGUI.WebServices.FXAppServices.SearchAddressObject= function(mapCode,ctxId,zLevel,ctyName,district,strName,strType,hrsz,no,onSuccess,onFailed,userContext) {
/// <param name="mapCode" type="String">System.String</param>
/// <param name="ctxId" type="Number">System.Int32</param>
/// <param name="zLevel" type="Number">System.Int32</param>
/// <param name="ctyName" type="String">System.String</param>
/// <param name="district" type="String">System.String</param>
/// <param name="strName" type="String">System.String</param>
/// <param name="strType" type="String">System.String</param>
/// <param name="hrsz" type="String">System.String</param>
/// <param name="no" 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>
Fonix.SiteGUI.WebServices.FXAppServices._staticInstance.SearchAddressObject(mapCode,ctxId,zLevel,ctyName,district,strName,strType,hrsz,no,onSuccess,onFailed,userContext); }
Fonix.SiteGUI.WebServices.FXAppServices.SearchRouteObject= function(mapCode,ctxId,zLevel,ctyNameFrom,districtFrom,strNameFrom,strTypeFrom,noFrom,ctyNameTo,districtTo,strNameTo,strTypeTo,noTo,onSuccess,onFailed,userContext) {
/// <param name="mapCode" type="String">System.String</param>
/// <param name="ctxId" type="Number">System.Int32</param>
/// <param name="zLevel" type="Number">System.Int32</param>
/// <param name="ctyNameFrom" type="String">System.String</param>
/// <param name="districtFrom" type="String">System.String</param>
/// <param name="strNameFrom" type="String">System.String</param>
/// <param name="strTypeFrom" type="String">System.String</param>
/// <param name="noFrom" type="String">System.String</param>
/// <param name="ctyNameTo" type="String">System.String</param>
/// <param name="districtTo" type="String">System.String</param>
/// <param name="strNameTo" type="String">System.String</param>
/// <param name="strTypeTo" type="String">System.String</param>
/// <param name="noTo" 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>
Fonix.SiteGUI.WebServices.FXAppServices._staticInstance.SearchRouteObject(mapCode,ctxId,zLevel,ctyNameFrom,districtFrom,strNameFrom,strTypeFrom,noFrom,ctyNameTo,districtTo,strNameTo,strTypeTo,noTo,onSuccess,onFailed,userContext); }
Fonix.SiteGUI.WebServices.FXAppServices.RenderFXLegend= function(mapCode,onSuccess,onFailed,userContext) {
/// <param name="mapCode" 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>
Fonix.SiteGUI.WebServices.FXAppServices._staticInstance.RenderFXLegend(mapCode,onSuccess,onFailed,userContext); }
Fonix.SiteGUI.WebServices.FXAppServices.RenderFXThList= function(mapCode,onSuccess,onFailed,userContext) {
/// <param name="mapCode" 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>
Fonix.SiteGUI.WebServices.FXAppServices._staticInstance.RenderFXThList(mapCode,onSuccess,onFailed,userContext); }
Fonix.SiteGUI.WebServices.FXAppServices.InvalidatethMap= function(thID,onSuccess,onFailed,userContext) {
/// <param name="thID" type="Number">System.Int32</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>
Fonix.SiteGUI.WebServices.FXAppServices._staticInstance.InvalidatethMap(thID,onSuccess,onFailed,userContext); }
Fonix.SiteGUI.WebServices.FXAppServices.RenderFXThLegend= function(thID,onSuccess,onFailed,userContext) {
/// <param name="thID" type="Number">System.Int32</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>
Fonix.SiteGUI.WebServices.FXAppServices._staticInstance.RenderFXThLegend(thID,onSuccess,onFailed,userContext); }
Fonix.SiteGUI.WebServices.FXAppServices.RenderFXThLegend2= function(thID,onSuccess,onFailed,userContext) {
/// <param name="thID" type="Number">System.Int32</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>
Fonix.SiteGUI.WebServices.FXAppServices._staticInstance.RenderFXThLegend2(thID,onSuccess,onFailed,userContext); }
Fonix.SiteGUI.WebServices.FXAppServices.RenderFXLayerControlContent= function(mapCode,onSuccess,onFailed,userContext) {
/// <param name="mapCode" 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>
Fonix.SiteGUI.WebServices.FXAppServices._staticInstance.RenderFXLayerControlContent(mapCode,onSuccess,onFailed,userContext); }
Fonix.SiteGUI.WebServices.FXAppServices.GetRouteEdge= function(mapCode,ctxId,zLevel,arrPrid,arrDirs,onSuccess,onFailed,userContext) {
/// <param name="mapCode" type="String">System.String</param>
/// <param name="ctxId" type="Number">System.Int32</param>
/// <param name="zLevel" type="Number">System.Int32</param>
/// <param name="arrPrid" type="String">System.String</param>
/// <param name="arrDirs" 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>
Fonix.SiteGUI.WebServices.FXAppServices._staticInstance.GetRouteEdge(mapCode,ctxId,zLevel,arrPrid,arrDirs,onSuccess,onFailed,userContext); }
Fonix.SiteGUI.WebServices.FXAppServices.Fa_Render= 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>
Fonix.SiteGUI.WebServices.FXAppServices._staticInstance.Fa_Render(onSuccess,onFailed,userContext); }
Fonix.SiteGUI.WebServices.FXAppServices.POI_Render= function(tp,onSuccess,onFailed,userContext) {
/// <param name="tp" 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>
Fonix.SiteGUI.WebServices.FXAppServices._staticInstance.POI_Render(tp,onSuccess,onFailed,userContext); }
Fonix.SiteGUI.WebServices.FXAppServices.Fa_New= function(lat,lon,fajtaID,onSuccess,onFailed,userContext) {
/// <param name="lat" type="Number">System.Double</param>
/// <param name="lon" type="Number">System.Double</param>
/// <param name="fajtaID" type="Number">System.Int32</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>
Fonix.SiteGUI.WebServices.FXAppServices._staticInstance.Fa_New(lat,lon,fajtaID,onSuccess,onFailed,userContext); }
Fonix.SiteGUI.WebServices.FXAppServices.Fa_Modify= function(ID,lat,lon,onSuccess,onFailed,userContext) {
/// <param name="ID" type="Number">System.Int32</param>
/// <param name="lat" type="Number">System.Double</param>
/// <param name="lon" type="Number">System.Double</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>
Fonix.SiteGUI.WebServices.FXAppServices._staticInstance.Fa_Modify(ID,lat,lon,onSuccess,onFailed,userContext); }
Fonix.SiteGUI.WebServices.FXAppServices.POI_New= function(lat,lon,POIType,onSuccess,onFailed,userContext) {
/// <param name="lat" type="Number">System.Double</param>
/// <param name="lon" type="Number">System.Double</param>
/// <param name="POIType" 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>
Fonix.SiteGUI.WebServices.FXAppServices._staticInstance.POI_New(lat,lon,POIType,onSuccess,onFailed,userContext); }
Fonix.SiteGUI.WebServices.FXAppServices.POI_Modify= function(ID,POIType,lat,lon,onSuccess,onFailed,userContext) {
/// <param name="ID" type="Number">System.Int32</param>
/// <param name="POIType" type="String">System.String</param>
/// <param name="lat" type="Number">System.Double</param>
/// <param name="lon" type="Number">System.Double</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>
Fonix.SiteGUI.WebServices.FXAppServices._staticInstance.POI_Modify(ID,POIType,lat,lon,onSuccess,onFailed,userContext); }
Fonix.SiteGUI.WebServices.FXAppServices.Kviz_GetItem= function(QID,onSuccess,onFailed,userContext) {
/// <param name="QID" type="Number">System.Int32</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>
Fonix.SiteGUI.WebServices.FXAppServices._staticInstance.Kviz_GetItem(QID,onSuccess,onFailed,userContext); }
Fonix.SiteGUI.WebServices.FXAppServices.Kviz_GetResult= function(QID,gameType,lat,lon,zLevel,remain,onSuccess,onFailed,userContext) {
/// <param name="QID" type="Number">System.Int32</param>
/// <param name="gameType" type="Number">System.Int32</param>
/// <param name="lat" type="Number">System.Double</param>
/// <param name="lon" type="Number">System.Double</param>
/// <param name="zLevel" type="Number">System.Int32</param>
/// <param name="remain" type="Number">System.Int32</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>
Fonix.SiteGUI.WebServices.FXAppServices._staticInstance.Kviz_GetResult(QID,gameType,lat,lon,zLevel,remain,onSuccess,onFailed,userContext); }
Fonix.SiteGUI.WebServices.FXAppServices.Kviz_EndGame= function(fxLocator,gameType,score,scorePercent,onSuccess,onFailed,userContext) {
/// <param name="fxLocator" type="Fonix.SiteGUI.Managers.FonixLocator">Fonix.SiteGUI.Managers.FonixLocator</param>
/// <param name="gameType" type="Number">System.Int32</param>
/// <param name="score" type="Number">System.Int32</param>
/// <param name="scorePercent" type="Number">System.Double</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>
Fonix.SiteGUI.WebServices.FXAppServices._staticInstance.Kviz_EndGame(fxLocator,gameType,score,scorePercent,onSuccess,onFailed,userContext); }
Fonix.SiteGUI.WebServices.FXAppServices.Kviz_GetQPool= function(gameType,onSuccess,onFailed,userContext) {
/// <param name="gameType" type="Number">System.Int32</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>
Fonix.SiteGUI.WebServices.FXAppServices._staticInstance.Kviz_GetQPool(gameType,onSuccess,onFailed,userContext); }
Fonix.SiteGUI.WebServices.FXAppServices.TIIIR_GetIntezmenyList= function(zLevel,lat0,lon0,mapMode,onSuccess,onFailed,userContext) {
/// <param name="zLevel" type="Number">System.Int32</param>
/// <param name="lat0" type="Number">System.Double</param>
/// <param name="lon0" type="Number">System.Double</param>
/// <param name="mapMode" type="Number">System.Int32</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>
Fonix.SiteGUI.WebServices.FXAppServices._staticInstance.TIIIR_GetIntezmenyList(zLevel,lat0,lon0,mapMode,onSuccess,onFailed,userContext); }
Fonix.SiteGUI.WebServices.FXAppServices.TIIIR_SelectWithNUTS= function(primID,ovrID,zLevel,shift,lat0,lon0,mapMode,onSuccess,onFailed,userContext) {
/// <param name="primID" type="Number">System.Int32</param>
/// <param name="ovrID" type="Number">System.Int32</param>
/// <param name="zLevel" type="Number">System.Int32</param>
/// <param name="shift" type="Boolean">System.Boolean</param>
/// <param name="lat0" type="Number">System.Double</param>
/// <param name="lon0" type="Number">System.Double</param>
/// <param name="mapMode" type="Number">System.Int32</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>
Fonix.SiteGUI.WebServices.FXAppServices._staticInstance.TIIIR_SelectWithNUTS(primID,ovrID,zLevel,shift,lat0,lon0,mapMode,onSuccess,onFailed,userContext); }
Fonix.SiteGUI.WebServices.FXAppServices.TIIIR_UpdateIntezmeny= function(orgID,clsID,selected,lat,lon,mapMode,onSuccess,onFailed,userContext) {
/// <param name="orgID" type="Number">System.Int32</param>
/// <param name="clsID" type="Number">System.Int32</param>
/// <param name="selected" type="Boolean">System.Boolean</param>
/// <param name="lat" type="String">System.String</param>
/// <param name="lon" type="String">System.String</param>
/// <param name="mapMode" type="Number">System.Int32</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>
Fonix.SiteGUI.WebServices.FXAppServices._staticInstance.TIIIR_UpdateIntezmeny(orgID,clsID,selected,lat,lon,mapMode,onSuccess,onFailed,userContext); }
Fonix.SiteGUI.WebServices.FXAppServices.TIIIR_GetIntezmenyDetails= function(orgID,lat,lon,mapMode,onSuccess,onFailed,userContext) {
/// <param name="orgID" type="Number">System.Int32</param>
/// <param name="lat" type="String">System.String</param>
/// <param name="lon" type="String">System.String</param>
/// <param name="mapMode" type="Number">System.Int32</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>
Fonix.SiteGUI.WebServices.FXAppServices._staticInstance.TIIIR_GetIntezmenyDetails(orgID,lat,lon,mapMode,onSuccess,onFailed,userContext); }
Fonix.SiteGUI.WebServices.FXAppServices.TIIIR_GetIntezmeny= function(orgID,clsID,lat,lon,mapMode,onSuccess,onFailed,userContext) {
/// <param name="orgID" type="Number">System.Int32</param>
/// <param name="clsID" type="Number">System.Int32</param>
/// <param name="lat" type="String">System.String</param>
/// <param name="lon" type="String">System.String</param>
/// <param name="mapMode" type="Number">System.Int32</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>
Fonix.SiteGUI.WebServices.FXAppServices._staticInstance.TIIIR_GetIntezmeny(orgID,clsID,lat,lon,mapMode,onSuccess,onFailed,userContext); }
Fonix.SiteGUI.WebServices.FXAppServices.TIIIR_ForteRedirect= function(mapMode,onSuccess,onFailed,userContext) {
/// <param name="mapMode" type="Number">System.Int32</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>
Fonix.SiteGUI.WebServices.FXAppServices._staticInstance.TIIIR_ForteRedirect(mapMode,onSuccess,onFailed,userContext); }
Fonix.SiteGUI.WebServices.FXAppServices.TIIIR_ForteDelFromList= function(mapMode,onSuccess,onFailed,userContext) {
/// <param name="mapMode" type="Number">System.Int32</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>
Fonix.SiteGUI.WebServices.FXAppServices._staticInstance.TIIIR_ForteDelFromList(mapMode,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('Fonix.Data.MapObjects');
if (typeof(Fonix.Data.MapObjects.JSONDataContext) === 'undefined') {
Fonix.Data.MapObjects.JSONDataContext=gtc("Fonix.Data.MapObjects.JSONDataContext");
Fonix.Data.MapObjects.JSONDataContext.registerClass('Fonix.Data.MapObjects.JSONDataContext');
}
Type.registerNamespace('Fonix.Data.AppObjects');
if (typeof(Fonix.Data.AppObjects.JSONResult) === 'undefined') {
Fonix.Data.AppObjects.JSONResult=gtc("Fonix.Data.AppObjects.JSONResult");
Fonix.Data.AppObjects.JSONResult.registerClass('Fonix.Data.AppObjects.JSONResult');
}
if (typeof(Fonix.Data.MapObjects.JSONGpPrimitive) === 'undefined') {
Fonix.Data.MapObjects.JSONGpPrimitive=gtc("Fonix.Data.MapObjects.JSONGpPrimitive");
Fonix.Data.MapObjects.JSONGpPrimitive.registerClass('Fonix.Data.MapObjects.JSONGpPrimitive');
}
if (typeof(Fonix.Data.AppObjects.FXAddress) === 'undefined') {
Fonix.Data.AppObjects.FXAddress=gtc("Fonix.Data.AppObjects.FXAddress");
Fonix.Data.AppObjects.FXAddress.registerClass('Fonix.Data.AppObjects.FXAddress');
}
if (typeof(Fonix.Data.AppObjects.JSONRoute) === 'undefined') {
Fonix.Data.AppObjects.JSONRoute=gtc("Fonix.Data.AppObjects.JSONRoute");
Fonix.Data.AppObjects.JSONRoute.registerClass('Fonix.Data.AppObjects.JSONRoute');
}
if (typeof(Fonix.Data.AppObjects.JSONTemplate) === 'undefined') {
Fonix.Data.AppObjects.JSONTemplate=gtc("Fonix.Data.AppObjects.JSONTemplate");
Fonix.Data.AppObjects.JSONTemplate.registerClass('Fonix.Data.AppObjects.JSONTemplate');
}
Type.registerNamespace('Fonix.SiteGUI.Managers');
if (typeof(Fonix.SiteGUI.Managers.FonixLocator) === 'undefined') {
Fonix.SiteGUI.Managers.FonixLocator=gtc("Fonix.SiteGUI.Managers.FonixLocator");
Fonix.SiteGUI.Managers.FonixLocator.registerClass('Fonix.SiteGUI.Managers.FonixLocator');
}

