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
The algorithm that determines whether a particular location datum is of high or low quality should be improved to take into account more information than just whether it was a user or a system GPS that reported a datum. This will also involve modifying the type field in the client-facing location API to be instead called quality with a value of either high or low.
This enhancement will cause a breaking change to the API, so the API version number should be incremented.
The text was updated successfully, but these errors were encountered:
The algorithm that determines whether a particular location datum is of high or low quality should be improved to take into account more information than just whether it was a user or a system GPS that reported a datum. This will also involve modifying the
type
field in the client-facing location API to be instead calledquality
with a value of eitherhigh
orlow
.This enhancement will cause a breaking change to the API, so the API version number should be incremented.
The text was updated successfully, but these errors were encountered: