Minh Nguyễn

Results 944 comments of Minh Nguyễn

> I haven't confirmed it yet, but I have a sneaking suspicion that unless the project itself has a file that can be localized, it doesn't have a reference to...

In addition to duration and ETA, some applications might want to show the amount of delay on one option versus another based on the typical driving time exposed in mapbox/mapbox-directions-swift#462....

> However, in a non-navigation-focused application, such a UI may not already be present, so RoutePreviewViewController will make it easier for developers to complete that part of the user experience....

> I think this is a huge rabbit hole and time sink that really doesn't help developers all that much in the end. It’s important to recognize that the preview...

Vending a preview view controller would also make it possible for us to track whether the selected route is a primary or alternative route. Currently, all the SDK tracks is...

A prerequisite for this feature would be the ability to inject a NavigationMapView into a NavigationViewController. That would be desirable even on its own as a way to guarantee a...

> A prerequisite for this feature would be the ability to inject a NavigationMapView into a NavigationViewController. That would be desirable even on its own as a way to guarantee...

#3186 has landed, making it possible for the application to implement a route preview view controller, then hand off its map view to NavigationViewController when starting a trip. The route...

As a workaround, PassiveLocationDataSource does emit the latest snapped location as `locationKey` (also provided in PassiveLocationDataSourceDelegate methods), so you could keep track of the snapped locations as they come in....

> passiveLocationDataSourceDidUpdate now contains matching result that contains keypoints. For reference, this notification has been renamed to `Notification.Name.passiveLocationManagerDidUpdate`. As of #3669, `mapMatchingResultKey` is set to a `MapMatchingResult`; that class has...