MapWidget integration into UXSDK project

Completed

Comments

1 comment

  • DJI Developer Support
    If you want MapWidget to display those three kinds of maps you need to fill in the corresponding APP_KEY. AMAP refers to Gaode Map, Here Map refers to local map, and Google Map uses Google Maps. mapwidget can also use mapbox. mapbox does not need to fill in the relevant KEY, it can be obtained after initialization by mapWidget.initMapboxMap method. The specific implementation can be found in sample. SAMPLE:Mobile-UXSDK-Android/MapWidgetActivity.java at master · dji-sdk/Mobile-UXSDK-Android (github.com)
    1
    Comment actions Permalink

Please sign in to leave a comment.