Hello! Please help me!
The task is as follows: you need to determine the GPS coordinates of my position. If you use this design:
it will work under one condition that GPS is enabled in the phone. But if GPS is turned off, the application will give an error, despite the fact that there is a check for gps activity.
Please tell me how to ensure that when gps is turned off, the application asks to turn on gps and there are no errors.
Tell me more. Where can I read a description of the use of all blocks? Interested in “screen1” blocks
Use the same block and if GPS turned off means if it return false then you can give a dialog message that please turn on your GPS in order to use this application
Right Click on Google Maps.MyLocationEnabled block and then click on do it after connecting to companion and see if it’s returning true or false and try this by turning on and off GPS
only checks whether the definition of “my location” is enabled, but! It does not determine at all whether GPS is enabled on the smartphone.
Therefore, if GPS is disabled on the smartphone, this block will still return TRUE. But when the order comes to execute this block:
if GPS is disabled, an error appears.
Question - is there a valid way to find out if GPS is enabled on your smartphone?