Normalization of coordinates to closest route
问题 In my application I receive GPS coordinates which I use to draw route using HERE 's calculateRoute method and polyline. But results are poor and rarely accurate probably due to low accuracy of the measurements. Example of this behavior on the picture below - actual route should be only on the biggest, diagonal street. So my idea to circumvent this problem is to first 'normalize' these coordinates by approximating them to nearest street. My question is: does HERE API provides such method and