Radhabinod Langoljam

Results 14 issues of Radhabinod Langoljam

While increasing the section count it plot all the section but it didn't cover whole circle.

We are able to play video in debug and release build. But after uploading the build to Play Store we are not able to play the video in downloaded app...

We have received few crashes daily related to Signal 11. Here are the backtraces of the crashes. Please check. We are using latest SDK version 3.16 Crash 1: ``` #00...

I am facing issue in loading map even after all the permission are enabled. My connection speed is fast in mobile data connection. Until it is connected for seconds in...

The icon rotate properly during navigation but when we zoom-in or zoom-out the map then position indicator icon is not rotating properly. @starand Please check it.

Here are the code snippet of the current implementation: ``` m_mapFragment.init(new OnEngineInitListener() { @Override public void onEngineInitializationCompleted(Error error) { if (error == Error.NONE) { startPositioningManager(); m_map = m_mapFragment.getMap(); NavigationManager.getInstance().setMapUpdateMode (NavigationManager.MapUpdateMode.ROADVIEW);...

When running application in background and after device perform some multitasking like openning some others app and then resume the Navigation, maps fail to load and navigation stops. This occurs...

Now currently we are calculating speed limit using. Please check wether I am implementing it right or not. ``` private PositioningManager.OnPositionChangedListener mapPositionHandler = new PositioningManager.OnPositionChangedListener() { @Override public void onPositionUpdated(PositioningManager.LocationMethod...

These doesn't occur all the time but sometime I got crash report of this in Firebase. Here is what we got from the log. When can such error occurs? Is...

The real issue I am facing is it detects click even when when taping on Map where there are no Marker mainly when Zoom out at certain level and marker...