0

I've been using the HERE Reverse Geocoding endpoint (example URL below) to convert latlons into Location data (works a treat, thanks!).

https://reverse.geocoder.api.here.com/6.2/reversegeocode.json?pos={lat},{lon},0&mode=trackPosition&app_id={myId}&app_code={myCode}&maxresults=1&locationattributes=linkInfo

I was wondering if there is a way to send a request for the same/a similar response as the above URL but passing LinkId/MapReferenceId (I believe the two are interchangeable) instead of pos=,?

DB-GB
  • 1
  • 1
  • 3

1 Answers1

0

This isn't exactly an answer, but the question no longer needs to remain open - I found a workaround my end that removes the need for this endpoint.

DB-GB
  • 1
  • 1
  • 3