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

    Interface RoutePointInterface

    interface RoutePointInterface {
        altitude?: number | null;
        comment?: string | null;
        description?: string | null;
        extensions?: unknown;
        latitudeDegrees: number;
        links?: RouteLinkInterface[];
        longitudeDegrees: number;
        name?: string | null;
        symbol?: string | null;
        type?: string | null;
    }

    Hierarchy (View Summary)

    Index

    Properties

    altitude?: number | null
    comment?: string | null
    description?: string | null
    extensions?: unknown
    latitudeDegrees: number
    longitudeDegrees: number
    name?: string | null
    symbol?: string | null
    type?: string | null