Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NavigationViewController.indexedRoute is inaccessible due to its protection level #2701

Closed
dmitry-yashkin opened this issue Oct 20, 2020 · 1 comment · Fixed by #2711
Closed
Labels
bug Something isn’t working
Milestone

Comments

@dmitry-yashkin
Copy link

According to docs this property should be used to update a route and so it should be public:

The NavigationViewController.route and NavigationService.route properties are now read-only. To change the route that the user is traveling along, set the NavigationViewController.indexedRoute or NavigationService.indexedRoute property instead, pairing the route with the index of the route in the original RouteResponse object. (#2366)

Is it a bug or I just try to use the SDK in a wrong way?

@1ec5 1ec5 added this to the v1.0.1 milestone Oct 21, 2020
@1ec5 1ec5 added the bug Something isn’t working label Oct 21, 2020
@1ec5
Copy link
Contributor

1ec5 commented Oct 21, 2020

Looks like an oversight on our part, introduced in #2366.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn’t working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants