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

Draw route with animation like UBER/Waze/Lyft app. #138

Open
VivekVithlani opened this issue Nov 27, 2019 · 3 comments
Open

Draw route with animation like UBER/Waze/Lyft app. #138

VivekVithlani opened this issue Nov 27, 2019 · 3 comments

Comments

@VivekVithlani
Copy link

VivekVithlani commented Nov 27, 2019

Hello,

Any way to draw a route with animation like UBER/Waze/Lyft App. ?

Thank you,
Vivek Vithalani.

@VivekVithlani VivekVithlani changed the title Draw route with animation like UBER app. Draw route with animation like UBER/Waze/Lift app. Nov 27, 2019
@VivekVithlani VivekVithlani changed the title Draw route with animation like UBER/Waze/Lift app. Draw route with animation like UBER/Waze/Lyft app. Nov 27, 2019
@dashchak
Copy link
Contributor

Hi @VivekVithlani,
unfortunately there is no way to animate the route drawings in HERE SDK.

@moment101
Copy link

Maybe use a timer to add short lines one by one. and then remove them to achieve the animation effect you want.

@VivekVithlani
Copy link
Author

Yes, I also plan for a timer for draw route, but in here map just one method for assign a route on map, which is - (BOOL)addMapObject:(nonnull NMAMapObject *)object in this method we can just pass route as map object, we can't put lines one by one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants