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

    Interface RoutePreviewRouteSourceInterface

    interface RoutePreviewRouteSourceInterface {
        activityType?: string | null;
        id?: string;
        name?: string | null;
        points?: readonly RoutePreviewCoordinateInterface[] | null;
    }
    Index

    Properties

    activityType?: string | null
    id?: string
    name?: string | null
    points?: readonly RoutePreviewCoordinateInterface[] | null