forked from organicmaps/organicmaps
use search-result instaed of api_pin. api_pin removed
This commit is contained in:
parent
2f299f55b6
commit
d6fa9e5c8b
1 changed files with 1 additions and 1 deletions
|
@ -1666,7 +1666,7 @@ void Framework::DrawMapApiPoints(shared_ptr<PaintEvent> const & e)
|
|||
if (glbRect.IsPointInside(org))
|
||||
{
|
||||
/// @todo Use custom pins from 3-party app
|
||||
m_informationDisplay.drawPlacemark(pDrawer, "api_pin", m_navigator.GtoP(org));
|
||||
m_informationDisplay.drawPlacemark(pDrawer, "search-result", m_navigator.GtoP(org));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue