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

    Interface RouteParsingGPXOptions

    interface RouteParsingGPXOptions {
        importTimedTracksAsRoutes?: boolean;
    }
    Index

    Properties

    importTimedTracksAsRoutes?: boolean

    Treat timed GPX tracks as route geometry.

    Defaults to false because GPX tracks with per-point time values usually represent completed activities. Route upload flows can opt in when the user explicitly wants to turn activity track geometry into a reusable route.