| 109 | } |
| 110 | |
| 111 | bool CitiesBoundariesTable::Get(FeatureID const & fid, Boundaries & bs) const |
| 112 | { |
| 113 | if (fid.m_mwmId != m_mwmId) |
| 114 | return false; |
| 115 | return Get(fid.m_index, bs); |
| 116 | } |
| 117 | |
| 118 | bool CitiesBoundariesTable::Get(uint32_t fid, Boundaries & bs) const |
| 119 | { |
no test coverage detected