| 94 | {} |
| 95 | |
| 96 | std::unique_ptr<FeatureType> FeatureGetter::GetFeatureByIndex(uint32_t index) const |
| 97 | { |
| 98 | return m_guard->GetFeatureByIndex(index); |
| 99 | } |
| 100 | |
| 101 | bool ParseFeatureIdToOsmIdMapping(std::string const & path, |
| 102 | ankerl::unordered_dense::map<uint32_t, base::GeoObjectId> & mapping) |
no outgoing calls