Class GEOLOCATION_STATUS

Enum for geolocation status

Source : file main/Constants.js at line 159

Public getters and setters

readonly static get active : Number

The geolocation is active

Source : file main/Constants.js at line 187

readonly static get disabled : Number

The geolocation is not available (disabled in the browser or unsecure context)

Source : file main/Constants.js at line 173

readonly static get inactive : Number

The geolocation is inactive

Source : file main/Constants.js at line 180

readonly static get refusedByUser : Number

The user don't accept to be localized

Source : file main/Constants.js at line 166