1.0.1 • Published 7 years ago

cordova-plugin-ambientcospaces v1.0.1

Weekly downloads
2
License
Apache 2.0
Repository
github
Last release
7 years ago

Cordova / Phonegap plugin for AmbientCospaces Project at HTWG Konstanz

Future Features

  • Starting and stopping a non sticky positioning algorithm background service

Installation

  • Inside your cordova project execute :
cordova plugin add /path/to/root/folder

Usage

declare var cordova;
...

cordova.plugins.ACPositioningAlgorithm.startPositioning();
cordova.plugins.ACPositioningAlgorithm.stopPositioning();