From 8eb656cce897ee8639d89e0c8f1ad1989751c1f9 Mon Sep 17 00:00:00 2001 From: Watchara S Date: Thu, 29 Dec 2016 16:39:16 +0700 Subject: [PATCH] feat(background-geolocation): add altitudeAccuracy into response typings (#922) --- src/plugins/background-geolocation.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/plugins/background-geolocation.ts b/src/plugins/background-geolocation.ts index 7cf66ee0b..c781cae54 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.