For the complete documentation index, see llms.txt. This page is also available as Markdown.

LocationPermission

Represents the location permission granted to the app.

Attributes

ALWAYS

Location data is always accessible.

ONLY_WHILE_IN_USE

Location data is accessible only while the app is being used.

NEVER

Location data is not accessible.

Last updated