TomTom Maps for JavaScript
    Preparing search index...

    Type Alias RouteSegmentProgress

    Progress measurements for a segment between two arbitrary points on the route path.

    type RouteSegmentProgress = {
        delta: RouteProgressAtPoint;
        end: RouteProgressAtPoint;
        start: RouteProgressAtPoint;
    }
    Index

    Properties

    Properties

    Difference between end and start (distance and time covered by the segment).

    Progress at the end point.

    Progress at the start point.