Class SAVE_STATUS

Enum for the save status displayed with the coordinates and zoom values

Source : file main/Constants.js at line 337

Public getters and setters

readonly static get modified : String

The string to display when the travel is modified since less than 5 minutes

Source : file main/Constants.js at line 351

readonly static get notSaved : String

The string to display when the travel is modified since more than 5 minutes

Source : file main/Constants.js at line 344

readonly static get saved : String

The string to display when the travel is not modified

Source : file main/Constants.js at line 358