If you’re new to HERE XYZ or to the mapping space in general, you might not be familiar with GeoJSON. While GeoJSON is still JSON, it is formatted as part of a specification for geographic features.

We’re going to see how to take ordinary location data and parse it into GeoJSON using JavaScript.

If you’re new to HERE XYZ or to the mapping space in general, you might not be familiar with GeoJSON. While GeoJSON is still JSON, it is formatted as part of a specification for geographic features.
We’re going to see how to take ordinary location data and parse it into GeoJSON using JavaScript. […]