add directions endpoint to routing service

This commit is contained in:
Asim Aslam
2021-04-27 09:56:56 +01:00
parent 5a329ac461
commit ae069ef031
6 changed files with 796 additions and 85 deletions

View File

@@ -9,5 +9,5 @@ The routing service provides point to point directions
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
- **routing.address"**: location of osrm api if used
- **google.apikey**: google maps api key if using google