export interface RouteLegStepData { distance: number; time: number; from_index: number; to_index: number; }