Beto Alves
Beto Alves
Hi @boldtrn thanks for your answer! I have researched the usage of the ```OffRouteCallback``` you mentioned in the ```OffRouteDetector```. I found the ```onShouldIncreaseIndex()``` method but couldn't find any use of...
Yes, extending the OffRouteDetector should also work. I will work on this and submit a pull request to expose the methods. Thank you for your support!
Yes, that's the approach I would take. Adding setOffRouteDetectorCallback to OffRoute makes more sense than altering the visibility of onShouldIncreaseIndex.