forked from organicmaps/organicmaps
[android] Fixed wrong balloon data for search result.
This commit is contained in:
parent
280dc69a03
commit
e2a23b915c
1 changed files with 3 additions and 0 deletions
|
@ -464,6 +464,9 @@ namespace android
|
|||
info.MakeFrom(r);
|
||||
ActivatePopupWithAddressInfo(r.GetFeatureCenter(), info);
|
||||
|
||||
m2:: PointD globalPoint = r.GetFeatureCenter();
|
||||
m_bmBaloon.get()->setOnClickListener(bind(&Framework::OnActivatePoi, this, _1, info, globalPoint));
|
||||
|
||||
m_work.ShowSearchResult(r);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue