mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-04-25 04:16:09 +08:00
feat(background-geolocation): add altitudeAccuracy into response typings (#922)
This commit is contained in:
parent
bf0486cb8b
commit
8eb656cce8
@ -48,6 +48,11 @@ export interface BackgroundGeolocationResponse {
|
|||||||
* altitude if available, in meters above the WGS 84 reference ellipsoid.
|
* altitude if available, in meters above the WGS 84 reference ellipsoid.
|
||||||
*/
|
*/
|
||||||
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