mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-19 16:52:53 +08:00
21 lines
657 B
Markdown
21 lines
657 B
Markdown
|
# IBeacon
|
||
|
|
||
|
```text
|
||
|
$ ionic cordova plugin add cordova-plugin-ibeacon
|
||
|
$ npm install @awesome-cordova-plugins/ibeacon
|
||
|
```
|
||
|
|
||
|
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/ibeacon/)
|
||
|
|
||
|
Plugin Repo: [https://github.com/petermetz/cordova-plugin-ibeacon](https://github.com/petermetz/cordova-plugin-ibeacon)
|
||
|
|
||
|
This plugin provides functions for working with iBeacons.
|
||
|
|
||
|
The plugin's API closely mimics the one exposed through the [CLLocationManager](https://developer.apple.com/library/ios/documentation/CoreLocation/Reference/CLLocationManager_Class/index.html) introduced in iOS 7.
|
||
|
|
||
|
## Supported platforms
|
||
|
|
||
|
* Android
|
||
|
* iOS
|
||
|
|