Source: https://developers.woosmap.com/products/distance-api/overview/

> For clean Markdown of any page, append `.md` to the page URL.

> For a complete documentation index, see https://developers.woosmap.com/llms.txt

# Overview



## What is Woosmap Distance?

Woosmap Distance is a comprehensive API that allows you to calculate travel distances, times, and optimal routes between
locations, customizable by your chosen transportation mode.

## Four Endpoints for four different usages

Woosmap Distance provides the following endpoints:

**[Matrix](/products/distance-api/features/matrix/)** & **[Matrix Async](/products/distance-api/features/matrix_async/)** - 
Calculate and return travel distances and times for every origin-destination pair within a location matrix. This output 
is typically used to sort a list of stores based on their distance or travel duration from a specific point.

**[Route](/products/distance-api/features/route/)** - It provides a fully detailed, optimized route object containing 
the path geometry, total distance, and calculated duration for travel between a pair of coordinates. Use this to fulfill
itinerary search requests.

**[Tolls](/products/distance-api/features/tolls/)** - Provide toll costs and information for an origin and destination pair.

**[Isochrone](/products/distance-api/features/isochrone/)** - How to find all destinations that can be reached in a specific amount of time or a maximum travel
distance from a specified point.

## Flexible Integration Options

Woosmap Distance can be integrated in several ways, depending on your project's needs.

* **REST API**: The most flexible option for any backend, mobile, or custom application.
* **Map JS API**: The recommended solution for web apps, unifying maps and travel details in one library.
* **Native iOS and Android SDKs**: The easiest way to integrate Woosmap Distance into your mobile apps.

[Choose the best integration path for your project →](/products/distance-api/guides/integration-path/)

## Global Coverage

Distance uses OpenstreetMap data to provide worldwide coverage.

## Try It Out

Experience Woosmap Distance with our interactive Explorer Map demo. Select two positions and ask for the route between them.

[Explore Woosmap Map →](https://www.woosmap.com/maps/)

## Get Started

Ready to build? Follow our guide to get up and running in minutes.

[Get Started with Distance →](/products/distance-api/tutorials/making-first-request/)
