| 73 | SrtmTile const & GetTile(ms::LatLon const & coord); |
| 74 | |
| 75 | geometry::Altitude GetAltitude(ms::LatLon const & coord) { return GetTile(coord).GetAltitude(coord); } |
| 76 | |
| 77 | size_t GeTilesNumber() const { return m_tiles.size(); } |
| 78 |
nothing calls this directly
no test coverage detected