Release notes
July 5, 2024
- Support of API version
1.0
is deprecated. Use methods of the API version1.1.0
instead.
April 6, 2023
- Added new API version 1.1.0.
- API version
1.0
support will have been discontinued by the end of October, 2023. It is highly recommended to use the methods of the API version1.1.0
instead.
- API version
- Added new options to the routing block
routing_options
:exclude
— a set of excluded areas that should be avoided when building a route;allow_locked_roads
— use blocked roads when building a route or not. - Moved fields
filters
,type
, andmode
to the routing blockrouting_options
. - Added the ability to add Priority points on the route.
October 1, 2021
First release of TSP API algorithm, which allows you to calculate the optimal route through the given points on the map for one or more couriers.