Searched refs:geoidHeightErrorMeters (Results 1 – 6 of 6) sorted by relevance
39 float geoidHeightErrorMeters;
33 float geoidHeightErrorMeters;
293 float geoidHeightErrorMeters = location.getMslAltitudeAccuracyMeters(); in getGeoidHeight() local305 response.geoidHeightErrorMeters = geoidHeightErrorMeters; in getGeoidHeight()
190 assertThat(response.geoidHeightErrorMeters).isGreaterThan(0f); in testGetGeoidHeight_expectedBehavior()191 assertThat(response.geoidHeightErrorMeters).isLessThan(1f); in testGetGeoidHeight_expectedBehavior()
84 ASSERT_NEAR(response.geoidHeightErrorMeters, 0.27f, 0.2f); in TEST_P()