Currently when the user launches the app and lands on a map with the location service disabled, the location is not displayed and the user is not asked to enable the service.
If the app tries to get the device location and the location service is disabled, the location stream will stop and never restart.
The goals of this issue are:
Ask the user to enable the location service when the application needs it.
Display the user information about the service being disabled (use the same format as the permissions activity notifications)
Listen to the location service status so that the location stream restarts when the service is up and running.
Currently when the user launches the app and lands on a map with the location service disabled, the location is not displayed and the user is not asked to enable the service.
If the app tries to get the device location and the location service is disabled, the location stream will stop and never restart.
The goals of this issue are: