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

Method FillSearchResultInfo

libs/map/framework.cpp:796–802  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

794}
795
796void Framework::FillSearchResultInfo(SearchMarkPoint const & smp, place_page::Info & info) const
797{
798 if (smp.GetFeatureID().IsValid())
799 FillFeatureInfo(smp.GetFeatureID(), info);
800 else
801 FillPointInfo(info, smp.GetPivot(), smp.GetMatchedName());
802}
803
804void Framework::FillMyPositionInfo(place_page::Info & info, place_page::BuildInfo const & buildInfo) const
805{

Callers

nothing calls this directly

Calls 3

IsValidMethod · 0.45
GetFeatureIDMethod · 0.45
GetPivotMethod · 0.45

Tested by

no test coverage detected