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

Method max_value

include/extractor/query_node.hpp:42–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 }
41
42 static QueryNode max_value()
43 {
44 return QueryNode(util::FixedLongitude{static_cast<value_type>(180 * COORDINATE_PRECISION)},
45 util::FixedLatitude{static_cast<value_type>(90 * COORDINATE_PRECISION)},
46 MAX_OSM_NODEID);
47 }
48};
49} // namespace osrm::extractor
50

Callers

nothing calls this directly

Calls 1

QueryNodeClass · 0.85

Tested by

no test coverage detected