export interface IGPSOption { leftCourseDistance: number; willArriveRadius: number; arrivedRadius: number; }