TCNCoalition/tcn-client-android

Distance estimation is off by a decimal point in Android

rajagottumukkala opened this issue · 1 comments

We are trying to test the distance measurement, and Android seem to be off by a decimal point. The distance are not very accurate in either iOS or Android implementations, but they look more close to real on the iOS side.

Tokens received by android
image

Tokens received by ios
image

Is this a bug in Android or is this a technical limitation?

@Apisov @zssz Do either of you know how these distance calculations are done in the TCN library, and whether a problem like this is likely to be something we can address with better calibration, or if it's an Android limitation?