mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-03-03 16:03:02 +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: number;
|
||||
|
||||
/**
|
||||
* accuracy of the altitude if available.
|
||||
*/
|
||||
altitudeAccuracy: number;
|
||||
|
||||
/**
|
||||
* bearing, in degrees.
|
||||
|
Loading…
Reference in New Issue
Block a user