BCL: updated location to support distance measuring

This commit is contained in:
Stanimir Karoserov
2014-04-17 15:46:38 +03:00
parent b0b0c5f190
commit 95916c52f8
7 changed files with 105 additions and 86 deletions

View File

@@ -1,6 +1,8 @@
Initializing location:
```
var LocationManager = require("Location").LocationManager;
console.log('is location enabled: ' + LocationManager.isLocationEnabled());
this.locationManager = new LocationManager();