API Requests
Access to Road Network
| Request | Description |
|---|---|
distance | Route calculation between two points. |
tsp | Solving the "traveling salesman problem" (maximum 50 points). |
distancematrix | Calculation of distance matrix between multiple points (maximum 25x25 points). |
snaptoroad | Snaps points from GNSS satellites to the road network. |
Access to Data
| Request | Description |
|---|---|
geocode | Direct and reverse geocoding (search for objects by words from the name, as well as search by coordinates). You can select only the object categories of interest. Combined queries are also possible |
feature | Get geometry and full description of an object. By passing multiple object IDs separated by commas, you can get geometry for up to 250 objects. |
Data Operations
| Request | Description |
|---|---|
buffer | Build a buffer zone around geometry. Geometry can be specified in WKT format or using object ID. |
location | Calculate the coordinates of a point given the coordinates of another point, as well as the distance and direction connecting these points. The coordinate of the base point is specified as lng,lat or using object ID. |