Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'map/framework.hpp')
-rw-r--r--map/framework.hpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/map/framework.hpp b/map/framework.hpp
index 1aee5ce77d..ff30300a05 100644
--- a/map/framework.hpp
+++ b/map/framework.hpp
@@ -489,11 +489,6 @@ public:
search::AddressInfo GetFeatureAddressInfo(FeatureType & ft) const;
search::AddressInfo GetFeatureAddressInfo(FeatureID const & fid) const;
vector<string> GetPrintableFeatureTypes(FeatureType const & ft) const;
- /// If feature does not have explicit street in OSM data, first value can be a closest named street.
- /// If it does have explicit street name in OSM, it goes first in the returned vector.
- /// @returns empty vector if no named streets were found around feature.
- vector<string> GetNearbyFeatureStreets(FeatureType const & ft) const;
- vector<string> GetNearbyFeatureStreets(FeatureID const & fid) const;
/// Get "best for the user" feature at given point even if it's invisible on the screen.
/// @returns nullptr if no feature was found at the given mercator point.
unique_ptr<FeatureType> GetFeatureAtPoint(m2::PointD const & mercator) const;