Files
services/routing/README.md
2021-05-04 11:02:28 +01:00

20 lines
504 B
Markdown

Point to point routing directions
# Routing Service
The routing service provides point to point directions
## Features
- **Directions** - Turn by turn driving directions
- **ETAs** - Estimated time of arrival from origin to destination
- **Routes** - GPS point based routes with distance and duration
## Config
The following config must be set
- **routing.provider**: "google" or "osrm"
- **routing.address"**: location of osrm api if used
- **google.apikey**: google maps api key if using google