---
metadata:
  - name: generator
    content: Diplodoc Platform v5.19.6
alternate:
  - https://docs.routeq.com/doc/en/delivery/functions/transit-distance.md
title: RouteQ — functions — courier mileage
---
> **Documentation Index:** Fetch the complete configuration index at https://docs.routeq.com/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://docs.routeq.com/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.

{% include [reports](../_includes/reports-9b2913227da3.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 Yandex Courier app, GPS tracker, or API.

{% include [warehouse-feedback](../_includes/feedback-7b71896f9bc3.md) %}


