MCPcopy Create free account
hub / github.com/comaps/comaps / InnermostResult

Method InnermostResult

libs/search/intersection_result.cpp:33–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33uint32_t IntersectionResult::InnermostResult() const
34{
35 if (m_subpoi != kInvalidId)
36 return m_subpoi;
37 if (m_complexPoi != kInvalidId)
38 return m_complexPoi;
39 if (m_building != kInvalidId)
40 return m_building;
41 if (m_street != kInvalidId)
42 return m_street;
43 if (m_suburb != kInvalidId)
44 return m_suburb;
45 return kInvalidId;
46}
47
48void IntersectionResult::Clear()
49{

Callers 1

FindPathsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected