You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the docs, enableHighAccuracy = true checks that both GPS and Network location are enabled, and false checks that at least one of them is enabled.
Is there any way to prompt the user if and only if the GPS location is not enabled? Our app needs to prompt specifically for GPS: both modes, GPS and Network, and only GPS, are ok for us, but not both disabled or only Network enabled.
The text was updated successfully, but these errors were encountered:
According to the docs, enableHighAccuracy = true checks that both GPS and Network location are enabled, and false checks that at least one of them is enabled.
Is there any way to prompt the user if and only if the GPS location is not enabled? Our app needs to prompt specifically for GPS: both modes, GPS and Network, and only GPS, are ok for us, but not both disabled or only Network enabled.
The text was updated successfully, but these errors were encountered: