mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-18 13:51:27 +08:00
BCL: updated location to support distance measuring
This commit is contained in:
@ -18,6 +18,9 @@ export class Location {
|
||||
public direction: number; // in degrees
|
||||
|
||||
public timestamp: Date;
|
||||
|
||||
public androidNative: any; // android Location
|
||||
public iosNative: any; // iOS native location
|
||||
}
|
||||
|
||||
export class LocationRegion {
|
||||
|
Reference in New Issue
Block a user