move out config readme

This commit is contained in:
Asim Aslam
2021-05-05 13:10:26 +01:00
parent bef0cac5ff
commit 27dcda9acb
2 changed files with 9 additions and 9 deletions

View File

@@ -1,8 +1,8 @@
Point to point routing directions
Etas, routes and turn by turn directions
# Routing Service
The routing service provides point to point directions
The routing service provides etas, gps routes and turn by turn directions.
## Features
@@ -10,10 +10,3 @@ The routing service provides point to point 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

7
routing/config.md Normal file
View File

@@ -0,0 +1,7 @@
# 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