You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In our application, the marker is currently only moving in one direction along the given flight path without rotating to reflect its angle. This behavior contrasts with the expected rotation, as demonstrated in the attached screenshot of the DJI Mavic 2 Enterprise.
i was using this code for marker rotation:-
You can achieve the changes indicated by the arrow by updating the marker, for example, using marker.setRotation(rotation). The logic for updating the airplane icon in the MSDK V5 sample code is attached.
In our application, the marker is currently only moving in one direction along the given flight path without rotating to reflect its angle. This behavior contrasts with the expected rotation, as demonstrated in the attached screenshot of the DJI Mavic 2 Enterprise.
i was using this code for marker rotation:-
droneLocation = mapFragment.addMarker(latLng1, R.drawable.
ic_direction
, 0.5f, 0.5f, droneRotation);
The text was updated successfully, but these errors were encountered: