forked from organicmaps/organicmaps
Do not use search results titles for interactive search result place page.
This commit is contained in:
parent
764416319b
commit
af1ee24fa3
1 changed files with 0 additions and 5 deletions
|
@ -703,14 +703,9 @@ void Framework::FillApiMarkInfo(ApiMarkPoint const & api, place_page::Info & inf
|
|||
void Framework::FillSearchResultInfo(SearchMarkPoint const & smp, place_page::Info & info) const
|
||||
{
|
||||
if (smp.m_foundFeatureID.IsValid())
|
||||
{
|
||||
FillFeatureInfo(smp.m_foundFeatureID, info);
|
||||
info.m_customName = smp.m_matchedName;
|
||||
}
|
||||
else
|
||||
{
|
||||
FillPointInfo(smp.GetPivot(), smp.m_matchedName, info);
|
||||
}
|
||||
}
|
||||
|
||||
void Framework::FillMyPositionInfo(place_page::Info & info) const
|
||||
|
|
Loading…
Add table
Reference in a new issue