Vitalii Khoruzhyi
Vitalii Khoruzhyi
@dhananjay23 If you mean already travelled distance you can use NavigationManager.getElapsedDistance. What do you mean by "total traveled geocoordinates"?
@binod-techindustan Are there any other error messages in the logcat? Can you reproduce the same issue on any of our github sample?
@binod-techindustan But I have to reproduce the issue to fix it. Can you update the version of the SDK you are using? Actual version is 3.14.
@binod-techindustan I need steps to reproduce this issue. You can cut functions one at a time from your application to find out what is going wrong.
@binod-techindustan The built-in PositionIndicator does not support rotation. Please specify what do you mean?
@binod-techindustan The build-in PositionIndicator doesn't support rotation. You can rotate the image for the marker using the current map orientation in callback onMapTransformEnd.
@binod-techindustan By the same way. Set a new image for PositionIndicator.
@binod-techindustan What units does the function Utilities.Companion.rotateBitmap accept for the second parameter? Radian or Degrees? MapState.getOrientation returns degrees.
@binod-techindustan 1) It is better to use OnMapRenderListener callback from MapFragment (or MapView). 2) Use **-Map.getOrientarion()** for angle. ``` @Override public void onPreDraw() { Matrix matrix = new Matrix(); matrix.postRotate(-m_map.getOrientation());...
@binod-techindustan Please double check your implementation. It can't depend on image.