Osvaldo Lopez
Osvaldo Lopez
I ma having the same problem while using it with UIViewControllerRepresentable. ``` struct MBNavigator: UIViewControllerRepresentable { var response: RouteResponse var options: NavigationRouteOptions var manifestOptiVM: ManifestOptiViewModel func makeUIViewController(context: Context) -> some...
I think with NavigationViewControllerDelegate you can obtain this data. `navigationViewController(_ navigationViewController: NavigationViewController, didUpdate progress: RouteProgress, with location: CLLocation, rawLocation: CLLocation)`