This repository was archived by the owner on Jun 8, 2024. It is now read-only.

Description
Currently the only way to get the distance between two points seems to be via the route method call. However, node-osrm always sets geometry parameter of osrm-backend to true, thus it always returns the complete route geometry, which isn't necessary. Could you please make it optional by exposing the geometry parameter to javascript code?