mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-04-25 12:21:18 +08:00
feat(background-geolocation): add altitudeAccuracy into response typings (#922)
This commit is contained in:
parent
bf0486cb8b
commit
8eb656cce8
@ -49,6 +49,11 @@ export interface BackgroundGeolocationResponse {
|
|||||||
*/
|
*/
|
||||||
altitude: number;
|
altitude: number;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* accuracy of the altitude if available.
|
||||||
|
*/
|
||||||
|
altitudeAccuracy: number;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* bearing, in degrees.
|
* bearing, in degrees.
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user