export interface RoutePoint { photoId: string; capturedAt: string; latitude: number; longitude: number; }