here-ios-sdk-examples
here-ios-sdk-examples copied to clipboard
Draw route with animation like UBER/Waze/Lyft app.
Hello,
Any way to draw a route with animation like UBER/Waze/Lyft App. ?
Thank you, Vivek Vithalani.
Hi @VivekVithlani, unfortunately there is no way to animate the route drawings in HERE SDK.
Maybe use a timer to add short lines one by one. and then remove them to achieve the animation effect you want.
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.