I need to know the speed limit for some coordinates from the vehicle's trip. If I do POST request like:
https://fleet.cit.api.here.com/2/calculateroute.json?routeMatch=1&mode=car&attributes=SPEED_LIMITS_FCn(*)&&app_id=APP_ID&app_code=APP_CODE
with body:
LATITUDE,LONGITUDE
37.401996,-122.041338
37.416438,-122.086022
I'm receiving back built route with very many coordinates. But I'm interested in only two coordinates... Is there a better way to get speed-limit for a few (~10-100) coordinates?