Skip to content
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

GPS off, Map not loading #16

Closed
nhtlquan opened this issue Mar 9, 2020 · 2 comments
Closed

GPS off, Map not loading #16

nhtlquan opened this issue Mar 9, 2020 · 2 comments
Labels
enhancement New feature or request

Comments

@nhtlquan
Copy link

nhtlquan commented Mar 9, 2020

when I turn off GPS, map not show! Please fix it!

@fysoul17 fysoul17 added the enhancement New feature or request label Mar 10, 2020
@fysoul17
Copy link
Owner

fysoul17 commented Mar 10, 2020

Hi @nhtlquan

I have added 'isLocationServiceEnabled()' checking logic where we use geolocator.
Please update to version 0.8.1 and try it again.

If it still does not work, follow the below steps.

  1. Set 'forceAndroidLocationManager' to true and check if works.
  2. If not, you need to use 3rd party package that checks whether the device enabled location service (GPS). Then, when the location service is off, set 'useCurrentLocation' to false. This will ignore using geolocator functions.

@fysoul17
Copy link
Owner

Please update to 0.9.0 version as there is a critical bug on 0.81 version.

Also, closing this issue as there are no updates regarding the issue.

Please re-open if further talk needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants