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

    Interface RoutePreviewSegmentJSONInterface

    interface RoutePreviewSegmentJSONInterface {
        activityType?: string | null;
        bounds?: RoutePreviewBoundsInterface;
        encodedPolyline: string;
        id?: string;
        name?: string | null;
        pointCount: number;
        sourcePointCount: number;
    }
    Index

    Properties

    activityType?: string | null
    encodedPolyline: string
    id?: string
    name?: string | null
    pointCount: number
    sourcePointCount: number