You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
China region needs GPS data to be corrected using proprietary algorithm to bridge the gap between different standards used.
Detailed description:
API changes introduce "shifted" flag for GPS data which defines whether the GPS data
(latitude, longitude, attitude, timestamp) raw or already adjusted.
HMI_API
<param name="shifted" type="Boolean" mandatory="false">
<description>
True, if GPS lat/long, time, and altitude have been purposefully shifted (requires a proprietary algorithm to unshift).
False, if the GPS data is raw and un-shifted.
If not provided, then value is assumed False.
</description>
</param>
MOBILE_API
<param name="shifted" type="Boolean" mandatory="false" since="5.0">
<description>
True, if GPS lat/long, time, and altitude have been purposefully shifted (requires a proprietary algorithm to unshift).
False, if the GPS data is raw and un-shifted.
If not provided, then value is assumed False.
</description>
</param>
GPSData
Description:
China region needs GPS data to be corrected using proprietary algorithm to bridge the gap between different standards used.
Detailed description:
API changes introduce "shifted" flag for GPS data which defines whether the GPS data
(latitude, longitude, attitude, timestamp) raw or already adjusted.
HMI_API
MOBILE_API
Links:
The text was updated successfully, but these errors were encountered: