24 lines
822 B
Markdown
24 lines
822 B
Markdown
![]() |
<a style="float:right;font-size:12px;" href="http://github.com/danielsogl/awesome-cordova-plugins/edit/master/src/@awesome-cordova-plugins/plugins/ibeacon/index.ts#L220">
|
||
|
Improve this doc
|
||
|
</a>
|
||
|
|
||
|
# IBeacon
|
||
|
|
||
|
```
|
||
|
$ ionic cordova plugin add cordova-plugin-ibeacon
|
||
|
$ npm install @ionic-native/plugins/ibeacon
|
||
|
```
|
||
|
|
||
|
## [Usage Documentation](https://ionicframework.com/docs/native/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
|