How to change measurement units in PrimaryFlightDisplayWidget to metric?
CompletedHow can I change the measurement units in the PrimaryFlightDisplayWidget to metric (m/s for speed and m for altitude) on Android MSDK v5.2.0?
-
I see in the code of PrimaryFlightDisplayWidget that it used the dji.v5.common.utils.UnitUtils class for convert units. The problem is that UnitUtils.isMetricUnits() return always false (imperial) and I don't know how to set to metric value.
It 's a documentation for the UnitUtils class?
Please sign in to leave a comment.
Comments
7 comments