Global variables

const DIALOG_DRAG_MARGIN : Number

The margin around the map where drag of dialogs is not possible

Source : file main/Constants.js at line 406

const DIALOG_MAX_WIDTH : Number

The max width of a dialog

Source : file main/Constants.js at line 415

const EARTH_RADIUS : Number

The earth radius

Source : file main/Constants.js at line 424

const ELEVATION : Number

A constant used to select the elev in arrays

Source : file main/Constants.js at line 433

const HEXADECIMAL : Number

The hexadecimal format

Source : file main/Constants.js at line 442

const HTTP_STATUS_OK : Number

The http status 200

Source : file main/Constants.js at line 451

const INVALID_OBJ_ID : Number

A constant used for invalid objId

Source : file main/Constants.js at line 460

const LAT : Number

A constant used to select the lat in arrays

Source : file main/Constants.js at line 469

const LNG : Number

A constant used to select the lng in arrays

Source : file main/Constants.js at line 478

const MOUSE_WHEEL_FACTORS : Array of Number

An array with correction factors to use in the wheel event (wheelEvent.deltaX and wheelEvent.deltaY are dependant of wheelEvent.deltaMode and deltaMode is browser dependant...)

Source : file main/Constants.js at line 488

const NEXT : Number

A contant used to move in arrays

Source : file main/Constants.js at line 497

const NOT_FOUND : Number

Used to compare with some results of Array and String methods

Source : file main/Constants.js at line 506

const ONE : Number

The number 1

Source : file main/Constants.js at line 515

const OSM_COUNTRY_ADMIN_LEVEL : Number

The OSM country admin level

Source : file main/Constants.js at line 524

const PREVIOUS : Number

A contant used to move in arrays

Source : file main/Constants.js at line 533

const SVG_NS : String

The svg namespace

Source : file main/Constants.js at line 542

const theApiKeysManager : ApiKeysManager

The one and only one instance of ApiKeysManager class

Source : file core/ApiKeysManager.js at line 329

const theAppVersion : String

The current version of TravelNotes

Source : file data/Version.js at line 67

const theAttributionsUI : AttributionsUI

The one and only one instance of AttributionsUI class

Source : file uis/attributionsUI/AttributionsUI.js at line 87

const theConfig

Class used to store the configuration of the code

Source : file data/Config.js at line 32

const theDataSearchEngine : DataSearchEngine

The one and only one instance of DataSearchEngine class

Source : file data/DataSearchEngine.js at line 162

const theDataVersion : String

The current version of the data

Source : file data/Version.js at line 58

const theDevice

The one and only one instance of Device class

Source : file core/lib/Device.js at line 100

const theDockableDialogsManager : DockableDialogsManager

The one and only one instance of DockableDialogsManager class

Source : file core/DockableDialogsManager.js at line 132

const theErrorsUI : ErrorsUI

The one and only one instance of ErrorsUI class

Source : file uis/errorsUI/ErrorsUI.js at line 245

const theEventDispatcher : EventDispatcher

The one and only one instance of EventDispatcher class

Source : file core/lib/EventDispatcher.js at line 219

const theFontSizeManager : FontSizeManager

The one and only one instance of FontSizeManager class

Source : file core/FontSizeManager.js at line 86

const theFullScreenUI : FullScreenUI

The one and only one instance of ErrorsUI class

Source : file uis/fullScreenUI/FullScreenUI.js at line 124

const theGeoLocator : GeoLocator

The one and only one instance of GeoLocator class

Source : file core/GeoLocator.js at line 166

const theGeometry : Geometry

The one and only one instance of Geometry class

Source : file core/lib/Geometry.js at line 243

const theHTMLElementsFactory : HTMLElementsFactory

The one and only one instance of HTMLElementsFactory class

Source : file core/uiLib/HTMLElementsFactory.js at line 112

const theHTMLSanitizer : HTMLSanitizer

The one and only one instance of HTMLSanitizer class

Source : file core/htmlSanitizer/HTMLSanitizer.js at line 540

const theIndexedDb : IndexedDb

The one and only one instance of IndexedDb class

Source : file core/uiLib/IndexedDb.js at line 209

const theMapEditor : MapEditor

The one and only one instance of MapEditor class

Source : file core/mapEditor/MapEditor.js at line 377

const theMapLayersCollection : MapLayersCollection

The one and only one instance of MapLayersCollection class

Source : file data/MapLayersCollection.js at line 148

const theMapLayersManager : MapLayersManager

The one and only one instance of MapLayersManager class

Source : file core/MapLayersManager.js at line 66

const theMapLayersToolbar : MapLayersToolbar

The one and only one instance of MapLayersToolbar class

Source : file toolbars/mapLayersToolbar/MapLayersToolbar.js at line 109

const theMouseUI : MouseUI

The one and only one instance of MouseUI class

Source : file uis/mouseUI/MouseUI.js at line 241

const theNoteDialogToolbarData : NoteDialogToolbarData

The one and only one instance of NoteDialogToolbarData class

Source : file dialogs/notesDialog/toolbar/NoteDialogToolbarData.js at line 151

const theNoteEditor : NoteEditor

The one and only one instance of NoteEditor class

Source : file core/NoteEditor.js at line 464

const theNoteHTMLViewsFactory : NoteHTMLViewsFactory

The one and only one instance of NoteHTMLViewsFactory class

Source : file viewsFactories/NoteHTMLViewsFactory.js at line 307

const theOsmSearchDictionary : OsmSearchDictionary

The one and only one instance of OsmSearchDictionary class

Source : file core/osmSearch/OsmSearchDictionary.js at line 254

const theOsmSearchEngine : OsmSearchEngine

The one and only one instance of OsmSearchEngine class

Source : file core/osmSearch/OsmSearchEngine.js at line 327

const theProfileDialogsManager : ProfileDialogsManager

The one and only one instance of ProfileDialogsManager class

Source : file core/ProfileDialogsManager.js at line 183

const theProvidersToolbar : ProvidersToolbar

The one and only one instance of ProvidersToolbar class

Source : file toolbars/providersToolbar/ProvidersToolbar.js at line 418

const theRoadbookUpdater : RoadbookUpdater

The one and only one instance of RoadbookUpdater class

Source : file roadbook/RoadbookUpdater.js at line 253

const theRouteEditor : RouteEditor

The one and only one instance of RouteEditor class

Source : file core/RouteEditor.js at line 417

const theRouteHTMLViewsFactory : RouteHTMLViewsFactory

The one and only one instance of RouteHTMLViewsFactory class

Source : file viewsFactories/RouteHTMLViewsFactory.js at line 378

const theRouter : Router

The one and only one instance of Router class

Source : file core/lib/Router.js at line 222

const theSphericalTrigonometry : SphericalTrigonometry

The one and only one instance of SphericalTrigonometry class

Source : file core/lib/SphericalTrigonometry.js at line 137

const theTranslator : Translator

The one and only one instance of Translator class

Source : file core/uiLib/Translator.js at line 89

const theTravelEditor : TravelEditor

The one and only one instance of TravelEditor class

Source : file core/TravelEditor.js at line 223

const theTravelHTMLViewsFactory : TravelHTMLViewsFactory

The one and only one instance of TravelHTMLViewsFactory class

Source : file viewsFactories/TravelHTMLViewsFactory.js at line 224

const theTravelNotes : TravelNotes

The one and only one instance of TravelNotes class

Source : file main/travelNotes/TravelNotes.js at line 204

const theTravelNotesData : TravelNotesData

The one and only one instance of TravelNoteData class

Source : file data/TravelNotesData.js at line 183

const theTravelNotesToolbar : TravelNotesToolbar

The one and only one instance of TravelNotesToolbar class

Source : file toolbars/travelNotesToolbar/TravelNotesToolbar.js at line 270

const theTravelNotesViewer : TravelNotesViewer

The one and only one instance of theTravelNotesViewer class

Source : file main/travelNotesViewer/TravelNotesViewer.js at line 106

const theUtilities : Utilities

The one and only one instance of Utilities class

Source : file core/uiLib/Utilities.js at line 325

const theViewerLayersToolbar : ViewerLayersToolbar

The one and only one instance of ViewerLayersToolbar class

Source : file toolbars/viewerLayersToolbar/ViewerLayersToolbar.js at line 185

const theWayPointEditor : WayPointEditor

The one and only one instance of WayPointEditor class

Source : file core/WayPointEditor.js at line 300

const THREE : Number

The number 3

Source : file main/Constants.js at line 551

const TWO : Number

The number 2

Source : file main/Constants.js at line 560

const WAY_POINT_ICON_SIZE : Number

The icon size for waypoints

Source : file main/Constants.js at line 569

const ZERO : Number

The number 0

Source : file main/Constants.js at line 578