| 116 | } |
| 117 | |
| 118 | FeatureMergeProcessor::Key FeatureMergeProcessor::GetKey(m2::PointD const & p) |
| 119 | { |
| 120 | return PointToInt64Obsolete(p, m_coordBits); |
| 121 | } |
| 122 | |
| 123 | FeatureMergeProcessor::FeatureMergeProcessor(uint32_t coordBits) : m_coordBits(coordBits) {} |
| 124 |
nothing calls this directly
no test coverage detected