About a week ago I wrote a tutorial around showing a map with data that I had collected within HERE XYZ. The tutorial was on the basis that I was collecting GPS data of my current route and then later showing it on the map. However, what if I wanted others to view my current route as it happens?

We’re going to see how to use simple JavaScript to continuously request data from HERE XYZ to update on a map.

About a week ago I wrote a tutorial around showing a map with data that I had collected within HERE XYZ. The tutorial was on the basis that I was collecting GPS data of my current route and then later showing it on the map. However, what if I wanted others to view my current route as it happens?
We’re going to see how to use simple JavaScript to continuously request data from HERE XYZ to update on a map. […]