dji-sdk / Mobile-UXSDK-Android

DJI Mobile UXSDK is a suite of product agnostic UI objects that fast tracks the development of Android applications using the DJI Mobile SDK.
Other
152 stars 110 forks source link

MapWidget - Custom Flight Path #115

Open Caufmann opened 3 years ago

Caufmann commented 3 years ago

Dear DJI,

I need to change the flightpath color of the aircraft on a mapWidget (Mapbox) depending on data I'm receiving.

I would like to do something like this :

mapWidget.setFlightPathColor(greenColor);

But when I use "setFlightPathColor", the entire FlightPath changes, when I would like different colours segments/portions.

Do you have any idea ?

Thanks for your time,

dji-dev commented 3 years ago

Agent comment from Luce Luo in Zendesk ticket #44469:

Dear Customer,

Thank you for contacting DJI. Sorry that the UXSDK doesn't support changing the color segments/portions. Maybe you can try with the open-source UXSDK to customize the behavior by yourself. https://github.com/dji-sdk/Mobile-UXSDK-Beta-Android

Thanks,

Luce Luo DJI Developer Support