currently, i'm developing a map application similar to uber, and since im using Googles location service " intermitent thread " , i get the users location every 10-20-30 seconds and i update its new location on the map, by simply cleaning the existing List , and inserting another mark inside of it.
That makes it looks like the users icon is literally " teleporting " across the map.
ive made some researches and i was unable to find examples or of its possible to be done in Heremaps explorer edition.
I'm aware that all i gotta do is work with only one object instead of clearing my list and placing another object in it.
Any help would be appreciated, thanks in advance.