-
Notifications
You must be signed in to change notification settings - Fork 205
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
position marker following the route(polyline) like google maps #432
Comments
See OsmDroid demo app's |
This is great. thanks |
So I'm following examples in order to make border color around roadoverlay. I got it to work but since its two paints above each other if my roadOverlay is long (has many Geopoints) it's making app laggy. Is there any workaround available ? |
you can simplify your route with the DouglasPeucker reducer (PointReducer class). |
Thank you, it helped. Is it possible to archive following effect: When using animateTo while zooming in - tiles from lower level stays on the screen and new tiles are beeing loaded on top of them ? This would atleast remove ugly effect of white squares |
Hi! @Ostreey Can you please tell me how you were able to animate/move the marker along the polyline generated between 2 geopoints? I have looked into the 10K Race in Paris example but I am not quite getting it. Thanks! |
Hi! MKergall thank you very much for this greate library.
Curently im creating navigation app with speedcameras detection. I have most of the stuff already working i have few question regarding improving user experiance.
Thank you very much
The text was updated successfully, but these errors were encountered: