bhandaribhumin opened a new issue #235:
URL: https://github.com/apache/cordova-plugin-geolocation/issues/235
# Feature Request
precise location work expectedly but when user select approximate location
got error
> getCurrentPosition() :
```
PositionError {code: 1, message: "Illegal Access"}
code: 1
message: "Illegal Access"
__proto__: Object
```
## Motivation Behind Feature
it solve current position coords.
## Feature Description
Android BETA change log:
https://developer.android.com/about/versions/12/approximate-location#user-choice-approximate-precise
## Alternatives or Workarounds
Not found workaround yet but observe some points:
**New location changes might need fixes from both ts and plugin side
Plugin Changes : Handle Fine location not requested, send a new message
TS Changes : Handle this updated message from plugin**
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]