Ola
Is it possible to draw a "snake" polyline. In the snake game as soon as you eat something, the snake grows bigger and follows the route entered on the keys.
Assuming the "keys" are gps co-ordinates and these come up with a new lat lon entry every 2 minutes, how can I draw / update the polyline in real-time to reflect the new addition without removing old points?
Thank you.
Is it possible to draw a "snake" polyline. In the snake game as soon as you eat something, the snake grows bigger and follows the route entered on the keys.
Assuming the "keys" are gps co-ordinates and these come up with a new lat lon entry every 2 minutes, how can I draw / update the polyline in real-time to reflect the new addition without removing old points?
Thank you.