mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +00:00
tweaks to docs (#200)
This commit is contained in:
@@ -3,6 +3,6 @@ Etas, routes and turn by turn directions
|
||||
# Routing Service
|
||||
|
||||
The routing service provides a faster and cheaper alternative to the Google Maps API.
|
||||
Get etas, routes and turn by turn directions all from openstreetmap data.
|
||||
Get etas, routes, and turn by turn directions all from OpenStreetMap data.
|
||||
|
||||
Powered by [OSRM](http://project-osrm.org/)
|
||||
|
||||
@@ -56,7 +56,7 @@ message Direction {
|
||||
repeated Intersection intersections = 7;
|
||||
}
|
||||
|
||||
// Turn by turn directions from a starting and endpoint including maneuvers and bearings
|
||||
// Turn by turn directions from a start point to an end point including maneuvers and bearings
|
||||
message DirectionsRequest {
|
||||
// The staring point for the journey
|
||||
Point origin = 1;
|
||||
@@ -81,7 +81,7 @@ message EtaRequest {
|
||||
Point origin = 1;
|
||||
// The end point for the eta calculation
|
||||
Point destination = 2;
|
||||
// type of transport e.g car, foot, bicycle
|
||||
// type of transport. Only "car" is supported currently.
|
||||
string type = 3;
|
||||
// speed in kilometers
|
||||
double speed = 4;
|
||||
|
||||
Reference in New Issue
Block a user