dji-sdk / Mobile-SDK-Android

DJI Mobile SDK for Android: http://developer.dji.com/mobile-sdk/
Other
978 stars 580 forks source link

Unit type #1285

Closed huongta157 closed 5 months ago

huongta157 commented 5 months ago

I used UnitTypeWidget, but not support Metric (km)

dji-dev commented 5 months ago

Agent comment from yating.liao in Zendesk ticket #104498:

UnitTypeWidget should support the meter unit. If it is not supported in your usage environment, could you please provide a screenshot?

Thank you.

°°°

huongta157 commented 5 months ago
Screenshot 2024-04-09 at 18 38 56

I want to used Kilometre (km) unit

dji-dev commented 5 months ago

Agent comment from yating.liao in Zendesk ticket #104498:

The UnitTypeWidget does not support the kilometer unit, and it cannot be modified again. Have you considered implementing your own unit widget? We have an open-source widget repository that offers the UnitModeListItemWidget, which has similar functionality to the UnitTypeWidget and can be modified based on it. https://github.com/dji-sdk/Mobile-UXSDK-Beta-Android

°°°