forked from organicmaps/organicmaps
Temporarily commented out address retrieving as it's not used
This commit is contained in:
parent
6a782b1e40
commit
01a5a78da4
1 changed files with 4 additions and 2 deletions
|
@ -492,7 +492,8 @@ void Framework::GetAddressInfo(m2::PointD const & pt, AddressInfo & info) const
|
|||
|
||||
getAddress.FillAddress(GetSearchEngine(), info);
|
||||
|
||||
GetLocality(pt, info);
|
||||
// @TODO Temporarily commented - it's slow and not used in UI
|
||||
//GetLocality(pt, info);
|
||||
}
|
||||
|
||||
void Framework::GetAddressInfo(FeatureType const & ft, m2::PointD const & pt, AddressInfo & info) const
|
||||
|
@ -513,7 +514,8 @@ void Framework::GetAddressInfo(FeatureType const & ft, m2::PointD const & pt, Ad
|
|||
getAddress(ft);
|
||||
getAddress.FillAddress(GetSearchEngine(), info);
|
||||
|
||||
GetLocality(pt, info);
|
||||
// @TODO Temporarily commented - it's slow and not used in UI
|
||||
//GetLocality(pt, info);
|
||||
}
|
||||
|
||||
void Framework::GetLocality(m2::PointD const & pt, AddressInfo & info) const
|
||||
|
|
Loading…
Add table
Reference in a new issue