diff --git a/routing/README.md b/routing/README.md index 0cb04c4..e5359b8 100644 --- a/routing/README.md +++ b/routing/README.md @@ -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 diff --git a/routing/config.md b/routing/config.md new file mode 100644 index 0000000..32fe18d --- /dev/null +++ b/routing/config.md @@ -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