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

Method min_value

include/extractor/query_node.hpp:35–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33 key_type node_id;
34
35 static QueryNode min_value()
36 {
37 return QueryNode(util::FixedLongitude{static_cast<value_type>(-180 * COORDINATE_PRECISION)},
38 util::FixedLatitude{static_cast<value_type>(-90 * COORDINATE_PRECISION)},
39 MIN_OSM_NODEID);
40 }
41
42 static QueryNode max_value()
43 {

Callers

nothing calls this directly

Calls 1

QueryNodeClass · 0.85

Tested by

no test coverage detected