• 解析FlightAware

    Parameters

    • source: string | Document | File

      FlightAware的位址或檔案或物件(不必解析)。

    • callback: ((rtn) => void)

      解析完成回呼。

    Returns void

    Example

    ov.Utilities.parseFlightAware('fa.txt', fa => console.log);
    

Generated using TypeDoc