Skip to content

Commit

Permalink
feat(background-geolocation): add altitudeAccuracy into response typi…
Browse files Browse the repository at this point in the history
…ngs (#922)
  • Loading branch information
eakkew authored and ihadeed committed Dec 29, 2016
1 parent bf0486c commit 8eb656c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/plugins/background-geolocation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8eb656c

Please sign in to comment.