mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
BCL: updated location to support distance measuring
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
Initializing location:
|
||||
|
||||
```
|
||||
var LocationManager = require("Location").LocationManager;
|
||||
|
||||
console.log('is location enabled: ' + LocationManager.isLocationEnabled());
|
||||
|
||||
this.locationManager = new LocationManager();
|
||||
|
||||
Reference in New Issue
Block a user