Calculate next latitude and longitude based on current location, speed, direction, and time elapsed.
Source:R/sample_data.R
next_lat_long.Rd
Given a current location (latitude and longitude), speed, direction (in radians), and time elapsed (in seconds), this function calculates the next latitude and longitude. The calculations are based on the assumption of a constant speed and direction during the elapsed time.