I'm using the reverse geocode endpoint from HERE to extract speed limits for a given latitude and longitude. I am including linkInfo
in the locationattributes
parameter and was getting speed limits in the results body but it is no longer showing up.
Here is an example of the endpoint being hit:
https://reverse.geocoder.api.here.com/6.2/reversegeocode.json?app_id={{app_id}}&app_code={{app_code}}&prox=40.1245292,-74.8721781,50&mode=retrieveAddresses&locationattributes=linkInfo&gen=9
Is this the correct method to get speed limits from HERE?