mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-13 19:45:26 +00:00
14 lines
298 B
Markdown
14 lines
298 B
Markdown
Point to point routing directions
|
|
|
|
# Routing Service
|
|
|
|
The routing service provides point to point directions
|
|
|
|
## Config
|
|
|
|
The following config must be set
|
|
|
|
- **routing.mode**: "google" or "osrm"
|
|
- **google.api.key**: google maps api key if using google
|
|
- **osrm.api.address"**: location of osrm api
|