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

Interpolate future location for navigation (experimental) #21396

Open
vshcherb opened this issue Nov 20, 2024 · 0 comments
Open

Interpolate future location for navigation (experimental) #21396

vshcherb opened this issue Nov 20, 2024 · 0 comments
Assignees
Labels
Milestone

Comments

@vshcherb
Copy link
Member

We can add a setting - number between (0, 1) to interpolate location by the route in future. That could only be implemented when location is snapped to active route.

0 - means that animation lags behind and never predicts. So on average it starts animation to received location and lags behind for 1 second.
1 - means that we should exactly predict next location which happens in 1 second, so once location is received it will be exact. So delay theoratically 0.

Setting in between 0 and 1 mean that animation will have a delay and have a prediction portion

@vshcherb vshcherb added this to the 5.0-android milestone Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants