Line data Source code
1 : /// Describes the current state of the location service on the native platform. 2 14 : enum ServiceStatus { 3 : /// Indicates that the location service on the native platform is enabled. 4 : disabled, 5 : 6 : /// Indicates that the location service on the native platform is enabled. 7 : enabled, 8 : }