API Reference > imodeljs-frontend > Tiles > BingElevationProvider > getHeight getHeight Method Return the height (altitude) at a given cartographic location. If geodetic is true (the default) then height is returned in the Ellipsoidal WGS84 datum. If geodetic is false then the sea level height id returned using the Earth Gravitational Model 2008 (EGM2008 2.5’). getHeight(carto: Cartographic, geodetic: boolean = true): Promise<any> Parameter Type Description carto Cartographic geodetic boolean Returns - Promise<any> Defined in core/frontend/src/tile/map/BingElevation.ts Line 57 Last Updated: 11 June, 2024