API Requests

Access to Road Network

RequestDescription
distanceRoute calculation between two points.
tspSolving the "traveling salesman problem" (maximum 50 points).
distancematrixCalculation of distance matrix between multiple points (maximum 25x25 points).
snaptoroadSnaps points from GNSS satellites to the road network.

Access to Data

RequestDescription
geocodeDirect 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
featureGet 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

RequestDescription
bufferBuild a buffer zone around geometry. Geometry can be specified in WKT format or using object ID.
locationCalculate 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.