mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-16 21:14:36 +00:00
14 lines
304 B
Markdown
14 lines
304 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"
|
|
- **routing.address"**: location of osrm api if used
|
|
- **google.apikey**: google maps api key if using google
|