mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Location module deprecated.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user