get Time Distance Coordinates
external fun getTimeDistanceCoordinates(start: Int, end: Int, step: Int, stepType: Boolean): TimeDistanceCoordinateList?
Build a list of timestamp coordinates from a route
Return
The result list
Parameters
start
Start distance from route start
end
End distance from route start
step
The step on which the coordinates are created
step Type
The step unit type: true = distance in meters, false = time in seconds