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

@ -49,6 +49,11 @@ export interface BackgroundGeolocationResponse {
*/ */
altitude: number; altitude: number;
/**
* accuracy of the altitude if available.
*/
altitudeAccuracy: number;
/** /**
* bearing, in degrees. * bearing, in degrees.
*/ */