Android Question [Solved]Alternative for Interpolator and ValueAnimator

AndroidMadhu

Active Member
Licensed User
Hello,
I am using both Interpolator and ValueAnimator at android Studio for smoothing the marker/car movement at Google Map.
Is there is any such library for smoothing marker/car movement available for B4A?
I have found NineOldAndroids library, but I am not sure about how to use the library related to Interpolator or ValueAnimator.

Please advice.
 

AndroidMadhu

Active Member
Licensed User
It is quite simple to implement a similar algorithm yourself.
@Erel... I found your example.....and It runs fine.
But how do I animate [with smoothness] the marker as per the lat/long received from GPS on Google map. I am able to move the marker as per GPS data[lat/long], but here the point is the smoothness is not coming. There is a jerk for every seconds movement.
A pointer or any such example code will be helpful for me.

Thanks
 
Upvote 0

AndroidMadhu

Active Member
Licensed User
Upvote 0
Top