---
metadata:
  - name: generator
    content: Diplodoc Platform v5.19.6
alternate:
  - https://docs.routeq.com/doc/en/vrp/interface-mvrp-map.md
  - https://docs.routeq.com/doc/tr/vrp/interface-mvrp-map.md
title: RouteQ — working with the interface — viewing the solution
---
> **Documentation Index:** Fetch the complete configuration index at https://docs.routeq.com/doc/en/llms.txt


# Viewing the solution on the map

You can open the solution on the `mvrp-map` and share it. The solution can be viewed without logging in to the service.

The `mvrp-map` is available at [https://yandex.com/courier/mvrp-map](https://yandex.com/courier/mvrp-map). To open the solution on the map, choose one of the following methods:

{% list tabs %}

- Export via the interface

  1. Plan a solution or open a ready one in the **Planning** section.
  
  1. In the upper-right corner, click **Export** → **JSON** → **Map**.

- Solution ID

  Open the link




  ```html
  https://yandex.com/courier/mvrp-map#<task_id>
  ```


  where `task_is` is the solution ID. For more information, see [Working with the resulting solution](https://docs.routeq.com/doc/en/vrp/interface-result.md#task-id).

- JSON

  {% cut "How to get task results in JSON format" %}

  - When working with the resulting solution in **Planning**, click **Export** → **JSON**.
  - Using the API (for more information, see [Obtaining results](https://docs.routeq.com/doc/en/vrp/get-result.md)).

  {% endcut %}

  1. Open the link




      ```html
      https://yandex.com/courier/mvrp-map#json
      ```


  2. Click **Upload JSON** in the upper-right corner and select the file.

{% endlist %}

{% note info %}

Only solved tasks open on the map.

{% endnote %}

To contact support, click **Support** in the upper-right corner.

## Page elements {#interface}

The solution page contains:

1. [Control panel](#control-panel): Solution actions and control buttons.
1. [Map](#map): A geographical representation of the routes and unassigned orders.
1. [Routes](#routes): Timeline and solution metrics.
1. [Solution statistics](#result): Final indicators.

All violations are highlighted in red.

![](_images/mvrp-map.png)


### Control panel {#control-panel}

**Date**

The date that the solution is planned for.

**Copy the planning link**

Use the <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" class="bb-ui-button__icon bb-ui-button__icon_left bb-ui-button__icon_mini"><path d="M20 3H9V17H20V3Z" fill="#07f"/><path d="M5 7H8V18L16 19.4545V21H5V7Z" fill="#07f"/></svg> icon to copy the link to a ready solution.

**Search**

Use the search <svg width="24" height="24" viewBox="0 0 24 24" fill="#07f" xmlns="http://www.w3.org/2000/svg" class="bb-ui-search-input__icon"><path fill-rule="evenodd" clip-rule="evenodd" d="M17.473 10.236a7.203 7.203 0 01-1.25 4.068L21 19.08l-1.919 1.92-4.777-4.778a7.236 7.236 0 113.17-5.986zm-10.856 0c0 1.853.929 3.489 2.345 4.468l-.814.543a5.429 5.429 0 010-10.022l.815.543a5.421 5.421 0 00-2.346 4.468z"/></svg> to go to an object: select an order or a route from the drop-down list, and it will be highlighted in the blocks.

**Couriers**

You can hide routes from specific employees.

![](_images/solution-couriers.png)

**Filter**

Appears if the [Vehicle tags](https://docs.routeq.com/doc/en/vrp/properties-of-vehicles.md#tags) option was used during planning.

The filter lists the values from the **Vehicle properties** field in the **Routes** table (equivalent to tags). To display routes that match specific vehicle properties, select the relevant value. You can select multiple values. As a result, data is filtered across all blocks.

**Upload JSON**

You can upload a ready solution in JSON format to have it displayed on the map.

**Support**

A button for contacting support.


### Map {#map}

The map shows the geographical location of routes and unassigned orders.

Hovering over a stop or depot brings up a waypoint card with information.

{% note info %}

If the route contains [multi-orders](https://docs.routeq.com/doc/en/vrp/properties-of-orders.md#multi-orders), zoom in on the map to see all the orders being delivered together.

To display the trailer reloading, coupling, and decoupling locations on the map, contact support to have the option activated.

{% endnote %}

### Routes {#routes}

There are two display modes: **Timeline** (default) and **Metrics**.

To view the result with the parameters from the API response, click ![](./_images/info.png). The **Planning metrics** pop-up window contains the values of the main solution [metrics](https://docs.routeq.com/doc/en/vrp/get-result.md#common-metrics) and options.

The <svg width="16" height="16" fill="#7d8a99" preserveAspectRatio="none" xmlns="http://www.w3.org/2000/svg" class="bb-ui-table-header-icon__icon"><path d="M9.333 2.946a2.333 2.333 0 104.667 0 2.333 2.333 0 00-4.667 0zM0 13.057a2.333 2.333 0 104.667 0 2.333 2.333 0 00-4.667 0zM4.613 10.56a1.153 1.153 0 01-.16-1.503l.96-1.377A6 6 0 016.57 6.44l1.307-1.054a1.153 1.153 0 011.67 1.557l-.96 1.377A6 6 0 017.43 9.56l-1.307 1.054c-.447.36-1.09.337-1.51-.054z" fill="#7d8a99"/></svg> icon switches the route display mode: simple straight lines or laid over roads. The "laid over roads" mode is available for car and truck routes.

#### Timeline {#timeline}

In this mode, routes are presented as a Gantt chart. The size of the stop and depot elements is proportional to the planned time the courier spends at the corresponding location.

Hovering over a stop or depot brings up a waypoint card with information.


#### Metrics {#metrics}

The metrics table shows the values of key parameters of the routes you've built.

Hovering over the courier ID in the first column of the table shows the total route cost. To sort the data in the metrics table by column, click the column header (once or twice depending on the preferred sorting order).

### Solution statistics {#result}

At the bottom of the page, you can see the total and average indicators for the solution. Hovering over an indicator shows a tooltip with its description.

{% include [warehouse-feedback](_includes/feedback-81845556eeea.md) %}
