Map Crashed
已完成I see on msdk dji v5 that the AMap enabled as default map on this function , So I want to work with the whole map , not with the chinese map , when i modify from initAmap to initgooglemap the app get crashed , what is the solution of this error ?
mapWidget.initAMap(map -> {
map.setOnMapClickListener(latLng -> onViewClick(mapWidget));
DJIUiSettings uiSetting = map.getUiSettings();
if (uiSetting != null) {
uiSetting.setZoomControlsEnabled(false);//hide zoom widget
}
});
mapWidget.onCreate(savedInstanceState);
-
Is there a relevant crash log for us to look at when the crash occurs? Upload address: https://pan-sec.djicorp.com/s/KgjBQBHsokPXKwD
请先登录再写评论。
评论
1 条评论