A simple question in essence I think.
I'm trying to compare real routes to Google directions.
The maps are not the problem, but I'm trying to compare the real distance to the one from the routing as well and that doesn't work.
I suspect the export to be of a different type then what I need.
The product of my php program can be seen here:
http://www.pieter-ar...t/dagroute.html
The blue line is the Google directions, the red line is how our driver really went (well, actually straight lines between points taken every 15 minutes)
On the right you'll see the problem. First the difference between km start and km stop is what the driver really needed.
Then Google distance = [object]
I'll appreciate any nudge in the right direction.
