mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
updated location and location tests
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
import types = require("location/location_types");
|
||||
import appModule = require("application/application");
|
||||
import common = require("location/location_common");
|
||||
import merger = require("utils/module_merge");
|
||||
|
||||
// merge the exports of the types module with the exports of this file
|
||||
declare var exports;
|
||||
require("utils/module_merge").merge(types, exports);
|
||||
merger.merge(types, exports);
|
||||
merger.merge(common, exports);
|
||||
|
||||
export class LocationManager {
|
||||
// in meters
|
||||
|
||||
Reference in New Issue
Block a user