minor location fixes and updates

This commit is contained in:
Stanimir Karoserov
2014-05-16 13:48:00 +03:00
parent a46b631812
commit 211fcc8d4e
4 changed files with 36 additions and 3 deletions

View File

@ -1,4 +1,13 @@

/**
The current way of doing things have a limitation. Due to cyclic dependency
var LocationManager = require("location/location").LocationManager;
does not work! We need to rework it using image-source and console method of having common code in one class + specific implementations
for different OSes
*/
import types = require("location/location-types");
import promises = require("promises/promises");
import locationModule = require("location/location");