Skip to content

Commit

Permalink
add 'shifted' param to GPSData struct
Browse files Browse the repository at this point in the history
  • Loading branch information
KhrystynaDubovyk authored Nov 8, 2018
1 parent f39d965 commit 89f647d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/Common/Structs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@
|altitude|Float|false|minvalue: -10000<br>maxvalue: 10000||
|heading|Float|false|minvalue: 0<br>maxvalue: 359.99||
|speed|Float|false|minvalue: 0<br>maxvalue: 500||
|shifted|Boolean|false||True, if GPS lat/long, time, and altitude have been purposefully shifted (requires a proprietary algorithm to unshift).<br>False, if the GPS data is raw and un-shifted.<br>If not provided, then value is assumed False|

### SingleTireStatus

Expand Down

0 comments on commit 89f647d

Please sign in to comment.