Hello,
I am able to move the marker on Google MAP as per the GPS provided from App.
Now I want to Smooth marker Movement, when I am getting GPS lat/long from App.
hI I would like to "smoothing" the movement of the Google map marker, I got the ValueAnimator function, which allows me to do that but I do not know how I can do it to integrate it into my B4A code public void run(List polyLineList) { if (index < (polyLineList.size() - 1)) {...