LocationPermission QML Type
Access to the user's location. More...
Properties
- status : Qt::PermissionStatus
Methods
- request()
Detailed Description
\inqmlmodule
QtCore \ingroup
qml-permissions
This type represents a QLocationPermission, and can be used to check the status of and request access to the user's location.
See QLocationPermission for documentation of the individual properties and detailed usage requirements.
\since
6.6
See also QML Application Permissions, Application Permissions, and QLocationPermission.
Property Documentation
status : Qt::PermissionStatus |
This property holds the current status of the permission.
See also QCoreApplication::checkPermission.
Method Documentation
request() |
Requests the permission with its current properties.
See also QCoreApplication::requestPermission.