I would like to know what's the best way to calculate the current speed with GPS. I've an external GPS receiver which is connected via USB to my car-notebook. It gives me just the following information: - Longitude - Latitude - Altitude
My try is to get two location-infos with timestamps. Then I am finding the difference in time (timestamp2 - timestamp1) and calculating the speed (distance/time).
Are there any other possibilites oder maybe any libraries available?