MCPcopy Create free account
hub / github.com/comaps/comaps / GetAltitude

Method GetAltitude

generator/srtm_parser.hpp:75–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

GetAltitudeMethod · 0.45

Tested by

no test coverage detected