MCPcopy Create free account
hub / github.com/Project-OSRM/osrm-backend / Nearest

Method Nearest

include/engine/engine.hpp:101–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99 }
100
101 Status Nearest(const api::NearestParameters &params, api::ResultT &result) const override final
102 {
103 return nearest_plugin.HandleRequest(GetAlgorithms(params), params, result);
104 }
105
106 Status Trip(const api::TripParameters &params, api::ResultT &result) const override final
107 {

Calls 1

HandleRequestMethod · 0.45

Tested by

no test coverage detected