0

How can i get lat - long from a specific corridor created on traffic viewer

if i need the lat-long from point A start to point B finished , were is that information that i need ?

Delph
  • 3
  • 3

1 Answers1

0

you must consider the Geo-coding in order to convert the place name into geo coordinates form the html page itself.

Harsha
  • 74
  • 1
  • 10
  • thks , but how can i get lat-long from traffic viewer? – Delph Dec 16 '19 at 19:13
  • It is not possible to pick lat-long from traffic viewer as per the current functionality in traffic viewer. –  Dec 17 '19 at 08:08
  • ok from were you get the lat-long , from corridor , route ? in your example docsite put exam: https://route.ls.hereapi.com/routing/7.2/calculateroute.json ?apiKey={YOUR_API_KEY} &waypoint0=geo!52.5,13.4 &waypoint1=geo!52.5,13.45 &mode=fastest;car;traffic:disabled – Delph Jan 16 '20 at 15:14