Type.registerNamespace('CloudAmber.Client.Mapping.StreetViewApp');
CloudAmber.Client.Mapping.StreetViewApp.MapWebService=function() {
CloudAmber.Client.Mapping.StreetViewApp.MapWebService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
CloudAmber.Client.Mapping.StreetViewApp.MapWebService.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return CloudAmber.Client.Mapping.StreetViewApp.MapWebService._staticInstance.get_path();},
GetDeparture:function(SystemCodeNumber,succeededCallback, failedCallback, userContext) {
/// <param name="SystemCodeNumber" 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(), 'GetDeparture',false,{SystemCodeNumber:SystemCodeNumber},succeededCallback,failedCallback,userContext); },
GetDepartures:function(SystemCodeNumber,succeededCallback, failedCallback, userContext) {
/// <param name="SystemCodeNumber" 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(), 'GetDepartures',false,{SystemCodeNumber:SystemCodeNumber},succeededCallback,failedCallback,userContext); },
GetMarker:function(Layers,DateType,FromDate,ToDate,ZoomLevel,Easting,Northing,EastingEnd,NorthingEnd,IsLonLat,succeededCallback, failedCallback, userContext) {
/// <param name="Layers" type="String">System.String</param>
/// <param name="DateType" type="Number">System.Int32</param>
/// <param name="FromDate" type="String">System.String</param>
/// <param name="ToDate" type="String">System.String</param>
/// <param name="ZoomLevel" type="Number">System.Single</param>
/// <param name="Easting" type="Number">System.Double</param>
/// <param name="Northing" type="Number">System.Double</param>
/// <param name="EastingEnd" type="Number">System.Double</param>
/// <param name="NorthingEnd" type="Number">System.Double</param>
/// <param name="IsLonLat" 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(), 'GetMarker',false,{Layers:Layers,DateType:DateType,FromDate:FromDate,ToDate:ToDate,ZoomLevel:ZoomLevel,Easting:Easting,Northing:Northing,EastingEnd:EastingEnd,NorthingEnd:NorthingEnd,IsLonLat:IsLonLat},succeededCallback,failedCallback,userContext); },
GetMarkerDataWithFilters:function(Layers,DateType,FromDate,ToDate,ZoomLevel,Easting,Northing,EastingEnd,NorthingEnd,IsLonLat,succeededCallback, failedCallback, userContext) {
/// <param name="Layers" type="String">System.String</param>
/// <param name="DateType" type="Number">System.Int32</param>
/// <param name="FromDate" type="String">System.String</param>
/// <param name="ToDate" type="String">System.String</param>
/// <param name="ZoomLevel" type="Number">System.Single</param>
/// <param name="Easting" type="Number">System.Double</param>
/// <param name="Northing" type="Number">System.Double</param>
/// <param name="EastingEnd" type="Number">System.Double</param>
/// <param name="NorthingEnd" type="Number">System.Double</param>
/// <param name="IsLonLat" 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(), 'GetMarkerDataWithFilters',false,{Layers:Layers,DateType:DateType,FromDate:FromDate,ToDate:ToDate,ZoomLevel:ZoomLevel,Easting:Easting,Northing:Northing,EastingEnd:EastingEnd,NorthingEnd:NorthingEnd,IsLonLat:IsLonLat},succeededCallback,failedCallback,userContext); },
GetGML:function(SCN,Layer,succeededCallback, failedCallback, userContext) {
/// <param name="SCN" type="String">System.String</param>
/// <param name="Layer" 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(), 'GetGML',false,{SCN:SCN,Layer:Layer},succeededCallback,failedCallback,userContext); },
FindGazetteerLocation:function(AddressLine,succeededCallback, failedCallback, userContext) {
/// <param name="AddressLine" 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(), 'FindGazetteerLocation',false,{AddressLine:AddressLine},succeededCallback,failedCallback,userContext); },
FindGazetteerPostCode:function(PostCode,succeededCallback, failedCallback, userContext) {
/// <param name="PostCode" 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(), 'FindGazetteerPostCode',false,{PostCode:PostCode},succeededCallback,failedCallback,userContext); },
GetFileList:function(layer,SystemCodeNumber,succeededCallback, failedCallback, userContext) {
/// <param name="layer" type="String">System.String</param>
/// <param name="SystemCodeNumber" 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(), 'GetFileList',false,{layer:layer,SystemCodeNumber:SystemCodeNumber},succeededCallback,failedCallback,userContext); },
GetJunctionlayout:function(LayerType,Scn,succeededCallback, failedCallback, userContext) {
/// <param name="LayerType" type="String">System.String</param>
/// <param name="Scn" 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(), 'GetJunctionlayout',false,{LayerType:LayerType,Scn:Scn},succeededCallback,failedCallback,userContext); },
getShortestPath:function(FromLocation,ToLocation,succeededCallback, failedCallback, userContext) {
/// <param name="FromLocation" type="String">System.String</param>
/// <param name="ToLocation" 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(), 'getShortestPath',false,{FromLocation:FromLocation,ToLocation:ToLocation},succeededCallback,failedCallback,userContext); },
getShortestPathGML:function(ParamGML,isLonLat,succeededCallback, failedCallback, userContext) {
/// <param name="ParamGML" type="String">System.String</param>
/// <param name="isLonLat" 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(), 'getShortestPathGML',false,{ParamGML:ParamGML,isLonLat:isLonLat},succeededCallback,failedCallback,userContext); },
getShortestPathGMLTest:function(ParamGML,isLonLat,succeededCallback, failedCallback, userContext) {
/// <param name="ParamGML" type="String">System.String</param>
/// <param name="isLonLat" 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(), 'getShortestPathGMLTest',false,{ParamGML:ParamGML,isLonLat:isLonLat},succeededCallback,failedCallback,userContext); },
TestOffsetLine:function(ParamGML,isLonLat,isRightAngle,succeededCallback, failedCallback, userContext) {
/// <param name="ParamGML" type="String">System.String</param>
/// <param name="isLonLat" type="Boolean">System.Boolean</param>
/// <param name="isRightAngle" 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(), 'TestOffsetLine',false,{ParamGML:ParamGML,isLonLat:isLonLat,isRightAngle:isRightAngle},succeededCallback,failedCallback,userContext); }}
CloudAmber.Client.Mapping.StreetViewApp.MapWebService.registerClass('CloudAmber.Client.Mapping.StreetViewApp.MapWebService',Sys.Net.WebServiceProxy);
CloudAmber.Client.Mapping.StreetViewApp.MapWebService._staticInstance = new CloudAmber.Client.Mapping.StreetViewApp.MapWebService();
CloudAmber.Client.Mapping.StreetViewApp.MapWebService.set_path = function(value) {
CloudAmber.Client.Mapping.StreetViewApp.MapWebService._staticInstance.set_path(value); }
CloudAmber.Client.Mapping.StreetViewApp.MapWebService.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return CloudAmber.Client.Mapping.StreetViewApp.MapWebService._staticInstance.get_path();}
CloudAmber.Client.Mapping.StreetViewApp.MapWebService.set_timeout = function(value) {
CloudAmber.Client.Mapping.StreetViewApp.MapWebService._staticInstance.set_timeout(value); }
CloudAmber.Client.Mapping.StreetViewApp.MapWebService.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return CloudAmber.Client.Mapping.StreetViewApp.MapWebService._staticInstance.get_timeout(); }
CloudAmber.Client.Mapping.StreetViewApp.MapWebService.set_defaultUserContext = function(value) { 
CloudAmber.Client.Mapping.StreetViewApp.MapWebService._staticInstance.set_defaultUserContext(value); }
CloudAmber.Client.Mapping.StreetViewApp.MapWebService.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return CloudAmber.Client.Mapping.StreetViewApp.MapWebService._staticInstance.get_defaultUserContext(); }
CloudAmber.Client.Mapping.StreetViewApp.MapWebService.set_defaultSucceededCallback = function(value) { 
 CloudAmber.Client.Mapping.StreetViewApp.MapWebService._staticInstance.set_defaultSucceededCallback(value); }
CloudAmber.Client.Mapping.StreetViewApp.MapWebService.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return CloudAmber.Client.Mapping.StreetViewApp.MapWebService._staticInstance.get_defaultSucceededCallback(); }
CloudAmber.Client.Mapping.StreetViewApp.MapWebService.set_defaultFailedCallback = function(value) { 
CloudAmber.Client.Mapping.StreetViewApp.MapWebService._staticInstance.set_defaultFailedCallback(value); }
CloudAmber.Client.Mapping.StreetViewApp.MapWebService.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return CloudAmber.Client.Mapping.StreetViewApp.MapWebService._staticInstance.get_defaultFailedCallback(); }
CloudAmber.Client.Mapping.StreetViewApp.MapWebService.set_enableJsonp = function(value) { CloudAmber.Client.Mapping.StreetViewApp.MapWebService._staticInstance.set_enableJsonp(value); }
CloudAmber.Client.Mapping.StreetViewApp.MapWebService.get_enableJsonp = function() { 
/// <value type="Boolean">Specifies whether the service supports JSONP for cross domain calling.</value>
return CloudAmber.Client.Mapping.StreetViewApp.MapWebService._staticInstance.get_enableJsonp(); }
CloudAmber.Client.Mapping.StreetViewApp.MapWebService.set_jsonpCallbackParameter = function(value) { CloudAmber.Client.Mapping.StreetViewApp.MapWebService._staticInstance.set_jsonpCallbackParameter(value); }
CloudAmber.Client.Mapping.StreetViewApp.MapWebService.get_jsonpCallbackParameter = function() { 
/// <value type="String">Specifies the parameter name that contains the callback function name for a JSONP request.</value>
return CloudAmber.Client.Mapping.StreetViewApp.MapWebService._staticInstance.get_jsonpCallbackParameter(); }
CloudAmber.Client.Mapping.StreetViewApp.MapWebService.set_path("/MapWebService.asmx");
CloudAmber.Client.Mapping.StreetViewApp.MapWebService.GetDeparture= function(SystemCodeNumber,onSuccess,onFailed,userContext) {
/// <param name="SystemCodeNumber" 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>
CloudAmber.Client.Mapping.StreetViewApp.MapWebService._staticInstance.GetDeparture(SystemCodeNumber,onSuccess,onFailed,userContext); }
CloudAmber.Client.Mapping.StreetViewApp.MapWebService.GetDepartures= function(SystemCodeNumber,onSuccess,onFailed,userContext) {
/// <param name="SystemCodeNumber" 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>
CloudAmber.Client.Mapping.StreetViewApp.MapWebService._staticInstance.GetDepartures(SystemCodeNumber,onSuccess,onFailed,userContext); }
CloudAmber.Client.Mapping.StreetViewApp.MapWebService.GetMarker= function(Layers,DateType,FromDate,ToDate,ZoomLevel,Easting,Northing,EastingEnd,NorthingEnd,IsLonLat,onSuccess,onFailed,userContext) {
/// <param name="Layers" type="String">System.String</param>
/// <param name="DateType" type="Number">System.Int32</param>
/// <param name="FromDate" type="String">System.String</param>
/// <param name="ToDate" type="String">System.String</param>
/// <param name="ZoomLevel" type="Number">System.Single</param>
/// <param name="Easting" type="Number">System.Double</param>
/// <param name="Northing" type="Number">System.Double</param>
/// <param name="EastingEnd" type="Number">System.Double</param>
/// <param name="NorthingEnd" type="Number">System.Double</param>
/// <param name="IsLonLat" 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>
CloudAmber.Client.Mapping.StreetViewApp.MapWebService._staticInstance.GetMarker(Layers,DateType,FromDate,ToDate,ZoomLevel,Easting,Northing,EastingEnd,NorthingEnd,IsLonLat,onSuccess,onFailed,userContext); }
CloudAmber.Client.Mapping.StreetViewApp.MapWebService.GetMarkerDataWithFilters= function(Layers,DateType,FromDate,ToDate,ZoomLevel,Easting,Northing,EastingEnd,NorthingEnd,IsLonLat,onSuccess,onFailed,userContext) {
/// <param name="Layers" type="String">System.String</param>
/// <param name="DateType" type="Number">System.Int32</param>
/// <param name="FromDate" type="String">System.String</param>
/// <param name="ToDate" type="String">System.String</param>
/// <param name="ZoomLevel" type="Number">System.Single</param>
/// <param name="Easting" type="Number">System.Double</param>
/// <param name="Northing" type="Number">System.Double</param>
/// <param name="EastingEnd" type="Number">System.Double</param>
/// <param name="NorthingEnd" type="Number">System.Double</param>
/// <param name="IsLonLat" 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>
CloudAmber.Client.Mapping.StreetViewApp.MapWebService._staticInstance.GetMarkerDataWithFilters(Layers,DateType,FromDate,ToDate,ZoomLevel,Easting,Northing,EastingEnd,NorthingEnd,IsLonLat,onSuccess,onFailed,userContext); }
CloudAmber.Client.Mapping.StreetViewApp.MapWebService.GetGML= function(SCN,Layer,onSuccess,onFailed,userContext) {
/// <param name="SCN" type="String">System.String</param>
/// <param name="Layer" 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>
CloudAmber.Client.Mapping.StreetViewApp.MapWebService._staticInstance.GetGML(SCN,Layer,onSuccess,onFailed,userContext); }
CloudAmber.Client.Mapping.StreetViewApp.MapWebService.FindGazetteerLocation= function(AddressLine,onSuccess,onFailed,userContext) {
/// <param name="AddressLine" 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>
CloudAmber.Client.Mapping.StreetViewApp.MapWebService._staticInstance.FindGazetteerLocation(AddressLine,onSuccess,onFailed,userContext); }
CloudAmber.Client.Mapping.StreetViewApp.MapWebService.FindGazetteerPostCode= function(PostCode,onSuccess,onFailed,userContext) {
/// <param name="PostCode" 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>
CloudAmber.Client.Mapping.StreetViewApp.MapWebService._staticInstance.FindGazetteerPostCode(PostCode,onSuccess,onFailed,userContext); }
CloudAmber.Client.Mapping.StreetViewApp.MapWebService.GetFileList= function(layer,SystemCodeNumber,onSuccess,onFailed,userContext) {
/// <param name="layer" type="String">System.String</param>
/// <param name="SystemCodeNumber" 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>
CloudAmber.Client.Mapping.StreetViewApp.MapWebService._staticInstance.GetFileList(layer,SystemCodeNumber,onSuccess,onFailed,userContext); }
CloudAmber.Client.Mapping.StreetViewApp.MapWebService.GetJunctionlayout= function(LayerType,Scn,onSuccess,onFailed,userContext) {
/// <param name="LayerType" type="String">System.String</param>
/// <param name="Scn" 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>
CloudAmber.Client.Mapping.StreetViewApp.MapWebService._staticInstance.GetJunctionlayout(LayerType,Scn,onSuccess,onFailed,userContext); }
CloudAmber.Client.Mapping.StreetViewApp.MapWebService.getShortestPath= function(FromLocation,ToLocation,onSuccess,onFailed,userContext) {
/// <param name="FromLocation" type="String">System.String</param>
/// <param name="ToLocation" 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>
CloudAmber.Client.Mapping.StreetViewApp.MapWebService._staticInstance.getShortestPath(FromLocation,ToLocation,onSuccess,onFailed,userContext); }
CloudAmber.Client.Mapping.StreetViewApp.MapWebService.getShortestPathGML= function(ParamGML,isLonLat,onSuccess,onFailed,userContext) {
/// <param name="ParamGML" type="String">System.String</param>
/// <param name="isLonLat" 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>
CloudAmber.Client.Mapping.StreetViewApp.MapWebService._staticInstance.getShortestPathGML(ParamGML,isLonLat,onSuccess,onFailed,userContext); }
CloudAmber.Client.Mapping.StreetViewApp.MapWebService.getShortestPathGMLTest= function(ParamGML,isLonLat,onSuccess,onFailed,userContext) {
/// <param name="ParamGML" type="String">System.String</param>
/// <param name="isLonLat" 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>
CloudAmber.Client.Mapping.StreetViewApp.MapWebService._staticInstance.getShortestPathGMLTest(ParamGML,isLonLat,onSuccess,onFailed,userContext); }
CloudAmber.Client.Mapping.StreetViewApp.MapWebService.TestOffsetLine= function(ParamGML,isLonLat,isRightAngle,onSuccess,onFailed,userContext) {
/// <param name="ParamGML" type="String">System.String</param>
/// <param name="isLonLat" type="Boolean">System.Boolean</param>
/// <param name="isRightAngle" 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>
CloudAmber.Client.Mapping.StreetViewApp.MapWebService._staticInstance.TestOffsetLine(ParamGML,isLonLat,isRightAngle,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
if (typeof(CloudAmber.Client.Mapping.StreetViewApp.Departure) === 'undefined') {
CloudAmber.Client.Mapping.StreetViewApp.Departure=gtc("CloudAmber.Client.Mapping.StreetViewApp.Departure");
CloudAmber.Client.Mapping.StreetViewApp.Departure.registerClass('CloudAmber.Client.Mapping.StreetViewApp.Departure');
}
Type.registerNamespace('CloudAmber.Client.Mapping.StreetViewApp.UTMCDataService');
if (typeof(CloudAmber.Client.Mapping.StreetViewApp.UTMCDataService.Layer) === 'undefined') {
CloudAmber.Client.Mapping.StreetViewApp.UTMCDataService.Layer=gtc("CloudAmber.Client.Mapping.StreetViewApp.UTMCDataService.Layer");
CloudAmber.Client.Mapping.StreetViewApp.UTMCDataService.Layer.registerClass('CloudAmber.Client.Mapping.StreetViewApp.UTMCDataService.Layer');
}
Type.registerNamespace('CloudAmber.Client.Mapping.StreetViewApp.FileManager');
if (typeof(CloudAmber.Client.Mapping.StreetViewApp.FileManager.Files) === 'undefined') {
CloudAmber.Client.Mapping.StreetViewApp.FileManager.Files=gtc("CloudAmber.Client.Mapping.StreetViewApp.FileManager.Files");
CloudAmber.Client.Mapping.StreetViewApp.FileManager.Files.registerClass('CloudAmber.Client.Mapping.StreetViewApp.FileManager.Files');
}
if (typeof(CloudAmber.Client.Mapping.StreetViewApp.UTMCDataService.JunctionLayout) === 'undefined') {
CloudAmber.Client.Mapping.StreetViewApp.UTMCDataService.JunctionLayout=gtc("CloudAmber.Client.Mapping.StreetViewApp.UTMCDataService.JunctionLayout");
CloudAmber.Client.Mapping.StreetViewApp.UTMCDataService.JunctionLayout.registerClass('CloudAmber.Client.Mapping.StreetViewApp.UTMCDataService.JunctionLayout');
}

