Abhishek Kejriwal

Results 68 comments of Abhishek Kejriwal

https://github.com/mapbox/mapbox-navigation-android/pull/5904#issuecomment-1146299411 This is a [known](https://github.com/mapbox/mapbox-navigation-android/issues/5223) flaky test.

In this case how do we address the request from customers that the shields in maneuvers should match the shields on the Map, since as far as I know Map...

@JayJiangCT Thank you for the detailed explanation. I would suggest you to check 2 things: * Are you able to see the speed limit in `examples/BasicNavigationActivity.java`? * Are you able...

We already expose an API `navigationView.api.setRoutes(options: RouteOptions)`. This allows end users to inform the Drop-In UI to fetch the route using the `options` supplied and set it to `mapboxNavigation`. I...

I agree with the idea of changing the style between day/night based on the time. We could also look into LUX value coming out of the device sensors and hook...

> > In the example activities, we are showing recenter button always, but it doesn't work unless we start navigation. We should hide the recenter button and make it visible...

Looking at this further ``` MapboxNavigationApp.installComponents(this) { audioGuidanceButton(binding.soundButton) routeLine(binding.mapView) routeArrow(binding.mapView) recenterButton(binding.mapView, binding.recenterButton) // custom components component(DropInStartReplayButton(binding.startNavigation)) ``` the problem is that we are starting trip session only when clicked on...

Can we separate `hideOriginAndDestinationPoints` into 2 individual API(s) - `hideOriginPoint`, `hideDestinationPoint` and `hideWaypoints() //hides all waypoint`, hideWaypoint(point)// hides given waypoint. This gives more control as a user to hide only...

Yeah I came across this issue and I am already working on resolving it. cc @LukasPaczos

This is a beast in itself because there are many turn lane icons that needs to be addressed in both iOS/Android platforms. We are still trying to figure out all...