---
metadata:
  - name: generator
    content: Diplodoc Platform v5.52.0
alternate:
  - https://yandex.kz/routing/doc/en/delivery/functions/transit-distance.md
  - https://yandex.kz/routing/doc/kk/delivery/functions/transit-distance.md
  - https://yandex.kz/routing/doc/ru/delivery/functions/transit-distance.md
  - href: en/delivery/functions/transit-distance.md
    type: text/markdown
    title: Markdown version
  - href: ../llms.txt
    type: text/markdown
    title: llms.txt
title: RouteQ — functions — courier mileage
---
> **Documentation Index:** Fetch the complete configuration index at https://yandex.kz/routing/doc/en/llms.txt


# Courier mileage

Mileage is the distance that the courier traveled along the route.

After the route is completed, you can view the mileage in the [Plan/Fact](https://yandex.kz/routing/doc/en/delivery/interface/plan-fact.md) report. You can also view the mileage in real time via the API, by sending a request to [route-info](https://yandex.ru/routing/doc/en/delivery/redoc/index.html#operation/getsRouteInfo). The actual current mileage in meters is shown in the `total_transit_distance_m` field.

<!-- source: en/delivery/_includes/reports.md -->
{% note info %}

Routes appear in the **Plan/Fact** reports only on the day after their completion.

{% endnote %}
<!-- endsource: en/delivery/_includes/reports.md -->

When working with mileage, note:

- When using the API, mileage is updated every five minutes.
- Instead of the actual road mileage, the straight-line distance between the route locations on the courier's track is measured. Location coordinates can be sent using the RouteQ app, GPS tracker, or API.

<!-- source: en/delivery/_includes/feedback.md -->
<a href="../feedback">
  <span class="button">Contact support</span>
</a>



[//]: # (Version without HTML\: \[Contact support\]\(../../../feedback.md\))
<!-- endsource: en/delivery/_includes/feedback.md -->


