API Reference > imodeljs-frontend > Tiles > BingElevationProvider > getHeightValue getHeightValue Method Get the height (altitude) at a given iModel coordinate. The height is geodetic (WGS84 ellipsoid) If geodetic is true (the default) then height is returned in the Ellipsoidal WGS84 datum. If geodetic is false then sea level height is returned using the Earth Gravitational Model 2008 (EGM2008 2.5’). getHeightValue(point: Point3d, iModel: IModelConnection, geodetic: boolean = true): Promise<number> Parameter Type Description point Point3d iModel IModelConnection geodetic boolean Returns - Promise<number> Defined in core/frontend/src/tile/map/BingElevation.ts Line 100 Last Updated: 11 June, 2024