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

Method Search

include/engine/geospatial_query.hpp:46–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44 }
45
46 std::vector<EdgeData> Search(const util::RectangleInt2D &bbox)
47 {
48 return rtree.SearchInBox(bbox);
49 }
50
51 std::vector<PhantomNodeWithDistance>
52 NearestPhantomNodes(const util::Coordinate input_coordinate,

Callers 2

BOOST_AUTO_TEST_CASEFunction · 0.80
GetEdgesInBoxMethod · 0.80

Calls 1

SearchInBoxMethod · 0.80

Tested by

no test coverage detected