Minh Nguyễn

Results 1323 comments of Minh Nguyễn

> I assume that some interpolation is done here As long as `options.routeShapeResolution` is `full` (which is the default), `route.coordinates` should contain many more coordinates than the `coordinates` that you...

I’ve reported the issue to the backend routing team to investigate the issue. Unfortunately, there’s nothing we can do on the client side to work around the issue. Do you...

As a workaround until the next major version, #748 adds an extensibility hook to AttributeOptions.

First of all, thank you for bringing up this issue in https://github.com/mapbox/mapbox-navigation-android/issues/875#issuecomment-421332368. It appears to have been an oversight. I’ve flagged this issue for the team to triage. If you...

Does #655 supersede this PR, or is there anything else that needs to be folded into it?

> it looks like it does. we can call that method in cli OK, tracking in #692.

As mentioned above, #655 takes care of converting from a URL to an options object. Now #728 hooks this conversion up to the command line tool, loosely based on the...

> This will allow to make subclasses of Directions (e.g. one using other web service than Mapbox's one or some offline solution) without being tied to URLSession. As a workaround...

This message comes from the Directions API. [In some cases](https://github.com/mapbox/mapbox-directions-swift/blob/fcc33ed07dba17df88fc6a305ff4732fae81533f/Sources/MapboxDirections/Extensions/HTTPURLResponse.swift#L22), this library does use other fields in the error JSON or HTTP headers to compose its own localizable error message....

(If `modifier` is coming out of the Directions API as `reverse`, then that would be a bug in the Directions API, since this field is [documented](https://docs.mapbox.com/api/navigation/directions/#banner-instruction-object) as returning `uturn` in...