here-ios-sdk-examples icon indicating copy to clipboard operation
here-ios-sdk-examples copied to clipboard

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

Open VivekVithlani opened this issue 5 years ago • 3 comments

Hello,

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

Thank you, Vivek Vithalani.

VivekVithlani avatar Nov 27 '19 06:11 VivekVithlani

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

dashchak avatar Nov 27 '19 12:11 dashchak

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

moment101 avatar Dec 09 '19 14:12 moment101

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.

VivekVithlani avatar Dec 10 '19 05:12 VivekVithlani