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

    Interface RouteParsingStreamOptions

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

    Properties

    includeTypes?: string[]

    Optional allowlist of point-indexed stream types to include in final route output.

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