mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-12 03:05:14 +00:00
20 lines
504 B
Markdown
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
|