Version: 2020.1
LanguageEnglish
  • C#

LocationService.isEnabledByUser

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

public bool isEnabledByUser;

Description

Specifies whether location service is enabled in user settings.

You should check this property before starting location updates to determine if the user has location services enabled for the current device.

On iOS, if this property is false and you start location updates anyway, the CoreLocation framework prompts the user with a confirmation panel asking whether location services should be reenabled. The user can enable or disable location services altogether from the Settings application by toggling the switch in Settings>General>LocationServices.

Did you find this page useful? Please give it a rating: