Add setting functionality for location service permission request on supported platforms
Description
The app setting for location service usage has to be handled by settings module. If the user activates the location service, the app has to request the permission from the platform(Android, Browser, Ios) to use location service. Also the Permission has to be checked on app start.
Explanation
To use the location service in modules like the map module.
Mockups/Screenshots
Not available.
Dependencies, issues to be resolved beforehand
No dependencies.