-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Selected location mode in isLocationEnabled callback #35
Comments
There are 4 modes: Is this what you want? |
Yes, I want to get the mode user selects on the gps settings page and returns to my app on this call back, so I can show a warning that "high accuracy" (gps & network) will be recommended to use the app, in short words. |
I'll add a new API like
|
This would be great. I'll be following the updates. Thanks! |
V1.4.4 is available! Now you can use |
great news, and so fast! thank you very much :) |
Hi, re-opening the issue for another question about the topic : is it possible to have a listener for the location mode change? Right now I'm able to listen if the location setting is switched on/off but not for the "location mode setting changed" event. |
|
greatly appreciated, thanks a lot! :) |
Hi, thanks for this great module first of all. I'm trying to use FusedLocation to get & follow the device location upon having the location setting switched on and getting the necessary permisson from the user (on Android). All is working ok except when the user selects a different mode than high accuracy. Is it possible if isLocationEnabled callback would provide the selected mode so that the we can redirect the user to right setting?
The text was updated successfully, but these errors were encountered: