Location module deprecated.

This commit is contained in:
Nedyalko Nikolov
2015-12-10 14:00:35 +02:00
parent 06c164c747
commit cfad91d2a6
3 changed files with 6 additions and 1 deletions

View File

@@ -53,6 +53,7 @@ class LocationListenerImpl extends NSObject implements CLLocationManagerDelegate
}
}
@Deprecated
export class LocationManager implements locationModule.LocationManager {
get android(): locationModule.AndroidLocationManager {
return undefined;
@@ -165,6 +166,7 @@ export class LocationManager implements locationModule.LocationManager {
}
/* tslint:disable */
@Deprecated
export class iOSLocationManager implements locationModule.iOSLocationManager {
private _manager: CLLocationManager;