API - Directions
With NextBillion.ai Maps API, you can access all kinds of services from the map data to support your business, with just a few lines of code.
In this section, we'll introduce the Directions API.
The Directions
API takes 2 locations as the origin and the destination, and returns the directions between them. You can set various traveling modes for a more accurate directions result.
You can use the SDK's built-in methods to request and render the result. Also, it's your freedom to manually process and visualize the data when needed.
There are detailed instructions in the references of Directions
.