Sports Lib API - v17.3.0
    Preparing search index...

    Interface ActivityParsingStreamOptions

    interface ActivityParsingStreamOptions {
        fixAbnormal?: { speed?: boolean };
        includeTypes?: string[];
        smooth?: {
            altitudeSmooth?: boolean;
            grade?: boolean;
            gradeSmooth?: boolean;
        };
    }
    Index

    Properties

    fixAbnormal?: { speed?: boolean }
    includeTypes?: string[]

    Optional allowlist of stream types to include in final activity output.

    This is currently enforced for FIT/TCX/GPX importers.

    smooth?: { altitudeSmooth?: boolean; grade?: boolean; gradeSmooth?: boolean }