I have part of an OSM way between two OSM node ids 5264306189 and 5264306190 (taken from openstreetmap) as you can see in the image below.
What would be the equivalent node ids, or what is the right way to translate/represent this in a HERE map and how?
This is the GeoJSON line string that i've used to visualize the line
{
"type": "LineString",
"coordinates": [[
101.1929014, 54.4496526],
[101.1937758, 54.4494843]
]
}