We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Trying to access cordova.plugins.locationServices.geolocation.priorities.PRIORITY_HIGH_ACCURACY gets Uncaught TypeError: Cannot read property 'PRIORITY_HIGH_ACCURACY' of undefined
cordova.plugins.locationServices.geolocation.priorities.PRIORITY_HIGH_ACCURACY
Uncaught TypeError: Cannot read property 'PRIORITY_HIGH_ACCURACY' of undefined
The text was updated successfully, but these errors were encountered:
Hi @t2wu, I have the same issue.
Did you manage to resolve the problem?
Sorry, something went wrong.
Same problem here. Any solution yet?
You can find them here: https://developers.google.com/android/reference/com/google/android/gms/location/LocationRequest
Use the constant values, e.g: { priority: 100 // equals PRIORITY_HIGH_ACCURACY }
{ priority: 100 // equals PRIORITY_HIGH_ACCURACY }
No branches or pull requests
Trying to access
cordova.plugins.locationServices.geolocation.priorities.PRIORITY_HIGH_ACCURACY
getsUncaught TypeError: Cannot read property 'PRIORITY_HIGH_ACCURACY' of undefined
The text was updated successfully, but these errors were encountered: