dji-sdk / Mobile-SDK-Android

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

Add image to DJIMap using Mapbox API #965

Open jfvilleforceix opened 3 years ago

jfvilleforceix commented 3 years ago

DJI SDK has implemented markers and polylines. How could I integrate a geolocated image in the map ? Is there a way to connect to Mapbox API via the SDK ?

dji-dev commented 3 years ago

Agent comment from Luce Luo in Zendesk ticket #50264:

Dear Customer,

Thank you for contacting DJI. In fact, the MSDK doesn't have a strong correlation with Map, but you can implement them by youself. Here is a Google Maps project, please refer to it. https://developer.dji.com/mobile-sdk/documentation/android-tutorials/GSDemo-Google-Map.html

Thanks,

Luce Luo DJI Developer Support

°°°

jfvilleforceix commented 3 years ago

Thank you for your reply. I work on Android and I already have implemented the map activity with your tutorial so I've seen you are proposing different map API.I chose to work with map-box and I need more information about how to integrate new functionalities such as image layer over my map.