| 36 | double GetBilinearHeight(ms::LatLon const & coord) const; |
| 37 | |
| 38 | geometry::Altitude GetAltitude(ms::LatLon const & coord) const |
| 39 | { |
| 40 | return static_cast<geometry::Altitude>(std::round(GetBilinearHeight(coord))); |
| 41 | } |
| 42 | /// @} |
| 43 | |
| 44 | using LatLonKey = std::pair<int32_t, int32_t>; |
no outgoing calls