Programatic access to historic routes
ElvioMendes ಅವರಿಂದ 1 ಫೆಬ್ರವರಿ 2023 ರಂದು English ನಲ್ಲಿ ಪೋಸ್ಟ್ ಮಾಡಲಾಗಿದೆI am looking for a way of making an API call and obtain a list of routes that started within a given location and ended within a given location:
Inputs or columns from data table
Input variable the departure place: Lat range and Long range Input variable for arrival place: Lat range and Long range Input variable (range) for the duration of the trip Filtering per vehicle type, avoid certain routes per multiple variables….. Timespan for the search (data start and date end).
Output:
List of all the trips existing for the above, including :
date and times polyline format if possible Name of roads, turn left/right Speeds on the streets (optional)
Does anyone know if at all possible?