views:

29

answers:

1

Hey there, I have a GPS module in my car and it saves every 30 seconds my position and then it exports those points of the entire travel. So when I drive about 5 hours, it has about 600 waypoints stored. Now I want to show my trip in google map. One of the soulutions is to generate a .kml file and then draw a polyline inside the map. But because it stores position every 30 seconds, the line is often "off-road". Is there a way google will draw this way exactly on the road? the route() function is useless because of limit of waypoints (i think 8).

Any ideas?