feat(background-geolocation): add altitudeAccuracy into response typings (#922)

This commit is contained in:
Watchara S 2016-12-29 16:39:16 +07:00 committed by Ibby Hadeed
parent bf0486cb8b
commit 8eb656cce8

View File

@ -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.