diff --git a/src/plugins/background-geolocation.ts b/src/plugins/background-geolocation.ts index 7cf66ee0b1..c781cae54d 100644 --- a/src/plugins/background-geolocation.ts +++ b/src/plugins/background-geolocation.ts @@ -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.