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

    Interface RouteJSONInterface

    interface RouteJSONInterface {
        activityType: ActivityTypes | null;
        comment?: string | null;
        creator: CreatorJSONInterface;
        description?: string | null;
        extensions?: unknown;
        id?: string;
        links?: RouteLinkInterface[];
        name: string | null;
        number?: number | null;
        points: RoutePointInterface[];
        stats: DataJSONInterface;
        streams: StreamJSONInterface[] | { [key: string]: (number | null)[] };
    }
    Index

    Properties

    activityType: ActivityTypes | null
    comment?: string | null
    description?: string | null
    extensions?: unknown
    id?: string
    name: string | null
    number?: number | null
    streams: StreamJSONInterface[] | { [key: string]: (number | null)[] }