I have a list of GPS points logged by a vehicle and I'd like to find out the length of the logged route.
The problem is that the vehicle logs only every 10 minutes, so I don't have too many points to work with.
The GPS points are on a road, so I ideally I would use an API where I could pass in the points and it would give me back the length of the track.(I'd need something similar to Google Maps Directions API, however you can only use a limited number of waypoints, and understandably so since it serves a different purpose.)
Does anybody know a solution for this problem?
أكثر...
The problem is that the vehicle logs only every 10 minutes, so I don't have too many points to work with.
The GPS points are on a road, so I ideally I would use an API where I could pass in the points and it would give me back the length of the track.(I'd need something similar to Google Maps Directions API, however you can only use a limited number of waypoints, and understandably so since it serves a different purpose.)
Does anybody know a solution for this problem?
أكثر...