awesome-cordova-plugins/docs/plugins/location-accuracy/README.md

21 lines
699 B
Markdown
Raw Normal View History

2021-09-29 20:09:02 +08:00
# Location Accuracy
```
$ ionic cordova plugin add cordova-plugin-request-location-accuracy
2021-09-29 21:19:55 +08:00
$ npm install @awesome-cordova-plugins/location-accuracy
2021-09-29 20:09:02 +08:00
```
2021-09-29 21:19:55 +08:00
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/location-accuracy/)
2021-09-29 20:09:02 +08:00
Plugin Repo: [https://github.com/dpa99c/cordova-plugin-request-location-accuracy](https://github.com/dpa99c/cordova-plugin-request-location-accuracy)
This Cordova/Phonegap plugin for Android and iOS to request enabling/changing of Location Services by triggering a native dialog from within the app, avoiding the need for the user to leave your app to change location settings manually.
## Supported platforms
- Android
- iOS
2021-09-29 20:38:45 +08:00